/*
 Theme Name:   IU Stevenshenager Child Theme
 Description:  This is the Stevens-Henager Child Theme for the main Independence theme.
 Author:       CEHE Webteam
 Author URI:   http://www.stevenshenager.edu
 Template:     independence
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
*/

/** start styles for 1368px break point **/

/* SPECIAL FIX FOR SHC RESPONSIVE TABS PANEL*/
@media (max-width: 1024px) and (min-width: 320px) {
  .page-template-page-military-tuition .interactive-selector .responsive-tabs-wrapper .responsive-tabs__panel {
        margin-top: -110px;
  }
}

@media (max-width: 1368px) {
    /** hides the numbers on the responsive list located on the locations page. AJM **/

    .page-template-page-locations .interactive-selector .responsive-tabs .responsive-tabs__heading span {
        display: none !important;
    }
}
/** end styles for 1368px break point **/
/** start styles for 1080px break point **/

@media (max-width: 1080px) {
    /******************************************************************************
  /** This styles the blue 'Next Start Date' section on the location specific **/
    /** school of pages. an example is on /locations/boise/healthcare           **/
    /*****************************************************************************/

    .page-template-page-locations-campus-degree .program-header,
    .page-template-page-locations-campus-revised .program-header {
        position: relative;
        left: 0;
        transform: translateX(0);
        max-width: 700px;
    }
    /** Sets the width for the 'next start date' text on the new location page layout. AJM **/

    .program-info-campus {
        width: 900px;
    }
    /** positions the apply now button on the top of the new location page layout. AJM **/

    .request-campus,
    .apply-campus {
        position: relative;
        right: -315px;
    }
    /** adds padding to the right side content area in the 60/40 module in the new location page layout. AJM **/

    .campus-school-right {
        padding: 50px !important;
    }
    /** sets the padding in the campus highlight section in the new location lage layout. AJM **/

    .highlight-bg-white {
        padding: 50px;
    }
}
/** end styles for 1080px break point **/
/** start styles for 1024px break point **/

@media (max-width: 1024px) {
    /** removes a horizontal line in the 'get started with Stevens-henager' section above the upper and lower form.  **/

    .g-start .in:first-child::before {
        background: none;
    }
    /** removes a vertical line in the 'get started with Stevens-henager' section above the upper and lower form.  **/

    .g-start .in:first-child {
        border-right: none;
    }
    /** Positions the 'classes start in" text above the upper and lower form.  **/

    .c-start {
        padding: 15px 0 0 75px;
        text-align: center;
        width: 100% !important;
    }
    /** Revised school of header titles **/
    /** Positions the school of hero text. AJM **/

    #banner_txt_school {
        position: relative;
        top: 0;
    }
    /** Sets the font size and line height for the school of header. AJM **/

    #banner_txt_school h1 {
        line-height: 35px;
        font-size: 35px;
    }
    /** End Revised school of header titles **/
    /** SlickNav style customization **/
    /** Sets the background color for the hamburger menu's dropdown list. AJM **/

    .slicknav_nav,
    .slicknav_nav ul {
        background: #013245 none repeat scroll 0 0;
    }
    /** .slicknav_btn styles the hamburger menu button. AJM **/

    .slicknav_btn {
        background: #a61d30 none repeat scroll 0 0;
        border-radius: 50% !important;
        display: block;
        float: right;
        height: 60px;
        left: inherit;
        line-height: 1.125em;
        padding: 20px !important;
        position: relative !important;
        right: 20px;
        vertical-align: middle;
        width: 60px;
    }
    /** This styles the "hamburger" bars in the round circle. AJM  **/

    .slicknav_menu .slicknav_icon::before {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        content: "";
        display: block;
        height: 0.875em !important;
        position: absolute;
        width: 1.125em !important;
    }
    /** This positions the "hamburger" bars in the round circle. AJM  **/

    .slicknav_menu .slicknav_icon {
        float: left;
        height: 0.875em;
        width: 1.125em;
    }
    /** End SlickNav style customization **/
    /** New campus location styles **/
    /** This positions the next start date text in the new locations page. AJM **/

    .program-info-campus {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    /** Styles for the campus highlight module on the new campos location page. AJM **/

    .campus-highlight {
        padding: 40px 25px !important;
        width: 60%;
        font-size: 14px;
    }
    /** Sets the width of the campus lighlight image on the old campus layout. AJM **/

    .highlight-img {
        width: 60% !important;
    }
    /** Sets the width of the campus lighlight text on the old campus layout. AJM **/

    .highlight-con {
        width: 40% !important;
    }
    /** Sets the width of the campus lighlight image on the new campus layout. AJM **/

    .highlight-bg-white .highlight-img {
        width: 40% !important;
    }
    /** Sets the width of the campus lighlight image on the old campus layout. AJM **/

    .highlight-bg-white .highlight-con {
        width: 60% !important;
        padding: 0 25px !important;
    }
    /** Positions the 'next start date' text on the location specific school of pages. AJM **/

    .page-template-page-locations-campus-degree .program-header,
    .page-template-page-locations-campus-degree .program-header {
        position: relative;
        left: 50%;
        transform: translateX(-51%);
        /** max-width: 100%; Removed 6/23/2017 by AJM it was causing issues. **/
    }
    /** Sets the padding on the content in the school of 60/40 sections on the new location pages. AJM **/

    .campus-school-right {
        padding: 50px !important;
    }
    /** End New campus location styles **/
    /** Positions the 'for a faster response' text. AJM **/

    .form-apply-now-2_wrapper #field_20_12 {
        position: relative;
        left: -300px;
        bottom: -70px;
    }
    /** End Apply now form **/
}
/** end styles for 1024px break point **/
/** start styles for 768px break point **/

@media (max-width: 768px) {
    .blog-sidebar {
        display: none;
    }
    .articles-template-default .article-single,
    .press-template-default .article-single {
        width: 100%;
    }
    /** Fix days left font size on home page **/
    /** Sets the font size for the days left text on the upper form. AJM **/

    .s-day h4 {
        font-size: 48px;
        font-family: "Montserrat", sans-serif;
    }
    /** Hide infographic **/
    /** Hides the illustrated infographics. AJM **/

    .info-illustrated {
        display: none;
    }
    /** Displays the static infographics. AJM **/

    .info-static {
        display: block;
    }
    /** End Hide infographic **/
    /** Revised school of header titles **/
    /** Positions the hero text in the school of hero. AJM **/

    #banner_txt_school {
        position: relative;
        top: 15%;
    }
    /** Styles the H1 header tags in the school of header. AJM **/

    #banner_txt_school h1 {
        line-height: 35px;
        font-size: 35px;
    }
    /** Positions the page intro on the degree pages. AJM **/

    .page-template-page-degrees .page-intro {
        margin-top: 25px;
    }
    /** Sets the font styles for the upper hero text. AJM **/

    #school_banner .post-inner-page-upper {
        font-size: 16px;
        font-family: 'neuton', serif;
        margin-bottom: 15px;
        text-transform: italic;
    }
    /** Sets the font styles for the lower hero text. AJM **/

    #school_banner .post-inner-page-lower {
        font-size: 25px;
        font-family: 'montserrat', sans-serif;
    }
    /** Sets the font styles for the bottom hero text. AJM **/

    #school_banner .post-inner-page-bottom {
        font-size: 15px;
        font-family: 'montserrat', sans-serif;
        margin-bottom: 25px;
    }
    /** End Revised school of header titles **/
    /** new locations page **/

    .page-template-page-locations .color-blocks {
        margin-bottom: 0;
    }
    /** End new locations page **/
    /** New campus location styles **/
    /** Styles the 'next start date' text in the header. AJM **/

    .program-info-campus {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    /** Positions the apply now button. AJM **/

    .request-campus,
    .apply-campus {
        right: -50%;
        transform: translateX(-50%);
        width: 80%
    }
    /** Sets the width of the school of images in the new location page layout. AJM **/

    .highlight-img {
        width: 100% !important;
    }
    /** Sets the width of the content in the school of sections in the new location page layout. AJM **/

    .highlight-con {
        width: 100% !important;
    }
    /** Styles the div containing the campus highlight content. AJM **/

    .campus-highlight {
        padding: 40px 25px !important;
        width: 100%;
        font-size: 14px;
    }
    /** sets the campus highlight text in the old locations page layout. AJM **/

    .highlight-img {
        width: 100% !important;
    }
    /** sets the width of the campus highlight text in the old locations page layout. AJM **/

    .highlight-con {
        width: 100% !important;
    }
    /** Sets the width of the campus highlight image in the new location page layout. AJM **/

    .highlight-bg-white .highlight-img {
        width: 100% !important;
    }
    /** Sets the width of the campus highlight content in the new location page layout. AJM **/

    .highlight-bg-white .highlight-con {
        width: 100% !important;
        padding: 25px !important;
    }
    /** positions the header text for the new campus location pages. AJM **/

    .campus-header {
        margin-left: 25px !important;
    }
    /** Sets the padding on the color clocks on the location specific school of pages. **/

    .page-template-page-locations-campus-degree .color-blocks {
        margin-bottom: 0;
        padding: 45px 0;
    }
    /** removed the float left attrbute so it is full screen. AJM **/

    .page-template-page-locations-campus-degree .color-blocks.left .in {
        float: none;
    }
    /** Sets the padding for the lower form. AJM **/

    .page-template-page-locations-campus-degree .get-started {
        padding: 0 25px 75px 25px;
    }
    /** Sets the font size and line height of the hero text for the location specific school of pages. AJM **/

    .page-template-page-locations-campus-degree .post-inner-page h1 {
        font-size: 36px;
        line-height: 42px;
        padding: 0;
    }
    /** Makes the 'next start date' box 100% width. AJM **/

    .page-template-page-locations-campus-degree .program-header,
    .page-template-page-locations-campus-revised .program-header {
        max-width: 100%;
        margin-top: 50px;
    }
    /** End New campus location styles **/
    /** Apply now form  **/
    /** Sets the font color to white. AJM **/

    .full-page-form .form-apply-now-2_wrapper h1,
    .full-page-form .form-apply-now-2_wrapper h2,
    .full-page-form .form-apply-now-2_wrapper .callNow,
    .full-page-form .form-apply-now-2_wrapper a,
    .full-page-form .form-apply-now-2_wrapper p {
        color: #FFFFFF;
    }
    /** sets the intro text font color to white and center aligns it. **/

    .full-page-form .form-apply-now-2_wrapper #field_21_1 p,
    .full-page-form .form-apply-now-2_wrapper #field_20_1 p {
        color: #FFFFFF;
        text-align: center;
    }
    /** sets the TCPA text to white. AJM **/

    .full-page-form .form-apply-now-2_wrapper .privacySection {
        color: #FFFFFF;
    }
    /** removes the top margin for the form fields. AJM **/

    .full-page-form .form-apply-now-2_wrapper .gform_fields > li {
        margin-top: 0;
    }
    /** Sets the background image for the form area. AJM **/

    .full-page-form .form-apply-now-2_wrapper {
        width: 100%;
        height: 875px;
        background-size: cover;
    }
    /** positions the footer. this includes the TCPA and the privacy text. AJM **/

    .full-page-form .form-apply-now-2_wrapper .gform_footer {
        float: right;
        position: relative;
        width: 50%;
    }
    /** Hides the 'for a faster response' text that is to the left of the form. AJM **/

    .form-apply-now-2_wrapper #field_20_13 {
        display: none;
    }
    /** displays the 'for a faster response' text that is above the form. AJM **/

    .form-apply-now-2_wrapper #field_20_14 {
        display: block;
        padding-top: 15px;
        text-align: center;
    }
    /** End apply now form styles **/
}
/** end styles for 768px break point **/
/** start styles for 640px break point **/

@media (max-width: 640px) {
    /** Revised school of header titles **/
    /** Positions the hero text on the school of pages. AJM **/

    #banner_txt_school {
        position: relative;
        top: 20%;
    }
    /** Styles the H1 text on the hero text on the school of pages. AJM **/

    #banner_txt_school h1 {
        line-height: 30px;
        font-size: 35px;
    }
    /** Sets the padding for the degreee page intro module. AJM **/

    .page-template-page-degrees .page-intro {
        padding: 70px 0
    }
    /** End Revised school of header titles **/
    /** Press room styles **/
    /** Sets the width of the blog and press room search boxes. AJM **/

    .searchandfilter input[type="date"] {
        width: 640px;
    }
    /** Sets the width of the blog and press room lists. AJM **/

    .press-list ul li {
        width: 95%;
    }
    /** New campus layout **/
    /** Sets the padding for the new location page hero text. AJM **/

    .page-template-page-locations-campus-revised .post-inner-page h1 {
        padding: 0;
    }
    /** Sets the padding of the campus highlight module. AJM **/

    .highlight-bg-white {
        padding: 0;
    }
    /** Apply now form **/
    /** Positions the form footer for the apply now form. AJM **/

    .full-page-form .form-apply-now-2_wrapper .gform_page_footer,
    .full-page-form .form-apply-now-2_wrapper .gform_footer {
        bottom: 0;
        right: 0;
    }
    /** makes the 'for a faster response' text in the apply now form visible. AJM **/

    .form-apply-now-2_wrapper #field_20_13 {
        display: block;
        bottom: 140px;
    }
    /** hides the 'for a faster response' text that sits above the form fields in the apply now form. AJM **/

    .form-apply-now-2_wrapper #field_20_14 {
        display: none;
    }
    /** hides the 'for a faster response' text in the request info form. AJM **/

    .request-2_wrapper #field_23_13 {
        display: none;
    }
    /** End apply now form styles **/
}
/** end styles for 640px break point **/
/** start styles for 414px break point **/

@media (max-width: 414px) {
    /** Poitions the lower form button.AJM **/

    #gform_wrapper_13 .button {
        top: 0;
    }
    .form-apply-now-2_wrapper .gform_fields,
    .request-2_wrapper .gform_fields {
        float: right;
        right: 0;
        width: 100%;
    }
    /** Positions the form footer for the request info form. AJM **/

    .full-page-form .request-2_wrapper .gform_page_footer,
    .full-page-form .request-2_wrapper .gform_footer {
        right: 0;
    }
    /** Sets the background for the request info-3 form. AJM **/

    .full-page-form .layout-2_wrapper {
        height: 850px;
    }
    /** positions the next start date box on the location specific school of pages. AJM **/

    .page-template-page-locations-campus-degree .program-header,
    .page-template-page-locations-campus-revised .program-header {
        left: 0;
        transform: translateX(0);
    }
    /** Apply now form**/
    /** Hides the 'for faster response' text that is located to the left of the button on the apply now form. AJM **/

    .form-apply-now-2_wrapper #field_20_13 {
        display: none;
    }
    /** displays the 'for faster response' text that is above the form fields on the apply now form. AJM **/

    .form-apply-now-2_wrapper #field_20_14 {
        display: block;
    }
    /** Hides the 'for faster response' text that is located to the left of the button on the request info-2 form. AJM **/

    .request-2_wrapper #field_23_14 {
        display: none;
    }
    /** displays the 'for faster response' text that is above the form fields on the request info-2 form. AJM **/

    .request-2_wrapper #field_23_13 {
        display: block;
    }
    /** Hides the 'for faster response' text that is located to the left of the button on the request info-3 form. AJM **/

    .request-2_wrapper #field_24_14 {
        display: none;
    }
    /** displays the 'for faster response' text that is above the form fields on the request info-3 form. AJM **/

    .request-2_wrapper #field_24_13 {
        display: block;
    }
    /** Removes the top margin from the apply now form. AJM **/

    .full-page-form .form-apply-now-2_wrapper .gform_fields > li {
        margin-top: 0;
    }
    /** Sets teh font size for H1 tags in the apply now form intro **/

    .full-page-form .form-apply-now-2_wrapper h1,
    .full-page-form .gform_confirmation_wrapper h1 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    /** Positions and sets the width of the apply now footer. AJM **/

    .request-2_wrapper .gform_fields,
    .form-apply-now-2_wrapper .gform_fields,
    .full-page-form .request-2_wrapper .gform_page_footer,
    .full-page-form .request-2_wrapper .gform_footer,
    .full-page-form .form-apply-now-2_wrapper .gform_page_footer,
    .full-page-form .form-apply-now-2_wrapper .gform_footer {
        float: right;
        width: 100%;
        right: 0;
    }
    /** set sthe font size for the apply now form fields and footer. AJM **/

    .form-apply-now-2_wrapper .gform_fields,
    .full-page-form .form-apply-now-2_wrapper .gform_page_footer,
    .full-page-form .form-apply-now-2_wrapper .gform_footer {
        font-size: 14px;
    }
    /** End Apply now form**/
    /** Sets the width of the content boxes in the home sliders. AJM **/

    .slider_cont .s_box1,
    .slider_cont .s_box2 {
        max-width: 100% !important;
        min-width: 100% !important;
    }
    /** Apply now form **/
    .full-page-form .form-apply-now-2_wrapper a.circle-gray {
        font-size: 18px;
        height: 20px;
        line-height: 20px;
        width: 20px;
    }
    /** End Apply now form **/
}
/** end styles for 414px break point **/

@media (max-width: 375px) {
    /** Positions the hero text on the shcolarships page.AJM **/

    .page-template-page-scholarships .banner_txt {
        margin-top: -125px;
    }
    /** Sets the width for the home page clider content boxes. AJM **/

    .slider_cont .s_box1,
    .slider_cont .s_box2 {
        max-width: 100%;
        min-width: 100%;
    }
}
/** start styles for 360px break point **/

@media (max-width: 360px) {
    /** Revised school of header titles **/
    /** Sizes the header videos in the school of pages. AJM **/

    #header-video {
        min-width: 100%;
        max-width: 100%;
    }
    /** positions the hero text on the school of pages. AJM **/

    #header-video #banner_txt_school {
        position: relative;
        top: 9.375rem;
    }
    /** Sets teh font size for the school of hero text. AJM **/

    #header-video .banner_txt_school h1 {
        line-height: 20px;
        font-size: 35px;
    }
    /** Sets the padding for the degree page intro. AJM **/

    .page-template-page-degrees .page-intro {
        padding: 60px 0
    }
    /** End Revised school of header titles **/
    /** Positions the logo and hamburger menu. AJM **/

    .slicknav_menu {
        top: 40px;
    }
    /** Sets the logo height. AJM **/

    .slicknav_brand {
        height: 44px;
    }
    /** Press room styles **/
    /* Sets the width for the search function. AJM **/

    .searchandfilter input[type="date"] {
        width: 340px;
    }
    /** Sets the width for the press room articles. AJM **/

    .press-list ul li {
        width: 95%;
    }
    /** New location styles **/
    /** Aligns the text, sets the font size and color for the flex tabs on the location page. AJM **/

    .page-template-page-locations .flex-con h2 {
        text-align: center;
        color: #A61D30;
        font-size: 24px;
    }
    /** Sets the padding for the red and blue color blocks on the location page. AJM **/

    .page-template-page-locations .color-blocks {
        margin-bottom: 0;
        padding: 45px 0;
    }
    /** positions the 'next start date' section on the degree pages. AJM **/

    .page-template-page-locations-campus-degree .program-header,
    .page-template-page-locations-campus-revised .program-header {
        left: 0;
        transform: translateX(0);
    }
    /** sets the padding for the lower form section on the degree pages. AJM **/

    .page-template-page-locations-campus-degree .get-started {
        padding: 0 25px 325px;
    }
}
/** end styles for 360px break point **/
/** start styles for 320px break point **/

@media (max-width: 320px) {
    /** removes the padding from the blue 60/40 sections. AJM **/

    .highlight-con.left,
    .highlight-con.right {
        padding: 0 !important;
    }
    /** sets the padding for the blue 60/40 sections on the degree pages. AJM **/

    .page-template-page-locations-campus-revised .highlight-con p,
    .page-template-page-locations-campus-revised .highlight-con h2 {
        padding: 0 20px;
    }
}
/** end styles for 360px break point **/
