/* @import url('http://example.com/example_style.css'); */
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}
/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/************************************/
/* Custom Fonts */
/**********************************/
@font-face {
    font-family: 'Stratum2_thin';
    src: url('//451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Fonts/StratumNo1-Thin.eot');
    src: url('//451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Fonts/StratumNo1-Thin.eot#iefix') format('embedded-opentype'),
         url('//451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Fonts/StratumNo1-Thin.woff2') format('woff2'),
         url('//451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Fonts/StratumNo1-Thin.woff') format('woff'),
         url('//451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Fonts/StratumNo1-Thin.ttf') format('truetype'),
         url('//451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Fonts/StratumNo1-Thin.svg#StratumNo1-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Stratum2_light';
    src: url('//451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Fonts/StratumNo1-Light.eot');
    src: url('//451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Fonts/StratumNo1-Light.eot#iefix') format('embedded-opentype'),
         url('//451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Fonts/StratumNo1-Light.woff2') format('woff2'),
         url('//451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Fonts/StratumNo1-Light.woff') format('woff'),
         url('//451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Fonts/StratumNo1-Light.ttf') format('truetype'),
         url('//451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Fonts/StratumNo1-Light.svg#StratumNo1-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Stratum2_regular';
    src: url('//451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Fonts/StratumNo1-Regular.eot');
    src: url('//451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Fonts/StratumNo1-Regular.eot#iefix') format('embedded-opentype'),
         url('//451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Fonts/StratumNo1-Regular.woff2') format('woff2'),
         url('//451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Fonts/StratumNo1-Regular.woff') format('woff'),
         url('//451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Fonts/StratumNo1-Regular.ttf') format('truetype'),
         url('//451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Fonts/StratumNo1-Regular.svg#StratumNo1-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Stratum2_medium';
    src: url('//451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Fonts/StratumNo1-Medium.eot');
    src: url('//451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Fonts/StratumNo1-Medium.eot#iefix') format('embedded-opentype'),
         url('//451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Fonts/StratumNo1-Medium.woff2') format('woff2'),
         url('//451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Fonts/StratumNo1-Medium.woff') format('woff'),
         url('//451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Fonts/StratumNo1-Medium.ttf') format('truetype'),
         url('//451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Fonts/StratumNo1-Medium.svg#StratumNo1-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Stratum2_bold';
    src: url('//451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Fonts/StratumNo1-Bold.eot');
    src: url('//451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Fonts/StratumNo1-Bold.eot#iefix') format('embedded-opentype'),
         url('//451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Fonts/StratumNo1-Bold.woff2') format('woff2'),
         url('//451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Fonts/StratumNo1-Bold.woff') format('woff'),
         url('//451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Fonts/StratumNo1-Bold.ttf') format('truetype'),
         url('//451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Fonts/StratumNo1-Bold.svg#StratumNo1-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Stratum2_black';
    src: url('//451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Fonts/StratumNo1-Black.eot');
    src: url('//451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Fonts/StratumNo1-Black.eot#iefix') format('embedded-opentype'),
         url('//451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Fonts/StratumNo1-Black.woff2') format('woff2'),
         url('//451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Fonts/StratumNo1-Black.woff') format('woff'),
         url('//451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Fonts/StratumNo1-Black.ttf') format('truetype'),
         url('//451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Fonts/StratumNo1-Black.svg#StratumNo1-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}

/* Rufina Stencil Fonts */
@font-face {
    font-family: 'Rufina-Stencil';
    src: url('//451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Fonts/Rufina_Fonts/Rufina-Stencil-Regular.eot');
    src: url('//451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Fonts/Rufina_Fonts/Rufina-Stencil-Regular.eot#iefix') format('embedded-opentype'),
         url('//451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Fonts/Rufina_Fonts/Rufina-Stencil-Regular.woff2') format('woff2'),
         url('//451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Fonts/Rufina_Fonts/Rufina-Stencil-Regular.woff') format('woff'),
         url('//451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Fonts/Rufina_Fonts/Rufina-Stencil-Regular.ttf') format('truetype'),
         url('//451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Fonts/Rufina_Fonts/Rufina-Stencil-Regular.svg#Rufina-Stencil-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
     font-family: 'Rufina-Stencil-Regular';
    src: url('//451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Fonts/Rufina_Fonts/Rufina-Stencil-Regular-Italic.eot');
    src: url('//451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Fonts/Rufina_Fonts/Rufina-Stencil-Regular-Italic.eot#iefix') format('embedded-opentype'),
         url('//451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Fonts/Rufina_Fonts/Rufina-Stencil-Regular-Italic.woff2') format('woff2'),
         url('//451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Fonts/Rufina_Fonts/Rufina-Stencil-Regular-Italic.woff') format('woff'),
         url('//451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Fonts/Rufina_Fonts/Rufina-Stencil-Regular-Italic.ttf') format('truetype'),
         url('//451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Fonts/Rufina_Fonts/Rufina-Stencil-Regular-Italic.svg#Rufina-Stencil-Regular-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Rufina-Stencil-bold';
    src: url('//451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Fonts/Rufina_Fonts/Rufina-Stencil-Bold.eot');
    src: url('//451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Fonts/Rufina_Fonts/Rufina-Stencil-Bold.eot#iefix') format('embedded-opentype'),
         url('//451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Fonts/Rufina_Fonts/Rufina-Stencil-Bold.woff2') format('woff2'),
         url('//451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Fonts/Rufina_Fonts/Rufina-Stencil-Bold.woff') format('woff'),
         url('//451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Fonts/Rufina_Fonts/Rufina-Stencil-Bold.ttf') format('truetype'),
         url('//451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Fonts/Rufina_Fonts/Rufina-Stencil-Bold.svg#Rufina-Stencil-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Rufina-Stencil-bold-italic';
    src: url('//451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Fonts/Rufina_Fonts/Rufina-Stencil-Bold-Italic.eot');
    src: url('//451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Fonts/Rufina_Fonts/Rufina-Stencil-Bold-Italic.eot#iefix') format('embedded-opentype'),
         url('//451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Fonts/Rufina_Fonts/Rufina-Stencil-Bold-Italic.woff2') format('woff2'),
         url('//451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Fonts/Rufina_Fonts/Rufina-Stencil-Bold-Italic.woff') format('woff'),
         url('//451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Fonts/Rufina_Fonts/Rufina-Stencil-Bold-Italic.ttf') format('truetype'),
         url('//451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Fonts/Rufina_Fonts/Rufina-Stencil-Bold-Italic.svg#Rufina-Stencil-Bold-Italic') format('svg');
    font-weight: bold;
    font-style: italic;
}




/* ---- Stratum2 Fonts */







/* ---- Rufina Stencil Fonts */





/* ----- Base Colors ----- */






/* ----- Mobile Menu ----- */ 




/** 
 * Border Radius 
 *
 *  
 */




/** 
 * Box Shadow  
 *
 *  
 */




/** 
 * Transition
 * 
 *  
 */




/** 
 * Transform
 *
 *  
 */



*, *:before , *:after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }

body { margin:0; padding:0; font-family:'Open Sans', sans-serif; font-size:16px; line-height:23px; font-weight:400; color:#8E9089; background:#fff; }

img { border:0; vertical-align: top; height:auto; max-width:100%; }

hr { border:none; outline:none; float:left; width:100%; height:1px; background:#f2f2f2; clear:both; margin:30px 0; } 

.clear { clear:both }

p { padding:10px 0; margin:0; }

blockquote { border-left:4px solid #8E9089; margin:15px 0 25px; padding:10px 25px; }
blockquote em { display:block; opacity:0.8; }

/* Heading */
h1 { font-size:58px; line-height:64px; font-weight:700; margin:0; padding:0; clear:both; color:#0D5257; font-family:'Stratum2_bold'; }
h2 { font-size:45px; line-height:52px; font-weight:700; margin:0; padding:0; clear:both; color:#0D5257; font-family:'Stratum2_bold'; letter-spacing:0.5px; }
h3 { font-size:30px; line-height:38px; font-weight:400; margin:0; padding:0; clear:both; color:#0D5257; font-family:'Stratum2_bold'; }
h4 { font-size:29px; line-height:42px; font-weight:700; margin:0; padding:0; clear:both; color:#0D5257; font-family:'Stratum2_bold'; }
h5 { font-size:24px; line-height:28px; font-weight:400; margin:0; padding:0; clear:both; color:#0D5257; font-family:'Stratum2_bold'; }
h6 { font-size:20px; line-height:24px; font-weight:700; margin:0; padding:0; clear:both; color:#0D5257; font-family:'Stratum2_bold'; }

/*anchor link*/
a { text-decoration:none; outline:none; color:#D73F09; -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;; }
a:hover { color:#0D5257; }

input , button , textarea, select , input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] { outline:none; border:1px solid #ccc; background:#fff; height:46px; padding:0 15px; font-size:14px; font-family:'Open Sans', sans-serif; }
input[type=checkbox] , input[type=radio] { width:auto; } 
select { background:#fff url(//383029.fs1.hubspotusercontent-na1.net/hubfs/383029/media-theme/images/down-arrow.png) no-repeat right center; -webkit-appearance:none; -moz-appearance:none; appearance:none; }
textarea { padding:15px 20px; height:100px; }
input[type=submit] , button { height:auto; border:none; outline:none; cursor:pointer; background:none; -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;; -webkit-appearance:none; -moz-appearance:none; appearance:none; }
input[type=submit] , form button, .hs-button {  background:url(//383029.fs1.hubspotusercontent-na1.net/hubfs/383029/media-theme/images/blank.png) no-repeat left top #8E9089; font-size:17px; line-height:24px; font-weight:700; padding:8px 20px; color:#fff; display:inline-block;  }
input[type=submit]:hover , form button:hover, .hs-button:hover { background:#A7ACA2; color:; }

::-webkit-input-placeholder { color:#979797 !important; opacity:1 !important; }
::-moz-placeholder { color:#979797 !important; opacity:1 !important; }
:-ms-input-placeholder { color:#979797 !important; opacity:1 !important; }
:-moz-placeholder { color:#979797 !important; opacity:1 !important; }

ul.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%; font-size:14px; color:#f00; text-align:left; }
.hs-form .input { margin:0; }
.hs-form .hs-form-field { padding:0 0 5px; }
.row-fluid .hs-form fieldset.form-columns-2 .input , .row-fluid .quizcontact-form .hs-form fieldset.form-columns-1 .input { margin-right:0 }
.row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 15px }
.row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 15px 15px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 15px 10px }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 15px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 15px 10px; }
.row-fluid .hs-form fieldset .hs-input { width:100% !important; }
.row-fluid .hs-form fieldset { max-width:none; }
.row-fluid .hs-form fieldset input[type="checkbox"], .row-fluid  .hs-form fieldset input[type="radio"] { width:auto !important; }
ul.inputs-list { margin:0; padding:5px 0; list-style:none; }

.row-fluid .inputs-list .hs-form-checkbox-display , .row-fluid .inputs-list .hs-form-booleancheckbox , .row-fluid .inputs-list li.hs-form-radio { display:block; padding:0 0 8px 25px; position:relative; }
.row-fluid .inputs-list input[type="checkbox"] , .row-fluid .inputs-list input[type="radio"] { position:absolute; left:0; margin:0; top:0; opacity: 0; width: 20px; height: 20px; }
.row-fluid .inputs-list input[type="radio"] { top:3px; }
.row-fluid .inputs-list input[type="checkbox"] + span { line-height: 22px; position:relative; display: block; }
.row-fluid .inputs-list input[type="checkbox"] + span:before  { position:absolute; left:-25px; top:0;  content:''; width:20px; height:20px; border:1px solid #dadada; color:#fafafa; background:#fafafa; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:before { background:#8E9089; color:; border-color:#8E9089; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:after { text-align:center; color:#000; position:absolute; left:-25px; top:0;  content: "\f00c"; font-family:'FontAwesome'; width: 20px; line-height: 20px; }

.row-fluid .inputs-list input[type="radio"] + span:before { position:absolute; left:-2px; top:2px;  content:''; width:20px; height:20px; border:1px solid #dadada;  background:#fafafa; border-radius:100%; }
.row-fluid .inputs-list input[type="radio"]:checked + span:after { position:absolute; left:2px; top:6px;  content:''; width:12px; height:12px; border-color:#8E9089; background:#8E9089;  border-radius:100%; }

.row-fluid a.cta_button { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }

.hs-menu-wrapper.hs-menu-flow-horizontal ul li a:link , .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:visited { max-width: none !important; text-overflow: inherit !important; vertical-align:top; }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { width:100%; }
.hs-menu-wrapper.hs-menu-flow-horizontal ul { vertical-align:top; }

.row-fluid [class*="span"] { min-height:0; }
.header-container-wrapper .row-fluid [class*="span"] { min-height:0; }
 
.row-fluid .bgimg-main { background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; }
.row-fluid .bg-img { display:none; }

/*Text Option*/
.row-fluid .text-uppercase , .row-fluid .title-uppercase h1 , .row-fluid .title-uppercase h2 , .row-fluid .title-uppercase h3 , .row-fluid .title-uppercase h4 , .row-fluid .title-uppercase h5 , .row-fluid .title-uppercase h6 { text-transform:uppercase; }
.row-fluid .text-center { text-align:center; }
.row-fluid .text-left { text-align:left; }
.row-fluid .text-right { text-align:right; }
.row-fluid .text-white , .row-fluid .text-white h1 , .row-fluid .text-white h2 , .row-fluid .text-white h3 , .row-fluid .text-white h4 , .row-fluid .text-white h5 , .row-fluid .text-white h6 { color:#fff; }
.row-fluid .text-bold , .row-fluid .text-bold h1 , .row-fluid .text-bold h2 , .row-fluid .text-bold h3 , .row-fluid .text-bold h4 , .row-fluid .text-bold h5 , .row-fluid .text-bold h6 { font-weight:bold; }
.row-fluid .text-italic { font-style:italic; }
.row-fluid .fl100 { float:left; width:100%; } 

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { outline:none; position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; outline:none; }
[dir='rtl'] .slick-slide { float: right; } 
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

.slick-arrow { cursor:pointer; z-index:1; position:absolute; top:50%; margin-top:-17.5px; display:inline-block; color:#fff; background:transparent; width:35px; height:35px; font-size:0; text-index:-9999; cursor:pointer; }
.slick-arrow:before { content:""; height:13px; width:7px; position:absolute; }
.slick-arrow:hover { background:#fff; color:#000; }
.slick-arrow.slick-prev { left:-40px; }
.slick-arrow.slick-prev:before { background:url('https://451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Images/prev.png') no-repeat center center; }
.slick-arrow.slick-next { right:5px; }
.slick-arrow.slick-next:before { background:url('https://451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Images/next.png') no-repeat center center; }
.slick-arrow.slick-disabled { display:none; }

ul.slick-dots { margin:0; padding:0; list-style:none; float:left; width:100%;}
ul.slick-dots { text-align:center; padding:17px 0 0; }
ul.slick-dots li { display:inline-block; padding:0 5px; }
ul.slick-dots li button { display:inline-block; background:#3c5263;  width:6px; height:6px; border-radius:100%; font-size:0; cursor:pointer; padding:0; box-shadow:none; }
ul.slick-dots li button:hover , ul.slick-dots li.slick-active button { background:#f7893f; }
ul.slick-dots li.slick-active button { height:10px; width:10px; box-shadow:1px 0px 1px rgba(0,0,0,0.15); }

/*Button Link Option*/
.row-fluid .button-style a, .row-fluid a.button-style { cursor:pointer; font-weight:400; letter-spacing:0.25px; text-transform: uppercase; z-index:5; overflow: hidden; position:relative; display:inline-block; padding:14px 33px;  background-color:#D73F09; color:#fff; margin:5px 0 0; font-size:13px; line-height:18px; font-family:'Stratum2_regular'; }
.row-fluid .button-style a:hover, .row-fluid a.button-style:hover {  background:#000; }

.row-fluid .button-style-il a, .row-fluid a.button-style-il { cursor:pointer; font-weight:400; letter-spacing:0.25px; text-transform: uppercase; z-index:5; overflow: hidden; position:relative; display:inline-block; padding:14px 33px;  background-color:#D73F09; color:#fff; margin:5px 0 0; font-size:13px; line-height:18px; font-family:'Stratum2_regular'; }
.row-fluid .button-style-il a:hover, .row-fluid a.button-style-il:hover {  background:#000; }

.row-fluid .button-style2 a, .row-fluid a.button-style2 { cursor:pointer; font-weight:400; letter-spacing:0.25px; text-transform:uppercase; z-index:5; overflow: hidden; position:relative; display:inline-block; padding:11px 42px;  background-color:transparent; color:#D73F09; font-size:13px; line-height:18px; border:1px solid #D73F09; font-weight:bold; }
.row-fluid .button-style2 a:hover, .row-fluid a.button-style2:hover  { background:#D73F09; color:#fff; }

.row-fluid .border-btn a, .row-fluid a.border-btn { float:none; display:inline-block; padding:5px 10px; border:1px solid #fff; color:#fff; letter-spacing:0.15px; font-size:10px; line-height:16px; text-transform:uppercase; font-family:'Stratum2_regular'; }
.row-fluid .border-btn a:hover, .row-fluid a.border-btn:hover { border-color:#D73F09; background:#D73F09; }

.row-fluid .link-style a, .row-fluid a.link-style { float:none; display:inline-block; padding:10px 0; color:#fff; text-transform:uppercase; letter-spacing:0.25px; font-family:'Stratum2_medium'; font-size:16px; line-height:23px; }
.row-fluid .link-style a:hover, .row-fluid a.link-style:hover { color:#D73F09; }

.row-fluid .ulstyle ul { list-style:none; }

.row-fluid .wrapper { margin:0 auto !important; width:1170px; padding:0; float:none !important; } 

/* Page Wise Css */
/* Homepage */
.row-fluid .orange-top { padding:20px 0; background:#D73F09; }
.row-fluid .orange-top .wrapper > div > div { display:flex; align-items:center; }
.row-fluid .logo, .row-fluid .logo-tagline { float:none; display:inline-block; vertical-align:bottom; margin:0; }
.row-fluid .logo-tagline { font-size:17px; line-height:22px; font-weight:600; } 

.row-fluid .site-searchinput .search-icon { cursor:pointer; }
.row-fluid .site-searchinput .search-inputbox { position:fixed; top:0; left:0; height:100%; width:100%; background:rgba(0,0,0,0.85); opacity:0; visibility:hidden; -webkit-transition:all 0.25s linear; -moz-transition:all 0.25s linear; -ms-transition:all 0.25s linear; -o-transition:all 0.25s linear; transition:all 0.25s linear; z-index:-1; }
.row-fluid .site-searchinput .search-inputbox .search-inputboxinner { position:absolute; top:50%; left:50%; width:1000px; max-width:100%; -webkit-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%);; }
.row-fluid .site-searchinput .search-inputbox input[type="text"] { background:transparent; padding:0 45px 0 0; border:none; font-size:30px; width:1000px; border-bottom:1px solid rgba(255,255,255,0.6); color:#fff; font-weight:400; }
.row-fluid .site-searchinput .search-inputbox select { margin-top:10px; max-width: 300px; float: left; }
.row-fluid .site-searchinput .search-inputbox input[type="submit"] { border:none; background:none; outline:0; cursor:pointer; color:#fff; padding:0; position:absolute; right:0; width:30px; height:30px; top:2px; right:15px; z-index:99999; background-image:url('https://451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Images/Search.png'); }
.row-fluid .close-black-block { position:absolute; top:30px; right:70px; width:auto; transform:none; left:auto; cursor:pointer; }
body.open .row-fluid .site-searchinput .search-inputbox { opacity:1; visibility:visible; z-index:9; }

/* 2-10-19 */
.row-fluid .site-searchinput .search-inputbox input[type="text"] { max-width: calc(100% - 315px);width:100%;  float: left;  margin-right: 15px;}
.row-fluid .site-searchinput .search-inputbox input[type="submit"] { right: unset; left: calc(100% - 350px);}
.row-fluid .site-searchinput .search-inputbox select { max-width: 300px;margin:0; width:100%;}

.row-fluid .site-searchinput ::-webkit-input-placeholder { color:rgba(255,255,255,0.3) !important; font-weight:300 !important; }
.row-fluid .site-searchinput ::-moz-placeholder { color:rgba(255,255,255,0.3) !important; font-weight:300 !important; }
.row-fluid .site-searchinput :-ms-input-placeholder { color:rgba(255,255,255,0.3) !important; font-weight:300 !important; }
.row-fluid .site-searchinput :-moz-placeholder { color:rgba(255,255,255,0.3) !important; font-weight:300 !important; }

.row-fluid .top-rightbox { text-align:right; }
.row-fluid .site-searchinput, .row-fluid .top-logintext { float:none; display:inline-block; vertical-align:middle; width:auto; min-height:50px; }
.row-fluid .top-logintext a { font-size:20px; line-height:28px; font-family:'Stratum2_regular'; color:#fff; padding:10px 20px; border-right:2px solid #000; }
.row-fluid .top-logintext a:hover { color:#000; }

.row-fluid .menu-section { background:#000000; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link , .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { padding:12px 34px; font-size:13px; line-height:23px; color:#fff; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > a { color:#D73F09; }
.row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children a:after { position:absolute; content:"\f107"; font-family:FontAwesome; top:50%; right:20px; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; }
.row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:after { display:none; }

.row-fluid .border-btn.top-cta { text-align:right; } 
.row-fluid .border-btn.top-cta a { margin-top:9px; }

.row-fluid .hero-section { position:relative; padding:77px 0 70px; overflow:hidden; }
.row-fluid .hero-section.image .herobg_video { display:none; } 
.row-fluid .herobg_img { position:absolute; height:100%; width:100%; left:0; top:0; background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; }
/* .row-fluid .herobg_img:before { position: absolute; content: ""; height: 100%; width: 100%; top:0; left: 0; background:rgba(0,0,0,0.5); } */
.row-fluid .hero-section .wrapper { position:relative; z-index:1; text-align:center; }
.row-fluid .hero-textbox { float:none; display:inline-block; vertical-align:top; width:630px; max-width:100%; font-size:18px; line-height:28px; }
.row-fluid .hero-textbox h1 { margin-bottom:13px; }
.row-fluid .hero-textbox .video-icon { margin:30px 0 32px; }
.row-fluid .hero-textbox .hero-textlist { margin-bottom:50px; float:none; display:inline-block; vertical-align:top; width:510px; max-width:100%; }
.row-fluid .hero-textbox .hero-textlist ul { float:left; width:100%; padding:0; margin:0; list-style-type:none; text-align:left; }
.row-fluid .hero-textbox .hero-textlist ul li { float:left; width:100%; padding-left:23px; position:relative; margin-bottom:3px; }
.row-fluid .hero-textbox .hero-textlist ul li:before { position:absolute; content:""; height:13px; width:15px; top:7px; left:0; background:url('https://451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Images/truebox.png') no-repeat center center; }
.row-fluid .hero-textbox.play-icon-hidden .hero-subtitle { margin-bottom:20px; }
.row-fluid .herovideo-popup { display:none; }
.row-fluid .hero-section.video .herobg_img { display:none; } 
.row-fluid .hero-section .herobg_video { position:absolute; top:0; left:0; height:100%; width:100%; }
.row-fluid .hero-section .herobg_video video { width:100%; min-height:100%; object-fit:cover; }
.row-fluid .hero-section .herobg_video:before { position:absolute; content:""; height:100%; width:100%; top:0; left:0; background:rgba(0,0,0,0.5); }
.herovideo-popup { padding:0 !important; }

.row-fluid .training-section { padding:35px 0 40px; font-size:18px; line-height:23px; color:#8E9089; }
.row-fluid .training-section .wrapper { width:800px; max-width:100%; padding:0 15px; }
.row-fluid .training-section .available-text { font-size:17px; line-height:20px; color:#D73F09; font-family:'Stratum2_medium'; text-transform:uppercase; }
.row-fluid .training-section .title h3 { color:#585858; padding-bottom:12px; }
.row-fluid .training-section .button-style2 { margin-top:20px; }
.row-fluid .training-section .wrapper > div > div { display:flex; align-items:center; }

.row-fluid .training-section.training-sectionv2 { padding-bottom:200px; }

.row-fluid .feature-programsec { padding:80px 0 170px; position:relative; background-size:100% 100% !important; }
/* .row-fluid .feature-programsec:before { position:absolute; content:""; height:100%; width:100%; top:0; left:0; background:rgba(0,0,0,0.5); } */
.row-fluid .feature-programsec .title-section { font-size:18px; line-height:28px; margin-bottom:45px; }
.row-fluid .feature-programsec > div { position:relative; z-index:1; }  
.row-fluid .program-videoimg { height:320px; position:relative; }
.row-fluid .program-videoimg .fancybox_popup_wrapper { position:absolute; font-size:0; top:50%; left:50%; -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);; }
.row-fluid .program-videoimg .fancybox_popup_wrapper a { position:absolute; font-size:0; top:50%; left:50%; -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);; height:51px; width:51px; background:url('https://451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Images/play-icon.png') no-repeat center center; }
.row-fluid .program-content { font-size:17px; line-height:24px; color:#A7ACA2; padding-right:80px; padding-top:85px; }
.row-fluid .program-content h4 { font-size:24px; line-height:28px; font-family:'Stratum2_regular'; margin-bottom:10px; }
.row-fluid .program-content .program-subtitle { font-weight:600; }
.row-fluid .program-content .program-detail { padding-bottom:5px; } 

.row-fluid .feature-programwrap { padding-bottom:140px; }  
.row-fluid .feature-programraw { position:relative; margin-top:-125px; padding:0; width:1170px; }
.row-fluid .featured-box { float:left; width:390px; padding:0 10px; }
.row-fluid .featured-shadowbox { background:#FFFFFF; -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);; }
.row-fluid .featured-inner { padding:30px 20px; }
.row-fluid .featured-inner h6 { color:#7A6855; }
.row-fluid .featured-inner a.link { text-transform:uppercase; font-family:'Stratum2_bold'; letter-spacing:0.25px; margin-top:30px; display:inline-block; }
.row-fluid .featured-inner a.link:hover { color:#000; }

.row-fluid .feature-programrawinner { padding:0 16px; margin-bottom:80px; }
.row-fluid .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { height:10px; background:#D73F09; top:-4px; margin:0; }
.row-fluid .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail { height:3px; background-color:#EAEAEA; margin:0; }
.row-fluid .mCSB_scrollTools { opacity:1; }
.row-fluid a.mCSB_buttonLeft + .mCSB_scrollTools.mCSB_scrollTools_horizontal { margin:0 0 0 25px; }
.row-fluid .mCSB_buttonRight { height:13px; width:7px; background:url('//451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Images/next.png') no-repeat center center; opacity:1; position:absolute; top:50%; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; right:-50px; margin-top:-20px; }
.row-fluid .mCSB_buttonLeft { height:13px; width:7px; background:url('//451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Images/prev.png') no-repeat center center; opacity:1; position:absolute; top:50%; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; left:-50px; margin-top:-20px; }

.row-fluid .testimonial-sectoin { padding:0 0 350px; position:relative; }
.row-fluid .testimonial-sectoin:after { position:absolute; content:""; height:100%; width:100%; bottom:0; left:0; background:url('https://451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Images/stars.png') no-repeat center center; background-size:cover; opacity:0.2; }
.row-fluid .testimonial-sectoin > div { position:relative; z-index:1; }
.row-fluid .testimonial-col { float:right; width:860px; max-width:100%; }
.row-fluid .testimonial-quote { float:none; display:inline-block; vertical-align:middle; width:590px; max-width:100%; font-size:20px; line-height:32px; color:#0D5257; font-weight:300; position:relative; padding-right:30px; }
.row-fluid .testimonial-imagebox { float:none; display:inline-block; vertical-align:middle; width:250px; max-width:100%; font-size:18px; line-height:28px; color:#8E9089; }
.row-fluid .testimonial-imagebox .client-image { height:250px; width:250px; border-radius:100%; background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; }
.row-fluid .testimonial-imagebox .client-name { margin:5px 0 0; }

.row-fluid .instructor-section { padding-bottom:110px; }
.row-fluid .instructor-raw { position:relative; margin-top:-95px; }
.row-fluid .instrucor-inner { padding-left:30px; padding-bottom:50px; }
.row-fluid .instructor-img { float:none; display:inline-block; vertical-align:top; margin:0 -2px; width:260px; height:335px; background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; -webkit-box-shadow: 0px 0px 29px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0px 0px 29px rgba(0, 0, 0, 0.32);
    -o-box-shadow: 0px 0px 29px rgba(0, 0, 0, 0.32);
    -ms-box-shadow: 0px 0px 29px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 0px 29px rgba(0, 0, 0, 0.32);; }
.row-fluid .instrucor-content { float:none; display:inline-block; vertical-align:top; margin:0 -2px; width:calc(100% - 260px); padding-left:35px; padding-top:74px; }
.row-fluid .instrucor-content .instructor-name h5 { font-family:'Stratum2_medium'; }
.row-fluid .instrucor-content .instructor-position { color:#7a6855; font-size:14px; line-height:20px; } 
.row-fluid .instrucor-content .instructor-bio { margin:15px 0; }
.row-fluid .instrucor-content .instructor-link a { text-transform:uppercase; font-family:'Stratum2_bold'; letter-spacing:0.25px; text-transform:uppercase; }

.instrucor-wrap{position:relative; z-index:1; max-width:840px;}

.row-fluid .instrucor-slider { position:relative; }
.row-fluid .instrucor-slider .instrucor-wrap_nav { position:absolute; /*height:131px;*/ width:450px; right:0; bottom:64px; text-align:right; }
.row-fluid .instrucor-slider .instrucor-wrap_nav:after{background-color:#fff;content:"";height:100%;left:0;position:absolute;top:0;width:151px;}
.row-fluid .instrucor-slider .instrucor-wrap_nav .slick-list{padding:15px 0;}
.row-fluid .instrucor-slider .instrucor-wrap_nav .instructor-img { height:131px; width:100%; box-shadow: 0 0 15px rgba(0, 0, 0, 0.32); cursor:pointer; }
.row-fluid .instructor-img_inner { padding:0 15px; }
.row-fluid .instructor-raw .slick-arrow { top:auto; bottom:80px; margin:0; }
.row-fluid .instructor-raw .slick-arrow.slick-next { right:-370px; }
.row-fluid .instructor-raw .progress { background-color:#eaeaea; border-radius:10px; display:block; float:left; height:3px; position:relative; width:100%; }
.row-fluid .instructor-raw .progress span { background-color:#d63f08; border-radius:50px; height:10px; left:0; position:absolute; top:-4px; z-index:1; -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    transition: all 600ms ease;; }

.row-fluid .range-sliderwrap { padding-left:28px; padding-right:9px; }
.ui-widget.ui-widget-content { height:3px !important; border:0 !important; border-radius:50px; height:3px; background:#EAEAEA; }
.ui-state-default, .ui-widget-content .ui-state-default { height:10px !important; border-radius:50px; background:#D73F09 !important; border:0 !important; top:-4px !important; outline:none !important; cursor:pointer !important; }

.row-fluid .recent-postwrap { display:block; width:auto; margin:0 -10px; float:none; }
.row-fluid .recent-postcol { float:left; width:50%; padding:10px 10px; }
.row-fluid .recent-postimgbox { position:relative; height:320px; background-position:center center !important; background-repeat:no-repeat !important; background-size:cover !important; -webkit-box-shadow: 0px 0px 29px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0px 0px 29px rgba(0, 0, 0, 0.32);
    -o-box-shadow: 0px 0px 29px rgba(0, 0, 0, 0.32);
    -ms-box-shadow: 0px 0px 29px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 0px 29px rgba(0, 0, 0, 0.32);; position:relative; }  
.row-fluid .recent-postimgbox:before { position:absolute; content:""; height:100%; width:100%; top:0; left:0; background:linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.85) 100%); -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; opacity:0; }
.row-fluid .recent-postcontent { position:absolute; left:0; bottom:0; padding:0 100px 30px 30px; z-index:1; }
.row-fluid .recent-postcontent .post-link a { color:#D73F09; }
.row-fluid .recent-postcontent .post-link a:hover { color:#fff; }
.row-fluid .recent-postcontent h6 { line-height:28px; font-family:'Stratum2_light'; padding-bottom:5px; }
.row-fluid .recent-postcol:hover .recent-postimgbox:before { -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; opacity:1; }  

.row-fluid .how-wehelpsec { background-position:top center !important; padding-top:240px; }
.row-fluid .how-wehelpsec .testimonial-col { float:left; width:880px; max-width:100%; }
.row-fluid .testimonial-wrapleft.testimonial-wrap { padding-left:70px; }
.row-fluid .testimonial-wrapleft.testimonial-wrap .testimonial-quote { padding-right:0; padding-left:50px; width:620px; max-width:100%; }

.row-fluid .how-wehelpbox { padding:90px 0; }
.row-fluid .help-richtext { float:none; display:inline-block; vertical-align:top; width:650px; max-width:100%; font-size:18px; line-height:28px; margin-top:8px; }
.row-fluid .counter-wrap { padding-top:30px; }
.row-fluid .counter-col { float:left; width:50%; padding:30px 10px; }
.row-fluid .counter-title h6 { color:#7A6855; line-height:28px; margin-bottom:5px; }
.row-fluid .counter-number span, .row-fluid .counter-number h2 { display:inline-block; vertical-align:middle; font-size:80px; line-height:90px; font-family:'Rufina-Stencil'; font-weight:400; color:transparent; -webkit-text-stroke:2px #D73F09; }
.row-fluid .counter-number span { position:relative; top:12px; }
.row-fluid .counter-richtext { float:none; display:inline-block; vertical-align:top; width:240px; max-width:100%; }  
.row-fluid .counter-title { margin-top:20px; }

.row-fluid .started-section { padding:140px 0 194px; position:relative; }
/* .row-fluid .started-section:before { position:absolute; content:""; height:100%; width:100%; top:0; left:0; background:linear-gradient(270deg, rgba(0, 0, 0, 0.87) 24.88%, rgba(0, 0, 0, 0) 76.73%); } */
.row-fluid .get-startedbox { float:right; width:600px; max-width:100%; position:relative; z-index:1; }
.row-fluid .get-startedbox h2 { text-align:left; margin-bottom:20px; }
.row-fluid .step-wrap { margin-bottom:23px; }
.row-fluid .step-col { float:left; width:50%; padding:23px 23px; }
.row-fluid .step-icon { float:left; width:40px; }
.row-fluid .step-text { float:left; width:calc(100% - 40px); padding-left:20px; }
.row-fluid .step-text h6 { font-family:'Stratum2_regular'; margin-bottom:5px; }

/* Site Search Page */
.row-fluid .site-searchsec { padding:70px 0 240px; position:relative; background:#fff; z-index:1; }
.row-fluid ul.hs-search-results__listing { float:left; width:100%; }
.row-fluid ul.hs-search-results__listing li { float:left; width:100%; padding-bottom:20px; margin-bottom:20px; border-bottom:1px solid #eee; }
.row-fluid ul.hs-search-results__listing li a { float:left; width:100%; font-size:18px; line-height:24px; color:#000; font-weight:700; } 
.row-fluid ul.hs-search-results__listing li a:hover { color:#D73F09; }
.row-fluid ul.hs-search-results__listing p { float:left; width:100%; padding:0; }
.row-fluid ul.hs-search-results__listing p + p { padding-top:15px; }
.row-fluid .hs-search-results__next-page { display:none !important; }
.row-fluid ul.hs-search-results__listing li:last-child { padding:0; margin:0; border:0; }

/* Oregon Professional Blog Page */
.row-fluid .blog-mainsection { padding:50px 0 180px; }
.row-fluid .professional-post-item { float:left; width:100%; margin-bottom:40px; padding-bottom:40px; border-bottom:1px solid #ccc; }
.row-fluid .professional-post-item .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image { border-width:0; max-height:170px; max-width:210px; height:auto; width:auto; display:inline-block !important; float:right; margin:20px 0 20px 20px; }
.row-fluid .professional-post-item .post-body { margin-top:20px; }
.row-fluid .professional-post-item .post-header h2 { font-size:29px; line-height:35px; clear:none; }

.row-fluid .meta-nav { display:inline-block; margin:0 2px; position:relative; top:-1px; }

.row-fluid .blog-right { color:#333333; padding-left:30px; }  
.row-fluid .blog-right h3 { color:#333333; font-family:'Stratum2_medium'; margin-bottom:5px; }
.row-fluid .blog-right p { padding:0 0 10px; }
.row-fluid .blog-rightcol { padding-bottom:10px; }
.row-fluid .blog-rightcol ul { margin:0; padding-left:20px; }

/* Blog Inner */
body.hs-blog-post .row-fluid .blog-mainsection { padding-bottom:65px; }
.row-fluid .innerpost-header h2 { margin-bottom:20px; }
.row-fluid .post-bodyinner p { padding:0 0 10px; }
.row-fluid .post-bodyinner h5, .row-fluid .post-bodyinner h4 { padding:10px 0; }
.row-fluid .post-bodyinner ul { margin:0; }
.row-fluid .post-bodyinner h2 { font-size:29px; line-height:34px; }

.row-fluid .related-postsection { padding-bottom:100px; }
.row-fluid .related-postsection h2 { text-transform:uppercase; margin-bottom:30px; }
.row-fluid .related-postsection .post-inner { float:none; display:inline-block; vertical-align:top; width:33.33%; padding:0 15px; margin:0 -2px; }
.row-fluid .related-postsection .featured-image { height:200px; width:100%; background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; }
.row-fluid .related-postsection .post-text { float:left; width:100%; background:#f5f5f5; }
.row-fluid .related-postsection .post-textinner { float:left; width:100%; padding:20px 20px; text-align:left; }
.row-fluid .related-postsection .post-textinner h4 { font-family:'Stratum2_regular'; font-size:22px; line-height:28px; min-height:60px; }

/* Course Page */
.row-fluid .professional-innerherosec { padding:50px 0 270px; position:relative; }
.row-fluid .professional-innerherosec:after { position:absolute; content:""; height:73px; width:100%; left:0; bottom:0; background:url('https://451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Images/white-cut.png') no-repeat center center; background-size:cover !important; }

body.bg-gray .row-fluid .professional-innerherosec:after{background:url(https://451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/gray-cut.png);}

.row-fluid .profeature-programsec { position:relative; margin-top:-230px; color:#9e9e9e; padding-bottom:30px; }
.row-fluid .profeature-programsec h3 { font-size:35px; line-height:50px; color:#7A6855; text-transform:uppercase; letter-spacing:0.5px; margin-bottom:22px; margin-top:20px; }
.row-fluid .profeature-programsec .program-videoimg { margin-left:-24px; height:388px; background-size:cover; background-repeat:no-repeat; background-position:center center; }
.row-fluid .profeature-programsec .contentbox-two h3 { margin-bottom:15px; margin-top:30px; }
.row-fluid .profeature-programsec .program-content { background:#fff; box-shadow:0px 4px 25px rgba(0, 0, 0, 0.25); padding:25px 11px; width:370px; max-width:100%; margin-top:25px; font-size:18px; line-height:26px; color:#7A6855; }
.row-fluid .pro-coursecol { padding:15px 0; border-bottom:1px solid #F0F0F0; display:flex; align-items:center; }
.row-fluid .pro-coursecol h5 { font-size:18px; line-height:28px; color:#7A6855; font-family:'Open Sans', sans-serif; font-weight:400; }
.row-fluid .pro-courseicon { float:left; width:50px; text-align:center; }
.row-fluid .pro-coursetitle { float:left; width:calc(100% - 50px); padding-left:20px; }
.row-fluid .profeature-programsec .program-content .button-style a { padding:14px 43px; margin:30px 0 0; } 
.row-fluid .profeature-programsec .program-content .border-btn a { margin-top:24px; }
.row-fluid .profeature-programsec .program-content .border-btn a { border:1px solid #D73F09; color:#D73F09; font-size:13px; line-height:18px; letter-spacing:0.25px; padding:13px 23px; }
.row-fluid .profeature-programsec .program-content .border-btn a:hover { border-color:#000; color:#fff; background:#000; }

.row-fluid .protestimonial-sectoin { padding-bottom:190px; }

.row-fluid .proinstructor-section .hs_cos_wrapper_type_header h2 { color:#7A6855; margin-bottom:10px; }

.row-fluid .past-worksection { padding:120px 0 220px; }
.row-fluid .past-worksection .hs_cos_wrapper_type_header h2 { font-size:35px; line-height:45px; color:#585858; }
.row-fluid .past-worksection .help-richtext { font-size:16px; line-height:26px; color:#9E9E9E; }
.row-fluid .past-workwrap { margin-top:30px; }
.row-fluid .past-worlcol { float:left; width:25%; padding:10px 10px; }
.row-fluid .past-workimg { height:200px; width:100%; float:left; background-size:cover; background-repeat:no-repeat; background-position:center center; }

/* Certificate Page */
.row-fluid .feat_program-new .program-content { margin-top: 0px; }
.row-fluid .feat_program-new .program-content .pro-coursecol h5 span { display: block; }
/* E Learning Section */
.row-fluid .e-learn-section { padding: 82px 0 40px; }
.row-fluid .e-learn-section .e-learn-inner > div > div { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-align: center; -moz-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
.row-fluid .e-learn-section .e-learn-instruction { padding-right: 40px; }
.row-fluid .e-learn-section .e-learn-instruction .e-learn-para { font-size: 16px; line-height: 23px; color: #8E9089; padding-top: 23px; }
.row-fluid .e-learn-section .e-learn-instruction .e-learn-title h2 { font-size: 24px; line-height: 28px; color: #0D5257; font-family: 'Stratum2_medium'; }
.row-fluid .e-learn-groupraw { position:relative; padding:0; } 
.row-fluid .e-learn-groupraw .mCSB_buttonLeft {left: -24px; }
.row-fluid .e-learn-groupraw .mCSB_buttonRight { right: -24px; }
.row-fluid .e-learn-groupraw .e-learn-group {margin-bottom: 68px; }
.row-fluid .e-learn-group .e-learn-box { width:235px; background-color: #fff; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); margin: 11px; padding: 41px 15px 33px; }
.row-fluid .e-learn-group .e-learn-box .e-learn-box-date { position: relative; font-size: 15px; line-height: 23px; color: #7A6855; font-family: 'Open Sans', sans-serif; padding-left: 38px; margin: 0 0 0; }
.row-fluid .e-learn-group .e-learn-box .e-learn-box-link { padding-top: 40px; }
.row-fluid .e-learn-group .e-learn-box .e-learn-box-title h3 { font-size: 18px; line-height: 24px; color: #7A6855; margin-bottom: 32px; }
.row-fluid .e-learn-group .e-learn-box .e-learn-box-date:before { content: ''; position: absolute; top: 5px; left: 0; background-image: url('https://451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Images/calendar-1.png'); background-repeat: no-repeat; background-size: contain; height: 25px; width: 27px; }
.row-fluid .e-learn-group .e-learn-box .e-learn-box-link a { font-size: 16px; line-height: 23px; letter-spacing: 0.25px; text-transform: uppercase; font-family: 'Stratum2_bold'; }

/* Register Form Popup Design Code */
.form-popup { width:700px; max-width:100% !important; }
.form-popup h3 { margin-bottom:20px; }
.form-popup form input[type="text"], .form-popup form input[type="email"], .form-popup form input[type="select"], .form-popup form input[type="tel"] { background:#f5f5f5; border:0; border-radius:0; height:50px; font-family:Stratum2_regular; }
.form-popup form > .hs-form-field > label { float:left; width:100%; color:#000; font-weight:600; font-size:14px; line-height:20px; font-family:Stratum2_regular; letter-spacing:0.5px; margin-bottom:3px; }
.form-popup form textarea { height:120px; resize:none; background:#f5f5f5; border:0; border-radius:0; font-family:Stratum2_regular; }
.form-popup form.hs-form .hs-form-field { padding:0 0 15px; }
.form-popup form.hs-form input[type="submit"] { cursor:pointer; font-weight:400; letter-spacing:0.25px; text-transform: uppercase; z-index:5; overflow: hidden; position:relative; display:inline-block; padding:14px 45px;  background-color:#D73F09; color:#fff; margin:5px 0 0; font-size:18px; line-height:22px; font-family:'Stratum2_regular'; -webkit-appearance:none; -moz-appearance:none; appearance:none; }
.form-popup form.hs-form input[type="submit"]:hover { background:#000; }
.form-popup form.hs-form ul.hs-error-msgs { display:none !important; }
.form-popup form.hs-form .hs-input.invalid.error { background:rgba(255, 0, 0,0.2); }

/* Company Page */
.row-fluid .inner-herosec.company-herosec { padding-bottom:70px; }
.row-fluid .company-herosec:after { display:none; }
.row-fluid .inner-herosec.company-herosec h1 { color:#fff; }
.row-fluid .hero-richtext { margin:20px 0 60px; }
.row-fluid .inner-herosec.company-herosec .hs-form-required { display:none; } 
.row-fluid .hero-formbox { float:none; display:inline-block; vertical-align:top; width:800px; max-width:100%; text-align:left; font-size:18px; line-height:28px; }
.row-fluid .list-style ul { float:left; width:100%; padding:0; margin:0; list-style-type:none; }
.row-fluid .list-style ul li { float:left; width:100%; padding-left:23px; position:relative; margin-bottom:10px; }
.row-fluid .list-style ul li:last-child { margin:0; }
.row-fluid .list-style ul li:before { position:absolute; content:""; height:13px; width:15px; left:0; top:8px; background:url('https://451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Images/listicon.png') no-repeat center center; }

.row-fluid .hero-form form { width:372px; max-width:100%; }
.row-fluid .hero-form form input[type="text"], .row-fluid .hero-form form input[type="email"], .row-fluid .hero-form form input[type="tel"], .row-fluid .hero-form form select { border:1px solid #D73F09; }
.row-fluid .hero-form form.hs-form .hs-form-field { padding-bottom:20px; }
.row-fluid .hero-form form input[type="submit"] { font-size:13px; line-height:18px; color:#fff; letter-spacing:0.25px; background:#D73F09; font-family:'Stratum2_regular'; font-weight:500; text-transform:uppercase; padding:14px 48px; margin-top:12px; }
.row-fluid .hero-form form input[type="submit"]:hover { background:#000; }
.row-fluid .hero-form form ul.hs-error-msgs { color:#fff !important; }
.row-fluid .hero-form form .hs_error_rollup { display:none !important; }

.row-fluid .company-countersec .how-wehelpbox { padding:0; }
.row-fluid .company-countersec .counter-wrap.fl100 { float:none; display:inline-block; vertical-align:top; width:800px; max-width:100%; }

.row-fluid .employee-educationraw { padding:200px 0 20px; background-size:cover; background-position:top center; }
.employee-educationcol { float:none; display:inline-block; vertical-align:top; width:690px; max-width:100%; text-align:left; }
.row-fluid .employee-educationraw .employee-icon { float:none; display:inline-block; vertical-align:middle; margin:0 -2px; width:100px; } 
.row-fluid .employee-educationraw .employee-text { float:none; display:inline-block; vertical-align:middle; margin:0 -2px; width:calc( 100% - 100px); padding-left:85px; }
.row-fluid .employee-educationraw .employee-text h4 { font-size:24px; line-height:28px; color:#7A6855; font-family:'Stratum2_regular'; margin-bottom:5px; }
.row-fluid .employee-educationraw .section-title { padding-bottom:70px; }
.row-fluid .employee-educationraw:first-child { padding:240px 0 80px 0; }
.row-fluid .employee-educationraw:nth-child(3) { padding:310px 0 50px 0; }

.row-fluid .pre-trainingsection { background-position:top center !important; padding:250px 0 284px; position:relative; }
.row-fluid .pre-trainingsection:before { position:absolute; content:""; height:50%; width:100%; top:0; left:0; background-color:#d7d7d7; z-index:-1; }
.row-fluid .pre-trainingsection .content { font-size:18px; margin:15px 0 30px; }

.row-fluid .company-helpsec { padding-top:0; position:relative; margin-top:-80px; padding-bottom:100px; position:relative; }
.row-fluid .company-helpsec:before, .row-fluid .company-helpsec:after { position:absolute; content:""; }
.row-fluid .company-helpsec:before { bottom:-300px; left:0; height:515px; width:406px; background:url('https://451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Images/leftpatern.png') no-repeat center center; z-index:-1; }
.row-fluid .company-helpsec:after { bottom:-360px; right:0; height:754px; width:515px; background:url('https://451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Images/rightpatern.png') no-repeat center center; z-index:-1; }

.row-fluid .company-started-section { padding:150px 0 290px; }
 
/* Search our Catalog Page  30-07-2019 */
.row-fluid .professional-innerherosec.height-update { padding: 70px 0 130px; }

.row-fluid .sca_section { padding: 70px 0 30px; }
.row-fluid .sca_section .sca-title h2 { font-size: 30px; line-height: 38px; color: #585858; text-align: center; }
.row-fluid .sca_section .sca-list { text-align: center; padding: 39px 0 0; margin:0px -15px;}
.row-fluid .sca_section .sca-list .single-box { width: 33.33%; display: inline-block; margin: 0 -3px; padding: 15px; }
.row-fluid .sca_section .sca-list .single-box .inner { position: relative; height: 180px; overflow: hidden; }
.row-fluid .sca_section .sca-list .single-box .inner .thumb { position: absolute; top: 0; left: 0; width: 100%; height: 100%; transition: all 0.3s ease; }
.row-fluid .sca_section .sca-list .single-box .inner span { position: absolute; z-index: 1; font-size: 25px; line-height: 28px;  /* or 112% */ text-align: center; color: #fff; font-family: Stratum2_regular; width: 100%; bottom: 43px; left: 0; right: 0; margin: 0 auto; max-width: calc(100% - 25px); }
.row-fluid .sca_section .sca-list .single-box .inner:after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; opacity: 0.8; background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%); background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%); background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#000000', GradientType=0); transition: all 0.3s ease; }
.row-fluid .sca_section .sca-list .single-box .inner:hover .thumb { transform: scale(1.1) rotate(-1deg); }
.row-fluid .sca_section .sca-list .single-box .inner:hover:after { opacity: 1; }

.row-fluid .catalog-section { padding: 40px 0 300px; }
.row-fluid .catalog-section .catalog-tabs { text-align: center; line-height: 0; }
.row-fluid .catalog-section .catalog-tabs ul { display: inline-block; margin: 0; list-style: none; padding: 0; line-height: normal; }
.row-fluid .catalog-section .catalog-tabs ul li { display: inline-block; float: left; }
.row-fluid .catalog-section .catalog-tabs ul li a { padding: 13px 21px; display: inline-block; background: #C4C4C4; color: #fff; font-family: Stratum2_medium; font-size: 19px; text-transform: uppercase; min-width: 190px; text-align: center; transition: all 0.3s ease; }
.row-fluid .catalog-section .catalog-tabs ul li a.active { background: #D73F09; }

.row-fluid .catalog-section .filters { display: flex; flex-wrap: wrap; align-items: center; position: relative; z-index: 4; padding: 40px 0 30px; justify-content: space-between; }
.row-fluid .catalog-section .filter-options { position: relative; }
.row-fluid .catalog-section .filter-options ul { visibility:hidden; position: absolute; padding: 0; list-style: none; margin: 0; background: #d73f09; width: 100%; transform: translateY(10px); opacity: 0; transition: all 0.3s ease; z-index:22; }
.row-fluid .catalog-section .filter-options.categoru { width: 250px; }
.row-fluid .catalog-section .filter-options label { display: block; padding: 7px 15px; font-size: 15px; position: relative; border:1px solid #cecece; box-sizing: border-box; border-radius: 3px; color: #9E9E9E; cursor: pointer; user-select: none; padding-right: 35px; overflow: hidden; white-space: pre; text-overflow: ellipsis; }
.row-fluid .catalog-section .filter-options label:after { content: ''; position: absolute; right: 8px; top: 0; bottom: 0; height: 15px; background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGCAYAAAD37n+BAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABqSURBVHgBhZDRCYAwDES9TtIRHEUnUGkH6QYu0FJHcCRHcILi9SMQguhBKUneIxDknCcAYwghDR+ptfrW2u5ijCfrq5SSfmHnNkiTwsrP200aZm7ooZUs3Huw60UidFj4VRCJh1j4Zg33PF4zOo6mhoTAAAAAAElFTkSuQmCC'); width: 20px; margin: auto; background-repeat: no-repeat; background-position: center; transition: all 0.3s ease; }
.row-fluid .catalog-section .filter-options.open label:after { transform: scale(-1); }
.row-fluid .catalog-section .filter-options + .filter-options { margin-left: 20px; }
.row-fluid .catalog-section .filter-options.location { width: 160px; }
.row-fluid .catalog-section .filter-options.date_range { width: 150px; }
.row-fluid .catalog-section .filter-options.price { width: 130px; }
.row-fluid .catalog-section .filter-options ul li { }
.row-fluid .catalog-section .filter-options ul li a { font-size: 14px; display: block; padding: 9px 15px; line-height: 17px; color: #fff; }
.row-fluid .catalog-section .filter-options ul li + li { border-top: 1px solid rgba(255, 255, 255, 0.42); }
.row-fluid .catalog-section .filter-options.open ul { opacity: 1; visibility:visible; transform: translateY(0); }
.row-fluid .catalog-section .filter-options ul li a:hover, .row-fluid .catalog-section .filter-options ul li a.active { background: #882603; }
.row-fluid .catalog-section .filter-options ul li a.active { pointer-events: none; }
.row-fluid .catalog-section .search-bar { }
.row-fluid .catalog-section .search-bar input {border-radius: 3px; height: 39px; border: 1px solid #cecece;background-color:transparent; background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADaSURBVHgBhZDbDYJAEEV3gQQ+pQKlA0qwA7AEwyOhCmMF+g2EhQosATrQErAC+SSEh3cIGw2J8SazM7s5O3MznEFCiB2laZps5A3nvGrb9hhFUc0WKQQBKMdxrABYCBN1oev6PUmSvQQ1xAlg7nnemX2UA6pVVRWorbkjILfruoKtFAQBTWBpmm5nkDwZhtGwH4INU4IVujprYPHOwjB8zOAwDOTtmmWZs4JKjM7lG6cDPlxFUS7LahpAlHPy3/f9gbry73FxHNv48PJ9/ynvmqbdCObsjxZYvAGOgmpO1tPgoAAAAABJRU5ErkJggg=='); background-position: 10px center; background-repeat: no-repeat; padding-left: 30px; background-size: 12px; color: #9E9E9E; width: 170px; }
.row-fluid .catalog-section .filters .options-list { width: calc(100% - 170px); display: flex; align-items: center; }

body.bg-gray { background: #F2F2F2; }
.row-fluid .catalog-section .catalog-grid-wrapper { margin: 0 -15px; }
.row-fluid .catalog-section .catalog-grid-main { }
.row-fluid .catalog-section .catalog-box { width: 25%; padding: 15px; }
.row-fluid .catalog-section .catalog-box .inner { background: #fff; transition: all 0.3s ease; }
.row-fluid .catalog-section .catalog-box .thumb { height: 160px; }
.row-fluid .catalog-section .catalog-box  .content { padding: 19px 21px; background: #fff; }
.row-fluid .catalog-section .catalog-box .content h3, .row-fluid .catalog-section .catalog-box .content h3 a { font-size: 18px; line-height: 20px;  /* or 125% */ color: #7A6855; font-family: Stratum2_medium; }

.row-fluid .catalog-section .catalog-box .catalog-info { color: #8E9089; font-size: 12px; margin: 6px 0 0; float:left; width:100%; }
.row-fluid .catalog-section .catalog-box .catalog-info > div { float:left; width:100%; }  
.row-fluid .catalog-section .catalog-box a.category-btn { height: 31px; width: 31px; display:inline-block; background-color: #D73F09; background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAPCAYAAADQ4S5JAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC3SURBVHgBjZLRDcIwDESdyP+EDRiBEdgAmAAxAXQC6CTABmwATNAVGKEbhDvJSFXaJrF0tZuc8xwpEmN8QVupDA+9oSWaLtCq1KD8OOfuZj4gf/H/yBHEmmhsWeZomi4YLRitH9F4mswEKdBtSPOSCRvzaLRrkZDQ1lCnleYNKdDeF4yBd0AZOBpH1Iz5jLSAGhj7/7pOzWr4J4yfdF+HeKQTaxgbmQk18w6JD7DlnFK4WGcNVfEDAypqmL3gU6UAAAAASUVORK5CYII='); background-position: 11px center; background-repeat: no-repeat; transition: all 0.3s ease; margin-top:10px; }
.row-fluid .catalog-section .catalog-box a.category-btn:hover { opacity: 0.8; }
.row-fluid .catalog-section .catalog-box a.category-btn i { display: none; }
/* .row-fluid .catalog-section .catalog-box .catalog-info span + span:before { content: '|'; position: relative; top: -1px; } */
.row-fluid .catalog-section .catalog-box .catalog-info span { float:left; width:100%; }
.row-fluid .catalog-section .catalog-box .catalog-info span + span { padding-right:10px; }
.row-fluid .catalog-section .catalog-box .inner:hover { background: red; box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25); }
.row-fluid .catalog-section .select-tag { font-size: 13px; color: #585858; font-size: 13px; }


/* Landing Page 13-08-2019 */
.row-fluid .lp_hero_section {  }
.row-fluid .lp_hero_section .hero-subtitle { margin:10px 0 40px 0; }


.row-fluid .lp_guide_section { padding: 100px 0 300px; position:relative; }
.row-fluid .lp_guide_section:before {   position: absolute;  content: "";  width: 100%;  left: 0;  height: 200px; bottom: 0;  background-image: url(https://451937.fs1.hubspotusercontent-na1.net/hub/451937/hubfs/Oregon_State_University_Theme2019/Images/Lp%20Bottom%20image.png); background-size: cover; background-position: center top;  background-repeat: no-repeat;}
.row-fluid .lp_guide_left { padding: 0 14% 0 0; width: 50%; float: none; display: inline-block; vertical-align: middle; margin: 0 -2px; }
.row-fluid .lp_guide_left h3 { margin: 0 0 20px 0; color: #585858; }

.row-fluid .lp_guide_right { width: 50%; float: none; display: inline-block; vertical-align: middle; margin: 0 -2px; border: 1px solid #D73F09; padding:30px 30px 50px 30px;  }
.row-fluid .lp_gde_form { text-align:center; }
.row-fluid .lp_gde_form h3 { margin: 0 0 30px 0; color: #585858; }
.row-fluid .lp_gde_form { color: #585858; letter-spacing: 0.5px; text-transform: uppercase; }
.row-fluid .lp_gde_form form { width:100%; float:left; text-align:left; }
.row-fluid .lp_gde_form form fieldset { max-width:100% !important; float:left; margin:5px 0; width:100%; }
.row-fluid .lp_gde_form form .form-columns-1 .input , form .form-columns-2 .input { margin-right:0 !important; }
.row-fluid .lp_gde_form form .form-columns-1 .input textarea , .row-fluid .lp_gde_form form .form-columns-1 .input input , 
.row-fluid .lp_gde_form form .form-columns-1 .input select, .row-fluid .lp_gde_form form .form-columns-2 .input input { width:100% !important; }
.row-fluid .lp_gde_form form .input textarea , .row-fluid .lp_gde_form form .input input , .row-fluid .lp_gde_form form .input select {  border: 1px solid #D73F09;  }
.row-fluid .lp_gde_form form .form-columns-2 { width:100%; }
.row-fluid .lp_gde_form form .hs-fieldtype-booleancheckbox .input input { width:auto !important; height:auto !important; } 
.row-fluid .lp_gde_form form .form-columns-2 .hs-form-field:first-child { padding:0;  padding-right:10px;  }
.row-fluid .lp_gde_form form .form-columns-2 .hs-form-field:last-child { padding:0; padding-left:10px;  }
.row-fluid .lp_gde_form form .form-columns-2 .hs-form-field { width: 50% !important; }
.row-fluid .lp_gde_form form .form-columns-1 .hs-form-field { padding-right:0 !important; }
.row-fluid .lp_gde_form form .hs_recaptcha { float:left; width:100%; }
/* .row-fluid .lp_gde_form form .input input.error { background:#ff6666; }  */
.row-fluid .lp_gde_form form .hs-form-required { display:none !important; }
.row-fluid .lp_gde_form form .hs-error-msgs { font-size:12px; color:red }

.row-fluid .lp_gde_form form input, .row-fluid .lp_gde_form form select { margin-bottom:20px;  background: #fff; border: 1px solid #A3A3A3;  font-size: 14px; color: #000; padding: 11px 20px; float: left;     height: auto; line-height: 22px;  }
.row-fluid .lp_gde_form form textarea { width:100% !important; margin-bottom:22px;  background:#fff; height:100px;  resize: none; border: 1px solid #ededed;   font-size: 14px; color: #000; padding:20px 20px;float: left; }
.row-fluid .lp_gde_form form .hs_submit input { font-weight:400;  line-height: 19px; font-size: 14px;  padding: 13px 60px; float: none; color: #fff;  display: inline-block;  margin:0;  background:#D73F09;  font-style:italic; border:none; text-transform: uppercase;   transition:all 0.3s ease-in-out; }
.row-fluid .lp_gde_form form .actions { text-align:center; width:100%; float:left; }

.row-fluid .lp_gde_form form input::-webkit-input-placeholder, .row-fluid .lp_gde_form form input[type=email]::-webkit-input-placeholder,  .row-fluid .lp_gde_form form textarea::-webkit-input-placeholder {  color: #C7C7C7;}
.row-fluid .lp_gde_form form input::-moz-placeholder, .row-fluid .lp_gde_form form input[type=email]::-moz-placeholder,  .row-fluid .lp_gde_form form textarea::-moz-placeholder  { color: #C7C7C7; }
.row-fluid .lp_gde_form form input:-ms-input-placeholder, .row-fluid .lp_gde_form form input[type=email]:-ms-input-placeholder,  .row-fluid .lp_gde_form form textarea:-ms-input-placeholder  { color: #C7C7C7;}
.row-fluid .lp_gde_form form input:-moz-placeholder, .row-fluid .lp_gde_form form input[type=email]:-moz-placeholder,  .row-fluid .lp_gde_form form textarea:-moz-placeholder  { color: #C7C7C7; }




/* Footer */
.row-fluid .footer-section { background:#0D5257; position:relative; padding:30px 0; }

.row-fluid .footer-section2 { background:#0D5257; position:relative; padding:30px 0; }
.row-fluid .footer-section2:before { position:absolute; content:""; height:114px; width:100%; bottom:100%; left:0; background:url('https://451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Images/footer-pattern.png') no-repeat center center; background-size:cover !important; z-index:1; }
/* .row-fluid .footer-section2:before { position:absolute; content:""; height:114px; width:100%; bottom:100%; left:0; background:url('https://451937.fs1.hubspotusercontent-na1.net/hubfs/451937/priscilla-du-preez-623040-unsplash.png') no-repeat center center; background-size:cover !important; z-index:1; } */

.row-fluid .footer-logotag-line { font-weight:600; margin-top:20px; }
.row-fluid .footer-col .hs-menu-wrapper > ul > li > a { color:#fff; font-size:14px; font-weight:700; text-transform:uppercase; padding:5px 0; }
.row-fluid .footer-col .hs-menu-wrapper > ul > li > a:hover { color:#D73F09; }
.row-fluid .footer-col5 { font-size:18px; padding-top:25px; }
.row-fluid .footer-col5 .hs_cos_wrapper_type_rich_text { margin-top:15px; float:left; width:100%; }
.row-fluid .footer-col5 a { font-size:20px; line-height:26px; float:left; margin-right:40px; color:#fff; cursor:pointer !important; }
.row-fluid .footer-col5 a:last-child { margin:0; }
.row-fluid .footer-col5 a:hover { color:#D73F09; }

.row-fluid .copyright-section { background:#000; padding:13px 0; font-size:12px; line-height:23px; }
.row-fluid .footer-contact-text a { color:#fff; }
.row-fluid .footer-contact-text a:hover { color:#D73F09; }

/* ============================================
*********** OREI Theme Css Start ************** 
==============================================*/
/* Interior Page */
.row-fluid .orei-top .top-logintext a { padding:8px 21px; border:1px solid #fff; color:#fff; letter-spacing:0.15px; font-size:17px; line-height:24px; text-transform:uppercase; font-family:'Stratum2_regular'; font-weight:700; }
.row-fluid .orei-top .top-logintext a:hover { background:#000; }
.row-fluid .orei-top .site-searchinput { padding:8px 0 8px 15px; border-left:2px solid #000; }
.row-fluid .orei-top .mainmenu .hs-menu-wrapper > ul > li:first-child > a { padding-left:18px; }

.row-fluid .inner-herosec { padding:100px 0 250px; position:relative; }
.row-fluid .inner-herosec:after { position:absolute; content:""; height:327px; width:100%; right:0; bottom:0; background:url('//451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Images/herocut.png') no-repeat center center; background-size:100% 100% !important; }
.row-fluid .inner-herosec h1 { color:#000; }

.row-fluid .content-twocolsec { padding:70px 0; }
.row-fluid .content-twocolsec .contentbox { font-size:18px; line-height:23px; color:#8E9089; padding-top:10px; }
.row-fluid .content-twocolsec .contentbox h2 { color:#585858; line-height:60px; }
.row-fluid .bg-counterbox { background:#D73F09; padding:55px 55px 65px; }
.row-fluid .bg-counterbox .counter-wrap { padding-top:0; }
.row-fluid .bg-counterbox .counter-number span, .row-fluid .bg-counterbox .counter-number h2 { -webkit-text-stroke:2px #fff; }
.row-fluid .bg-counterbox .counter-col { width:100%; padding:0; }
.row-fluid .bg-counterbox .counter-title h6 { color:#fff; margin:5px 0; }

.row-fluid .get-involedform { margin-top:30px; background:#ebebeb; padding:30px 30px; }
.row-fluid .get-involedform form.hs-form fieldset.form-columns-1 .input { margin-right:0 !important; }
.row-fluid .get-involedform form.hs-form textarea { height:120px; resize:none; }
.row-fluid .get-involedform h3.form-title { margin-bottom:25px; }
.row-fluid .get-involedform form.hs-form input[type="submit"] { background-color:#D73F09; margin-top:15px; }
.row-fluid .get-involedform form.hs-form input[type="submit"]:hover { background-color:#000; }
.row-fluid .get-involedform form.hs-form .hs-form-field > label { font-size:15px; line-height:20px; float:left; width:100%; font-weight:600; }
.row-fluid .get-involedform form.hs-form .hs_error_rollup { display:none !important; }

.row-fluid .content-greybgsection { padding:110px 0 720px; position:relative; background-position:bottom center !important; font-size:18px; }
.row-fluid .content-greybgsection:before { position:absolute; content:""; top:0; left:0; height:100%; width:100%; background:url('//451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Images/greyimg.png') no-repeat; background-size:cover !important; background-position:top center !important; z-index:-1; }
.row-fluid .content-greybgsection .hs_cos_wrapper_type_header h2 { color:#585858; line-height:60px; margin-bottom:3px; }
.row-fluid .content-greybgsection .img-introtext { margin-top:15px; }

.center {
  margin: auto;
  max-width: 670px;
  padding: 10px;
}

.row-fluid .custom-contentsection { padding:65px 0 100px; font-size:18px; }
.row-fluid .custom-contentsection h2 { color:#585858; }
.row-fluid .service-wrap { background:#D73F09; padding:14px 0; }
.row-fluid .service-col { float:left; width:50%; padding:14px 17px; font-size:14px; line-height:18px; }
.row-fluid .service-icon { height:50px; }
.row-fluid .service-col h5 { font-size:20px; line-height:24px; font-family:'Open Sans', sans-serif; font-weight:700; margin-top:8px; }

.row-fluid .feature-section { padding:120px 0 180px; position:relative; background-position:top center !important; }
.row-fluid .feature-section:before { position:absolute; content:""; height:527px; width:357px; left:0; top:50%; background:url('https://451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Images/feature-pattern.png') no-repeat center center; background-size:cover !important; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; }
.row-fluid .feature-titlebox h2 { color:#585858; margin-bottom:50px; }
.row-fluid .feature-wrap { position:relative; }
.row-fluid .feature-col { float:left; width:33.33%; padding:0 10px; }
.row-fluid .feature-bgimg { height:200px; width:100%; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; }
.row-fluid .feature-textbox { padding-top:35px; }
.row-fluid .feature-textbox h3 { font-size:30px; line-height:38px; color:#585858; margin-bottom:10px; }
.row-fluid .feature-textbox .button-style2 { margin-top:30px; }
.row-fluid .feature-textbox .feature-text { padding:0 15px; }

.row-fluid .orei-footersection .footer-col { padding:0 !important; font-size:12px; line-height:18px; }
.row-fluid .orei-footersection .footer-logotag-line { font-size:18px; line-height:23px; margin:0 0 15px; }
.row-fluid .orei-footersection .footer-col h4 { font-size:20px; line-height:28px; margin-bottom:5px; }
.row-fluid .orei-footersection .footer-col5 .hs_cos_wrapper_type_rich_text { margin:0; }
.row-fluid .orei-footersection .footer-col5 a { font-size:12px; line-height:18px; margin-right:0; margin-top:3px; float:left; width:100%; display:flex; align-items:center; }
.row-fluid .orei-footersection .footer-col5 a i { margin-right:15px; }
.row-fluid .orei-footersection .footer-col5 a i.fa-mobile { font-size:22px; } 

/* OREI Page */
.row-fluid .hero-slidersection { padding:60px 0 35px; min-height:574px; background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; position:relative; }
/* .row-fluid .hero-slidersection:before { position:absolute; content:""; height:500px; width:100%; left:0; bottom:0; background:url('https://451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Images/hero-triangle.png') no-repeat center center; background-size:100% 100% !important; } */
.row-fluid .hero-slidersection .hero-slidercaption { position:relative; z-index:1; }
.row-fluid .hero-slidersection .hero-slidercaption h1 { color:#000; margin-bottom:25px; }
.row-fluid .hero-slidersection .hero-slidercaption a.button-style { font-family:'Stratum2_bold'; padding:14px 45px; }
.row-fluid .slider-serviceraw { padding-top:90px; display:none; }
.row-fluid .slider-servicewrap { float:right; width:370px; }
.row-fluid .slider-servicecol { float:left; width:50%; padding:0 10px; margin:10px 0; font-size:12px; line-height:16px; } 
.row-fluid .slider-servicecol h5 { font-size:20px; line-height:24px; margin:2px 0; font-family:'Open Sans', sans-serif; font-weight:700; }
.row-fluid .slider-serviceicon { min-height:50px; position:relative; }
.row-fluid .slider-serviceicon img { position:absolute; top:0; left:0; bottom:0; right:0; margin:auto 0; }
.row-fluid .hero-slidermainsec .slick-arrow { height:50px; width:50px; padding:0; background:rgba(0,0,0,0.4); border-radius:100%; margin-top:-40px; opacity:0; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; }
.row-fluid .hero-slidermainsec .slick-arrow:before { font-size:30px; background:none; content:""; font-family:FontAwesome; }
.row-fluid .hero-slidermainsec .slick-arrow.slick-prev { left:15px; }
.row-fluid .hero-slidermainsec .slick-arrow.slick-next { right:15px; }
.row-fluid .hero-slidermainsec .slick-arrow.slick-prev:before { content:"\f104"; top:8px; left:17px; }
.row-fluid .hero-slidermainsec .slick-arrow.slick-next:before { content:"\f105"; top:8px; left:21px; }
.row-fluid .hero-slidermainsec .slick-arrow:hover { color:#fff; }
.row-fluid .hero-slidermainsec:hover .slick-arrow { opacity:1; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; }

.row-fluid .hero-slidersection:after { position:absolute; content:""; height:650px; width:100%; top:0; right:0; background:url('https://451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Images/herotriangle.png') no-repeat center center; background-size:cover !important; }
.row-fluid .hero-slidersection .hero-cutimg { position:absolute; content:""; height:100%; width:100%; left:0; top:0; background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; z-index:1; }

.row-fluid .hero-featuresec { padding:30px 0; background:#7A7A7A; }  
.row-fluid .hero-featuresec .wrapper { width:900px; max-width:100%; }
.row-fluid .hero-featurecol { float:none; display:inline-block; vertical-align:top; width:25%; padding:15px 15px; text-align:left; font-size:14px; line-height:18px; margin:0 -2px; }
.row-fluid .hero-featurecol h5 { font-size:20px; line-height:24px; margin:8px 0 2px 0; font-family:'Open Sans', sans-serif; font-weight:700; text-transform:uppercase; }
.row-fluid .hero-featureicon { min-height:48px; display:flex; align-items:center; }

.row-fluid .orei-contentsection { padding:60px 0 30px; position:relative; }
.row-fluid .orei-contentsection .wrapper { width:1040px; max-width:100%; padding:0 20px; }
.row-fluid .orei-contentsection .watchimg { position:absolute; top:-220px; left:0;  width:auto; z-index:2; }
.row-fluid .orei-contentboxwrap { position:relative; z-index:2; }
.row-fluid .orei-contentcol { float:left; width:50%; padding:0 22px; font-size:18px; }
.row-fluid .orei-contentcol h3 { color:#585858; } 
.row-fluid .orei-contentcol .text { margin:20px 0 30px; }

.row-fluid .query-section { position:relative; }
.row-fluid .query-section:before { position:absolute; content:""; height:260px; width:100%; left:0; top:0; background:url('https://451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Images/cuttingnew.png') no-repeat center center; background-size:100% 100% !important; z-index:1; }
.row-fluid .query-box { height:80vh; float:left; width:33.33%; margin:0; position:relative; }
.row-fluid .query-box1, .row-fluid .query-box2 { border-right:6px solid #fff; }
.row-fluid .query-title { position:absolute; left:0; bottom:0; padding:15px 15px; font-size:25px; line-height:28px; font-family:'Stratum2_bold'; }
.row-fluid .query-title a { color:#fff; }
.row-fluid .query-box2 .query-title { text-align:center; }
.row-fluid .query-box1 .query-title { text-align:center; }
.row-fluid .query-box3 .query-title { text-align:center; }

.row-fluid .boxlink a { position:absolute; top:0; left:0; width:100%; height:100%; }

.row-fluid .query-box1 { background-position:right 26px !important; }
.row-fluid .query-box3 { background-position:left 20px !important; }

.row-fluid .future-mainsec { overflow:hidden; }
.row-fluid .future-icontextcolwrap { padding:150px 0 0; position:relative; }
.row-fluid .future-icontextcolwrap:before { position:absolute; content:""; height:83px; width:143px; top:20px; right:100%; background:url('https://451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Images/future-before.png') no-repeat center center; }
.row-fluid .future-icontextcolwrap:after { position:absolute; content:""; height:768px; width:446px; top:-110px; right:-250px; background:url('https://451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Images/future-after.png') no-repeat center center; z-index:1; }
.row-fluid .future-icontextcol { float:left; width:33.33%; padding:0 10px; }
.row-fluid .future-icontextcol h3 { font-size:26px; line-height:34px; color:#7A6855; padding:17px 0 20px; }
.row-fluid .future-icontextimg { min-height:50px; }
.row-fluid .future-icontextcontent { margin-bottom:40px; }
.row-fluid .future-icontextlink a { font-family:'Stratum2_bold'; }

.row-fluid .future-readysection {  height:1080px;position:relative; }
.row-fluid .future-readysection:before { position:absolute; content:""; height:100%; width:100%; top:0; left:0; background:-moz-linear-gradient(top, rgba(0,0,0,0.90) 10%, rgba(0,0,0,0) 100%); background:-webkit-linear-gradient(top, rgba(0,0,0,0.95) 10%,rgba(0,0,0,0) 100%); background:linear-gradient(to bottom, rgba(0,0,0,0.90) 10%,rgba(0,0,0,0) 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); transform:rotate(180deg); -moz-transform:rotate(180deg); -webkit-transform:rotate(180deg); -ms-transform:rotate(180deg); -o-transform:rotate(180deg); }
.row-fluid .future-readysection:after { position: absolute; content: ""; height: 327px; width: 100%; right: 0; bottom: 0; background: url('//451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Images/herocut.png') no-repeat center center; background-size: 100% 100% !important; }
.row-fluid .future-readycontentbox { position:absolute; top:50%; left:0; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; }
.row-fluid .future-readycontentinner { width:340px; max-width:100%; }
.row-fluid .future-readycontentinner .future-richbox { padding:15px 0 30px; }
.row-fluid .future-readycontentinner .button-style a { padding:14px 49px; font-family:'Stratum2_bold'; }

.row-fluid .oregon-storysection { padding:55px 0; background:#D73F09; position:relative; } 
.row-fluid .oregon-storysection:before { position:absolute; content:""; height:73px; width:100%; bottom:100%; left:0; background:url('https://451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Images/orange-cut.png') no-repeat center center; background-size:100% 100% !important; }
.row-fluid .oregon-storysection h3 { font-size:35px; line-height:60px; }
.row-fluid .oregon-storysection .story-text { float:none; display:inline-block; vertical-align:top; width:550px; max-width:100%; margin:20px 0 30px; }
.row-fluid .oregon-storysection .button-style2 a { border-color:#fff; color:#fff; } 
.row-fluid .oregon-storysection .button-style2 a:hover { background:#000; border-color:#000; }

.row-fluid .newsfeed-section { padding:65px 0 80px; position:relative; }
.row-fluid .newsfeed-section:after { position:absolute; content:""; height:709px; width:739px; top:50%; right:0; background:url('https://451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Images/leaf.png') no-repeat center center; }
.row-fluid .newsfeed-titlesection { font-size:18px; line-height:28px; color:#8E9089; }
.row-fluid .newsfeed-titlesection h2 { font-size:36px; line-height:60px; color:#585858; letter-spacing:0.5px; margin-bottom:5px; }
.row-fluid .newsfeed-wrap { margin-top:50px; position:relative; z-index:1; }   
.row-fluid .newsfeed-col { float:left; width:50%; padding:10px 10px; }
.row-fluid .newsfeed-col a { font-size:27px; line-height:32xp; color:#fff; font-family:'Stratum2_regular'; }
.row-fluid .newsfeed-imgbox { height:270px; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; position:relative; }
.row-fluid .newsfeed-imgbox:before { position:absolute; content:""; height:0; width:100%; bottom:0; left:0; background:rgba(0,0,0,0.5); opacity:0; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; border-top:6px solid #D73F09; }
.row-fluid .newsfeed-title { position:absolute; left:0; top:78%; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);; }
.row-fluid .newsfeed-col:hover .newsfeed-imgbox:before { height:100%; opacity:1; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; }
.row-fluid .newsfeed-col:hover .newsfeed-title { top:50%; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; }

.row-fluid .knowing-section { padding:120px 0 170px; background-position:top center !important; font-size:18px; line-height:28px; }
.row-fluid .knowing-section .wrapper { width:620px; max-width:100%; padding:0 15px; position:relative; }
.row-fluid .knowing-section h2 { font-size:36px; line-height:60px; color:#585858; letter-spacing:0.5px; margin-bottom:5px; }
.row-fluid .knowing-form { padding-top:30px; }
.row-fluid .knowing-form .hs-form-required { display:none; }
.row-fluid .knowing-form fieldset.form-columns-1 .input { margin-right:0 !important; }
.row-fluid .knowing-form input[type="text"], .row-fluid .knowing-form input[type="email"], .row-fluid .knowing-form input[type="tel"], .row-fluid .knowing-form select { height:50px; background:#fff; border:1px solid #D73F09; }
.row-fluid .knowing-form ::-webkit-input-placeholder { font-size:15px !important; color:#C7C7C7 !important; opacity:1 !important; }
.row-fluid .knowing-form ::-moz-placeholder { font-size:15px !important; color:#C7C7C7 !important; opacity:1 !important; }
.row-fluid .knowing-form :-ms-input-placeholder { font-size:15px !important; color:#C7C7C7 !important; opacity:1 !important; }
.row-fluid .knowing-form :-moz-placeholder { font-size:15px !important; color:#C7C7C7 !important; opacity:1 !important; }

.row-fluid .knowing-form .fieldset-wrap { float:none; display:inline-block; vertical-align:bottom; width:calc(100% - 200px); }
.row-fluid .knowing-form form { position:relative; }
.row-fluid .knowing-form .hs_submit { float:none; display:inline-block; vertical-align:bottom; width:200px; padding-left:30px; }
.row-fluid .knowing-form .hs_submit input[type="submit"] { padding:16px 63px; color:#fff; background:#D73F09; font-size:13px; line-height:18px; text-transform:uppercase; font-family:'Stratum2_regular'; letter-spacing:0.25px; }
.row-fluid .knowing-form .hs_submit input[type="submit"]:hover { background:#000; } 
.row-fluid .knowing-form .hs-email { padding:0; }
.row-fluid .knowing-form fieldset.form-columns-2 { padding-bottom:10px; }
.row-fluid .knowing-form .hs_error_rollup { display:none !important; }
.row-fluid .knowing-form ul.hs-error-msgs { position:absolute; left:0; }

/* OREI - About Us Page */
body.about-page .header-container { padding:0; }

.row-fluid .feature-programsec.aboutfeature-programsec { padding:40px 0 160px; }
.row-fluid .aboutfeature-programsec .program-videoimg { height:330px; background-size:cover; background-position:center center; background-repeat:no-repeat; }
.row-fluid .aboutfeature-programsec .program-content { font-size:18px; padding-right:0; padding-top:55px; position:relative; }
.row-fluid .aboutfeature-programsec .program-content:before { position:absolute; content:""; height:522px; width:429px; top:-160px; right:60%; background:url('https://451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Images/intro-pattern.png') no-repeat center center; background-size:cover !important; }
.row-fluid .aboutfeature-programsec .prog-contentinner { width:460px; float:right; position:relative; }   
.row-fluid .aboutfeature-programsec .program-content h4 { font-size:30px; line-height:38px; color:#585858; }

.row-fluid .oreitestimonial-sectoin { position:relative; }
.row-fluid .oreitestimonial-sectoin:after { position:absolute; content:""; height:73px; width:100%; bottom:0; left:0; background:url('https://451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Images/white-cut.png') no-repeat center center; background-size:cover !important; }
.row-fluid .orei-featureraw { position:relative; padding:0 0 280px; }
.row-fluid .orei-featureraw:before { position:absolute; content:""; height:100%; width:100%; left:0; top:-100px; background:url('https://451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Images/greyshadow.png') no-repeat center center; background-size:cover !important; background-position:top center !important; }
.row-fluid .orei-featureraw .wrapper { position:relative; }
.row-fluid .orei-imgiconraw h2 { color:#585858; margin-bottom:70px; margin-top:15px; } 
.row-fluid .orei-imgiconcol { float:left; width:16.66%; padding:0 28px; }
.row-fluid .orei-imgiconcol a { font-size:18px; color:#8E9089; }
.row-fluid .orei-imgiconcol .icon-name { margin-top:15px; }
.row-fluid .orei-imgiconcol .about-icon img { -webkit-filter:grayscale(1); filter:grayscale(1); -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; }
.row-fluid .orei-imgiconcol:hover .about-icon img { -webkit-filter:grayscale(0); filter:grayscale(0); -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; }
.row-fluid .orei-imgiconcol:hover a { color:#D73F09; }

.row-fluid .oreitestimonial-raw { font-size:29px; line-height:42px; color:#fff; font-weight:300; padding-bottom:200px; }
.row-fluid .oreitestimonial-raw .slick-arrow { height:50px; width:50px; padding:0; background:rgba(0,0,0,0.4); border-radius:100%; margin-top:-25px; opacity:0; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; }
.row-fluid .oreitestimonial-raw .slick-arrow:before { font-size:30px; background:none; content:""; font-family:FontAwesome; }
.row-fluid .oreitestimonial-raw .slick-arrow.slick-prev { left:-80px; right:100%; }
.row-fluid .oreitestimonial-raw .slick-arrow.slick-next { right:-80px; left:100%; }
.row-fluid .oreitestimonial-raw .slick-arrow.slick-prev:before { content:"\f104"; top:8px; left:17px; }
.row-fluid .oreitestimonial-raw .slick-arrow.slick-next:before { content:"\f105"; top:8px; left:21px; }
.row-fluid .oreitestimonial-raw .slick-arrow:hover { color:#fff; }
.row-fluid .oreitestimonial-raw:hover .slick-arrow { opacity:1; -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;; }
.row-fluid .orei-tetimonialcol h5 { text-align:right; font-size:29px; line-height:42px; font-weight:300; font-family:'Open Sans', sans-serif; margin-top:40px; }

.row-fluid .no-pattern:before { display:none; }

.row-fluid .orei-featuresec { padding:120px 0 0; position:relative; }
.row-fluid .orei-featuresec:after { position:absolute; content:""; height:100px; width:100%; top:100%; left:0; background:-moz-linear-gradient(top,rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); background:-webkit-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); background:linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); z-index:1; }

.row-fluid .industry-section { position:relative; padding:150px 0 130px; font-size:18px; background-position:bottom center !important; }
.row-fluid .industry-section:before { position:absolute; content:""; height:673px; width:785px; left:0; top:7px; background:url('https://451937.fs1.hubspotusercontent-na1.net/hubfs/451937/Oregon_State_University_Theme2019/Images/industry-pattern.png') no-repeat center center; background-size:100% 100% !important; z-index:2; }
.row-fluid .industry-section .wrapper { position:relative; z-index:3; }
.row-fluid .industry-section h2 { color:#585858; font-size:30px; line-height:38px; }
.row-fluid .industry-section .hs_cos_wrapper_type_rich_text { margin:15px 0 30px; float:left; width:100%; }

.row-fluid .orei-recentpostsec { padding:70px 0; }


.row-fluid .error_section { padding:80px 0; height:100vh; position:relative; display: table; color:#fff; width:100%; }
.row-fluid .error_section:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; background:#000; opacity:0.6; }
.row-fluid .error_section > div { position:relative; }
.row-fluid .error_section .row-number-3 { display: table-cell; vertical-align: middle; }
.row-fluid .error_inner h1 { color:#fff; }
.row-fluid .error_inner_text { padding:50px 0; font-size:24px; line-height:32px; }



/* Student Resources Page */

.row-fluid .sr_main_section { width:100%; float:left; text-align:center; padding:80px 0 200px 0; }
.row-fluid .sr_main_title { width:100%; float:left;  border-bottom: 1px solid #eee; padding-bottom:20px; }

.row-fluid .sr_type_wrap { width:100%; float:left; padding-top:40px; }
.row-fluid .sr_type_box { width:auto; display:block; margin:0 -15px; }
.row-fluid .sr_type_part { width:33.33%; float:left; padding:15px; text-align:center; }
.row-fluid .sr_type_innr { width:100%; float:left; border:2px solid #000; padding:15px; }
.row-fluid .sr_type_img { width:100%; float:left; height:150px; display:flex; align-items: center; }
.row-fluid .sr_type_img img { width:auto; max-height:150px; margin:0 auto; }
.row-fluid .sr_type_ttl {  width:100%; float:left;  }


/* Recycling Resources Page */
.row-fluid .rr_type_top { width:100%; float:left; padding:40px 0 30px 0; }
.row-fluid .rr_type_wrap { width:100%; float:left;  }
.row-fluid .rr_type_box { width:auto; display:block; margin:0 -15px; }
.row-fluid .rr_type_part { width:33.33%; float:left; padding:10px 15px; text-align:center; }
.row-fluid .rr_type_innr { width:100%; float:left; }
.row-fluid .rr_type_img { width:100%; float:left; height:200px; background-size: cover !important; }
.row-fluid .rr_type_ttl {  width:100%; float:left;  }



/* Professional and Continuing Education Project Proposal */
.row-fluid .pc_main_section  {}
.row-fluid .pc_main_section h2 { margin-bottom:10px; } 
.row-fluid .pc_main_bottom { width:100%; float:left; text-align:left; padding-top:20px; }
.row-fluid .pc_main_form {}
.row-fluid .pc_main_form .hs-form .hs-form-field { padding-bottom:15px; }
.row-fluid .pc_main_form textarea { background: #fff; border: 1px solid #D73F09; }
.row-fluid .pc_main_form.knowing-form .fieldset-wrap { width:100%; }
.row-fluid .pc_main_form.knowing-form .hs_submit {  width:100%; text-align: center; padding: 0; }



/* 05-09-2019 */
.row-fluid .catalog-section .filters .options-list a.clear-filter-btn.button-style { padding: 10px 33px; margin:0 0 0 20px; border-radius: 4px; line-height:19px; } 



/* Media Query Start */
@media (min-width:1300px){
    .row-fluid .instrucor-inner { padding-bottom:70px; }
    
    .row-fluid .footer-col2 { padding-left:40px; }
    .row-fluid .footer-col3 { padding-left:0; }
    .row-fluid .footer-col5 { padding-left:30px; }
    
}

@media (min-width:1201px) and (max-width:1400px){
    .row-fluid .instructor-raw .slick-arrow { display:none !important; }
    
    .row-fluid .mCSB_buttonRight, .row-fluid .mCSB_buttonLeft { display:none !important; }
    
    /* ============================================
    *********** OREI Theme Css Start ************** 
    ==============================================*/
    /* OREI - About Us Page */
    .row-fluid .industry-section:before { display:none; }
}

@media (min-width: 992px) and (max-width: 1200px){

    .row-fluid .wrapper {  width:920px; }
    
    .row-fluid .feature-programraw { width:890px; position:relative; }
    .row-fluid .featured-box { width:342px; }
    .row-fluid .mCSB_buttonRight { right:-25px; }
    .row-fluid .mCSB_buttonLeft { left:0; }
    .row-fluid .site-searchinput .search-inputbox input[type="text"], .row-fluid .site-searchinput .search-inputbox .search-inputboxinner { width:920px; }
    
    /* Course Page */
    .row-fluid .profeature-programsec .program-content { width:360px; }
    
    /* Certificate Page */
    .row-fluid .e-learn-section { padding: 46px 0 80px; }
    .row-fluid .e-learn-section .e-learn-instruction { padding-right: 15px; }
    .row-fluid .e-learn-section .e-learn-instruction .e-learn-title h2 { font-size: 23px; }
    .row-fluid .e-learn-section .e-learn-instruction .e-learn-para { font-size: 15px; }
    .row-fluid .e-learn-groupraw .e-learn-group { margin-bottom: 58px; }
    .row-fluid .e-learn-group .e-learn-box { padding: 31px 15px 30px; width: 280px; }
    .row-fluid .e-learn-group .e-learn-box .e-learn-box-title h3 { margin-bottom: 25px; }
    .row-fluid .e-learn-group .e-learn-box .e-learn-box-link { padding-top: 30px; }
    
    /* Catalog Page */
    .row-fluid .catalog-section .catalog-box { width: 33.33%; }
    .row-fluid .catalog-section .filter-options + .filter-options { margin-left: 13px; }
    
    /* ============================================
    *********** OREI Theme Css Start ************** 
    ==============================================*/
    /* OREI - About Us Page */
    .row-fluid .aboutfeature-programsec .program-videoimg { height:270px; }
    
    
    .row-fluid .catalog-section .filters .options-list a.clear-filter-btn.button-style { padding: 10px; margin: 0 13px; min-width: 100px;}
}

@media (min-width: 768px) and (max-width: 991px){

    .row-fluid .wrapper {  width:720px; }
    
    .row-fluid .feature-programraw { width:690px; position:relative; }
    .row-fluid .featured-box { width:342px; }
    .row-fluid .mCSB_buttonRight { right:-25px; }
    .row-fluid .mCSB_buttonLeft { left:0; }
    .row-fluid .site-searchinput .search-inputbox input[type="text"], .row-fluid .site-searchinput .search-inputbox .search-inputboxinner { width:720px; }
    
    /* Course Page */
    .row-fluid .profeature-programsec .program-content { width:280px; }
    /* Certificate Page */
    .row-fluid .e-learn-section { padding: 35px 0 50px; }
    .row-fluid .e-learn-section .e-learn-instruction { width: 50%; }
    .row-fluid .e-learn-section .e-learn-instruction .e-learn-title h2 { font-size: 21px; }
    .row-fluid .e-learn-section .e-learn-instruction .e-learn-para { font-size: 14px; padding-top: 18px; }
    .row-fluid .e-learn-section .e-learn-slider { width: 50%; float: left; padding-right: 15px; }
    .row-fluid .e-learn-groupraw .e-learn-group { margin-bottom: 50px; }
    .row-fluid .e-learn-group .e-learn-box { padding: 25px 15px 25px; width: 320px; }
    .row-fluid .e-learn-group .e-learn-box .e-learn-box-title h3 { margin-bottom: 20px; }
    .row-fluid .e-learn-group .e-learn-box .e-learn-box-link { padding-top: 20px; }
    
    /* Catalog Page */
    .row-fluid .catalog-section .catalog-box { width: 33.33%; }
    .row-fluid .catalog-section .filters .options-list { width: 100%; flex-wrap: wrap; }
    .row-fluid .catalog-section .filter-options { width: calc(50% - 30px) !important; margin: 8px 15px !important; }
    .row-fluid .catalog-section .filter-options + .filter-options { margin-left: 0; }
    .row-fluid .catalog-section .search-bar { width: 100%; margin: 0; padding: 0px 15px 8px; text-align: center; }
    .row-fluid .catalog-section .filters { flex-direction: column-reverse; width: 100%; }
    .row-fluid .catalog-section .search-bar input { width: 300px; max-width: 100%; }
    .row-fluid .catalog-section .catalog-box { padding: 7px; }
    .row-fluid .catalog-section .catalog-box .content h3 { font-size: 16px; }
    .row-fluid .sca_section .sca-list .single-box .inner span { font-size: 18px; line-height: 22px; }
    .row-fluid .sca_section .sca-list .single-box { padding: 7px; }
    .row-fluid .sca_section .sca-list { margin: 0 -7px; }
    .row-fluid .catalog-section .catalog-grid-wrapper { margin: 0 -7px; }
    .row-fluid .catalog-section { padding: 40px 0 240px; }

    /* Landing Page 2019 */
    .row-fluid .lp_guide_left {  padding: 0 30px 0 0; }
    
    /* ============================================
    *********** OREI Theme Css Start ************** 
    ==============================================*/
    /* OREI - About Us Page */
    .row-fluid .aboutfeature-programsec .program-videoimg { height:210px; }
    
    /*  Recycling Resources Page */
    .row-fluid .rr_type_part { width:50%; }
    
    .row-fluid .catalog-section .filters .options-list a.clear-filter-btn.button-style { width: calc(50% - 30px); text-align: center;  margin: 7px auto 0; }

}

@media (min-width: 768px) and (max-width: 1200px){
    
    h1 { font-size:40px; line-height:46px; }
    h3 { font-size:28px; line-height:32px; }
    h4 { font-size:24px; line-height:28px; }
    h5 { font-size:24px; line-height:30px; }
    h6 { font-size:20px; line-height:26px; }
    
    /* Homepage */
    .row-fluid .logo-tagline { font-size:16px; line-height:20px; padding-left:15px; }  
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { padding:12px 18px; }
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children a:after { right:7px; }   
    .row-fluid .button-style2 a, .row-fluid a.button-style2 { padding:11px 35px; }  
    .row-fluid .program-content { padding-right:0; padding-top:65px; }
    
    .row-fluid .feature-programsec { background-size:cover !important; }
    .row-fluid .feature-programwrap { padding-bottom:50px; }
    .row-fluid .testimonial-imagebox { text-align:center; }
    .row-fluid .testimonial-quote { width:480px; font-size:22px; line-height:32px; }  
    .row-fluid .testimonial-imagebox { width:200px; }
    .row-fluid .testimonial-imagebox .client-image { height:200px; width:200px; float:none; display:inline-block; vertical-align:top; }
    
    .row-fluid .instructor-section { padding:60px 0; }
    .row-fluid .instructor-raw { margin:0; text-align:center; }
    .row-fluid .instrucor-content { padding-right:40px; padding-top:0; width:70%; text-align:left; }
    .row-fluid .instructor-raw .text-uppercase h2 { color:#0D5257; margin-bottom:20px; }
    .row-fluid .instructor-img { width:30%; height:300px; }
    .row-fluid .instructor-section .slick-arrow.slick-prev { left:-20px; }
    
    .row-fluid .instrucor-slider .instrucor-wrap_nav { position:relative; bottom:auto; margin-top:30px; margin-left:-138px; width:390px; float:none; display:inline-block; vertical-align:top; }
    .row-fluid .instrucor-slider .instrucor-wrap_nav .instructor-img { height:100px; width:100px; }
    .row-fluid .instructor-raw .slick-arrow { top:50%; bottom:auto; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; }
    .row-fluid .instructor-raw .slick-arrow.slick-next { right:0; }
    .instrucor-wrap{max-width:none;}
    
    .row-fluid .recent-postcontent { padding:15px 20px; }
    
    .row-fluid .how-wehelpsec { padding-top:130px; }
    .row-fluid .testimonial-wrapleft.testimonial-wrap .testimonial-quote { width:440px; }
    
    /* Oregon Professional Blog Page */
    .row-fluid .professional-post-item .post-header h2 { font-size:22px; line-height:26px; }
    .row-fluid .blog-right { padding-left:20px; font-size:14px; line-height:20px; }
    .row-fluid .blog-right h3 { font-size:20px; line-height:24px; }
    
     /* Blog Inner */
    .row-fluid .innerpost-header h2 { font-size:30px; line-height:34px; }
    .row-fluid .post-bodyinner h3 { font-size:28px; line-height:32px; }
    .row-fluid .post-bodyinner h2 { font-size:30px; line-height:34px; }
    .row-fluid .post-bodyinner ul { padding-left:25px; }
    .row-fluid .related-postsection .post-textinner h4 { font-size:19px; line-height:24px; }
    
    /* Course Page */
    .row-fluid .profeature-programsec .program-videoimg { margin-left:0; }
    .row-fluid .profeature-programsec h3 { font-size:28px; line-height:38px; }
    .row-fluid .pro-coursecol h5 { font-size:15px; line-height:24px; }
    
    .row-fluid .protestimonial-sectoin { padding-bottom:0; }
    
    /* Company Page */
    .row-fluid .employee-educationraw .section-title { padding-bottom:40px; }
    .row-fluid .employee-educationraw .section-title h2 { font-size:32px; line-height:40px; }
    .row-fluid .employee-educationcol { width:550px; max-width:100%; }
    .row-fluid .employee-educationraw .employee-text { padding-left:50px; } 
    .row-fluid .employee-educationraw:first-child { padding:160px 0 80px 0; }
    .row-fluid .employee-educationraw { padding:130px 0 20px; }
    .row-fluid .employee-educationraw:nth-child(3) { padding:150px 0 50px 0; }
    
    .row-fluid .pre-trainingsection { padding:180px 0 80px; } 
    
    .row-fluid .company-started-section { padding:140px 0 194px; }
    
    /* Footer */
    .row-fluid .org-footersection .footer-col { width:20%; margin:0; padding-left:20px; }
    .row-fluid .org-footersection .footer-col1 { font-size:13px; line-height:20px; padding-left:0; }
    .row-fluid .org-footersection .footer-col .hs-menu-wrapper > ul > li > a { font-size:13px; }
    .row-fluid .org-footersection .footer-col5 a { margin-right:25px; }
    .row-fluid .org-footersection .footer-col5 a:last-child { margin-right:0; }
    
    /* ============================================
    *********** OREI Theme Css Start ************** 
    ==============================================*/
    /* Interior Page */
    .row-fluid .inner-herosec { padding:100px 0 200px; }
    .row-fluid .bg-counterbox { padding:30px 15px; }
    .row-fluid .bg-counterbox .counter-title { margin-top:0; } 
    .row-fluid .content-greybgsection { font-size:16px; }
    .row-fluid .content-twocolsec .contentbox { font-size:16px; }
    
    .row-fluid .custom-contentsection { padding:65px 0; font-size:16px; }
    .row-fluid .service-wrap { margin-top:20px; padding:30px 15px; text-align:center; }
    .row-fluid .service-col { float:left; width:100%; padding:0 0 30px; }
    .row-fluid .service-col:last-child { padding:0; }  
    
    .row-fluid .feature-titlebox h2 { margin-bottom:0; font-size:32px; line-height:40px; }
    .row-fluid .feature-wrap { position:relative; }
    .row-fluid .feature-textbox { padding-top:20px; }
    .row-fluid .feature-textbox { font-size:16px; }
    
    /* OREI Page */
    .row-fluid .slider-servicewrap { width:420px; }
    
    .row-fluid .orei-contentcol h3 { font-size:25px; }
    .row-fluid .orei-contentcol .text { font-size:16px; margin:10px 0 20px; }
    .row-fluid .query-box { height:50vh; }
    
    .row-fluid .future-icontextcolwrap { padding:60px 0 0; }
    .row-fluid .future-readysection { height:950px; }
    
    .row-fluid .knowing-section .wrapper { width:650px; position:relative; }
    
    /* OREI - About Us Page */
    .row-fluid .aboutfeature-programsec .prog-contentinner { float:left; width:100%; }
    .row-fluid .aboutfeature-programsec .program-content { font-size:16px; }
    .row-fluid .aboutfeature-programsec .program-content h4 { font-size:24px; line-height:30px; }
    
    .row-fluid .aboutfeature-programsec .program-content { padding-top:10px; }
    
    .row-fluid .orei-imgiconraw h2 { margin-bottom:40px; font-size:30px; line-height:36px; }
    .row-fluid .orei-imgiconcol { padding:0 12px; }
    .row-fluid .orei-imgiconcol a { font-size:14px; line-height:20px; }
    
    .row-fluid .orei-featureraw { padding:0 0 250px; }
    .row-fluid .oreitestimonial-raw { font-size:22px; line-height:32px; padding-bottom:100px; }
    
    .row-fluid .orei-featuresec { padding:80px 0 0; }
    .row-fluid .orei-featuresec .feature-textbox h3 { font-size:23px; line-height:30px; } 
    .row-fluid .orei-featuresec .feature-textbox .feature-text { padding:0; font-size:14px; }
    
    .row-fluid .industry-section { padding:120px 0 100px; font-size:16px; }
    .row-fluid .industry-section:before { display:none; }
    
    .row-fluid .oreifeaturesec .feature-titlebox h2 { margin-bottom:30px; }
    .row-fluid .oreifeaturesec .feature-textbox h3 { font-size:23px; line-height:30px; } 
    .row-fluid .oreifeaturesec .feature-textbox .feature-text { padding:0; font-size:14px; }
    
    .row-fluid .orei-top .top-logintext a { font-size:10px; }

}

@media (min-width: 768px){

  a.mobile-trigger, span.child-triggerm {
      display: none !important; /* Hide button on Desktop */
  }
  
  .row-fluid .mainmenu .hs-menu-wrapper { 
      display: block !important;
  }
  
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li.active-branch > a { color:#8E9089; } 
    
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a { position:relative; overflow:visible; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:before { position:absolute; content:"/"; color:#fff; right:0; top:50%; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; font-size:17px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:last-child > a:before { display:none; }
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children a:before { right:-8px; }  
    
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul {  width:190px; padding:0; margin:0px; position:absolute; top:100%; left:0px; -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;; position:relative; border-bottom:3px solid #D73F09; background:#fff; text-align:left; }
    
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li { padding:0px; margin:0px; display:block; float:none; position:relative; }
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li a:link , .row-fluid .mainmenu .hs-menu-wrapper ul li ul li a:visited  , .row-fluid .mainmenu .hs-menu-wrapper ul li ul li a { padding:15px 15px; line-height:20px; width:100%; font-size:13px; position:relative; z-index:2; white-space:normal; }
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li a:hover { text-indent:3px;  }
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li:after { content:''; width:3px; height:100%; position:absolute; top:0; left:0; background-color:; -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;; opacity:0; }
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li:hover:after { opacity:1; }
    
    .row-fluid .mainmenu .hs-menu-wrapper ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul { left:100%; top:0; } 
    
    .row-fluid .lp_hero_section.hero-section { padding:100px 0 150px 0 }
    
    .row-fluid .employee-educationraw { height:100vh; display:flex; align-items:center; } 
    
    .row-fluid .profeature-programsec.feat_program-new .hs_cos_wrapper_type_header h2 { font-size:35px; line-height:45px; }
    
}

@media (min-width: 30px) and (max-width: 767px){
    
    h1 { font-size:40px; line-height:46px; }
    h2 { font-size:32px; line-height:40px; }
    h3 { font-size:28px; line-height:32px; }
    h4 { font-size:24px; line-height:28px; }
    h5 { font-size:24px; line-height:30px; }
    h6 { font-size:20px; line-height:26px; }
    
    .row-fluid .wrapper { width:100%; padding:0 20px; float:left !important; } 
    
    .row-fluid .orange-top { padding:10px 0; } 
    .row-fluid .logo-tagline { font-size:14px; line-height:20px; float:left; width:100%; } 
    .row-fluid .mainmenu .hs-menu-wrapper > ul { width:100%; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { padding:13px 15px; font-size:15px; line-height:23px; font-weight:600; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:hover, .row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > a { color:#000; }
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children a:after { display:none; }
    .row-fluid .top-logintext a { border:0; padding:13px 15px; font-size:15px; line-height:23px; font-weight:600; font-family:'Open Sans', sans-serif; float:left; width:100%; }
    .row-fluid .site-searchinput, .row-fluid .top-logintext { float:left; width:100%; text-align:left; }
    
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul { background:#000; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li > a { font-size:14px; line-height:20px; font-weight:600; font-family:'Open Sans', sans-serif; padding:10px 25px; border-top:1px dotted rgba(255,255,255,0.5); }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li:first-child > a { border:0; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li > a:hover { color:#D73F09; }
    .row-fluid .top-cta.border-btn script { display:none; }
    .row-fluid .top-cta.border-btn a { text-align:left; border:0; padding:13px 15px; font-size:15px; line-height:23px; font-weight:600; font-family:'Open Sans', sans-serif; text-transform:none; border-top:1px solid rgba(255,255,255,0.5); margin:0; float:left; width:100%; }
    .row-fluid .top-cta.border-btn a:hover { color:#000; background:transparent; }
    
    .row-fluid .site-searchinput .search-inputbox { position:static; width:100%; height:auto; background:transparent; opacity:1; visibility:visible; }
    .row-fluid .close-black-block { display:none; }
    .row-fluid .site-searchinput .search-inputbox .search-inputboxinner { position:relative; top:auto; left:auto; width:100%; transform:none; }
    .row-fluid .site-searchinput .search-icon { display:none; }
    .row-fluid .site-searchinput .search-inputbox input[type="text"] { background:#fff; width:100%; padding:0 15px; font-size:16px; color:#000; font-weight:600; }
    .row-fluid .site-searchinput { padding:13px 15px; border-top:1px solid rgba(255,255,255,0.5); }
    .row-fluid .site-searchinput .search-inputbox input[type="submit"] { display:none; }
    
    .row-fluid .site-searchinput ::-webkit-input-placeholder { color:#000 !important; font-size:16px !important; font-weight:600 !important; }
    .row-fluid .site-searchinput ::-moz-placeholder { color:#000 !important; font-size:16px !important; font-weight:600 !important; }
    .row-fluid .site-searchinput :-ms-input-placeholder { color:#000 !important; font-size:16px !important; font-weight:600 !important; }
    .row-fluid .site-searchinput :-moz-placeholder { color:#000 !important; font-size:16px !important; font-weight:600 !important; }
    
    .row-fluid .training-section { text-align:center; padding:35px 0; }
    .row-fluid .training-section .wrapper > div > div { display:block; width:100%; }
    
    .row-fluid .feature-programsec .title-section { margin-bottom:20px; }
    .row-fluid .feature-programsec { padding:80px 0 170px; position:relative; background-size:cover !important; }
    .row-fluid .feature-programraw { width:100%; }
    .row-fluid .feature-programwrap { padding-bottom:30px; }
    .row-fluid .program-content { padding:15px 0 0; }
    .row-fluid .feature-programrawinner { padding:0; margin:0; }
    .row-fluid .featured-box { padding:0 0 30px; width:100%; }
    .row-fluid .featured-shadowbox { height:auto !important; }
    
    .row-fluid .testimonial-wrap { text-align:center; }
    .row-fluid .testimonial-quote { padding:0 0 15px; font-size:18px; line-height:28px; width:100%; }
    .row-fluid .testimonial-imagebox .client-image { float:none; display:inline-block; vertical-align:top; height:150px; width:150px; }
    .row-fluid .testimonial-sectoin { padding-bottom:200px; }
    .row-fluid .testimonial-col .client-name, .row-fluid .testimonial-col .client-location { color:#fff; }
    
    .row-fluid .instructor-section { padding-bottom:20px; }
    .row-fluid .instrucor-inner { padding:0; text-align:center; }
    .row-fluid .instructor-img { margin:0; width:260px; height:300px; box-shadow:none; }
    .row-fluid .instrucor-content { float:left; width:100%; margin:0; padding:30px 0 0; }
    .row-fluid .instructor-raw { margin-top:0; padding:50px 0; text-align:center; }
    .row-fluid .instructor-raw .text-uppercase h2 { color:#0D5257; margin-bottom:20px; }
    .row-fluid .instrucor-content .instructor-bio { margin:0; }
    .row-fluid .instructor-section .slick-arrow { display:none !important; }
    
    .row-fluid .instrucor-slider .instrucor-wrap_nav { position:relative; bottom:auto; margin-top:30px; margin-left: -169px; width:450px; float:none; display:inline-block; vertical-align:top; }
    .row-fluid .instrucor-slider .instrucor-wrap_nav .instructor-img { height:100px; width:100px; }
    
    .row-fluid .recent-postwrap { margin:0; }
    .row-fluid .recent-postcol { width:100%; padding:0 0 30px; }
    .row-fluid .recent-postcol:last-child { padding:0; }
    .row-fluid .recent-postcontent { padding:15px 20px; font-size:14px; line-height:20px; }
    
    .row-fluid .how-wehelpsec { padding-top:80px; }
    .row-fluid .testimonial-wrapleft.testimonial-wrap { padding-left:0; }
    .row-fluid .testimonial-wrapleft.testimonial-wrap .testimonial-quote { padding-left:0; width:100%; }
    
    .row-fluid .how-wehelpbox { padding:40px 0; }
    .row-fluid .counter-col { width:100%; padding:15px 0; }
    .row-fluid .counter-number span, .row-fluid .counter-number h2 { font-size:50px; line-height:60px; }
    
    .row-fluid .started-section { padding:60px 0 150px; }
    .row-fluid .get-startedbox { width:100%; float:left; text-align:center; }
    .row-fluid .get-startedbox h2 { text-align:center; }
    .row-fluid .step-icon { width:100%; } 
    .row-fluid .step-text { width:100%; padding:10px 0 0; }
    
    /* Oregon Professional Blog Page */
    .row-fluid .blog-mainsection { padding:50px 0 140px; }
    .row-fluid .professional-post-item .post-header h2 { font-size:24px; line-height:28px; }
    .row-fluid .professional-post-item { margin-bottom:20px; padding-bottom:10px; }
    
    .row-fluid .blog-right { padding:40px 0 0; }
    
    /* Blog Inner */
    .row-fluid .innerpost-header h2 { font-size:24px; line-height:28px; }
    .row-fluid .post-bodyinner h3 { font-size:24px; line-height:28px; }
    .row-fluid .post-bodyinner h2 { font-size:26px; line-height:30px; }
    .row-fluid .post-bodyinner ul { padding-left:19px; }
    
    .row-fluid .related-postsection .post-inner { width:100%; padding:0 0 30px; margin:0; }
    .row-fluid .related-postsection .post-inner:last-child { padding:0; }  
    
    /* Course Page */
    .row-fluid .profeature-programsec .program-videoimg { margin-left:0; height:320px; }
    .row-fluid .profeature-programsec h3 { font-size:26px; line-height:32px; margin-top:0; }
    .row-fluid .profeature-programsec .contentbox-two h3 { margin-bottom:10px; margin-top:20px; }  
    .row-fluid .pro-coursecol { padding:12px 0; }
    .row-fluid .pro-coursecol h5 { font-size:16px; line-height:24px; }
    .row-fluid .profeature-programsec .program-content { margin-bottom:30px; }
    
    .row-fluid .testimonial-sectoin { padding-bottom:0; } 
    .row-fluid .proinstructor-section { padding-bottom:0; }
    
    .row-fluid .past-worksection { padding-top:150px; }
    .row-fluid .past-worksection .hs_cos_wrapper_type_header h2 { font-size:28px; line-height:36px; }
    .row-fluid .past-worlcol { width:50%; }
    
    /* Certificate Page */
    .row-fluid .feat_program-new .program-content { margin: 30px auto 0px; }
    .row-fluid .feat_program-new .program-videobox .contentbox-one { padding-top: 20px; text-align: center; }
    .row-fluid .feat_program-new .program-videobox .contentbox-one h3 { margin-bottom: 12px; }
    
    /* E Learning Section */
    .row-fluid .e-learn-section { padding: 35px 0 45px; }
    .row-fluid .e-learn-section .e-learn-inner > div > div { display: block; }
    .row-fluid .e-learn-section .e-learn-instruction { padding: 0 0 25px; text-align: center; }
    .row-fluid .e-learn-groupraw .e-learn-group { margin-bottom: 0px; }
    .row-fluid .e-learn-group .e-learn-box { width: calc(100% / 2 - 22px); padding: 24px 15px 25px; margin: 11px; -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25); -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25); -o-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25); -ms-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25); box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25); }
    .row-fluid .e-learn-group .e-learn-box .e-learn-box-title h3 { margin-bottom: 17px; }
    .row-fluid .e-learn-group .e-learn-box .e-learn-box-date { font-size: 13px; line-height:20px; padding-left: 35px; }
    .row-fluid .e-learn-group .e-learn-box .e-learn-box-date:before { width: 24px; }
    .row-fluid .e-learn-group .e-learn-box .e-learn-box-link { padding-top: 15px; }
    
    /* Company Page */
    .row-fluid .inner-herosec.company-herosec h1 { font-size:32px; line-height:40px; }
    .row-fluid .inner-herosec.company-herosec br { display:none; }
    .row-fluid .hero-richtext { margin-bottom:30px; } 
    .row-fluid .list-style ul li { font-size:15px; line-height:24px; }
    .row-fluid .hero-formbox { width:350px; max-width:100%; }
    .row-fluid .inner-herosec.company-herosec .hero-form { margin-top:30px; float:left; width:100%; } 
    
    .row-fluid .employee-educationraw:first-child { padding:50px 0; background-image:none !important; }
    .row-fluid .employee-educationraw .section-title { padding-bottom:50px; }
    .row-fluid .employee-educationraw .section-title h2 { font-size:28px; line-height:34px; }
    .row-fluid .employee-educationraw .employee-icon { width:100%; text-align:center; margin:0 0 20px; }
    .row-fluid .employee-educationraw .employee-icon img { float:none; display:inline-block; vertical-align:top; max-width:100px;  }
    .row-fluid .employee-educationraw .employee-text { width:100%; text-align:center; padding:0; }
    .row-fluid .employee-educationraw { background-image:none !important; padding:50px 0 !important; }
    
    .row-fluid .pre-trainingsection { background-image:none !important; padding:50px 0 50px; }
    .row-fluid .pre-trainingsection:before { display:none; } 
    .row-fluid .company-helpsec:before, .row-fluid .company-helpsec:after { display:none; }
    
    .row-fluid .company-helpsec { margin-top:0; background:#e8e8e8; padding:50px 0; } 
    
    /* Catalog Page */
    .row-fluid .catalog-section .catalog-box { width: 50%; }
    .row-fluid .catalog-section .filters .options-list { width: 100%; flex-wrap: wrap; }
    .row-fluid .catalog-section .filter-options { width: calc(50% - 30px) !important; margin: 8px 15px !important; }
    .row-fluid .catalog-section .filter-options + .filter-options { margin-left: 0; }
    .row-fluid .catalog-section .search-bar { width: 100%; margin: 0; padding: 0px 15px 8px; text-align: center; }
    .row-fluid .catalog-section .filters { flex-direction: column-reverse; width: 100%; }
    .row-fluid .catalog-section .search-bar input { width: 300px; max-width: 100%; }
    .row-fluid .catalog-section .catalog-box { padding: 7px; }
    .row-fluid .catalog-section .catalog-box .content h3 { font-size: 16px; }
    .row-fluid .sca_section .sca-list .single-box .inner span { font-size: 18px; line-height: 22px; }
    .row-fluid .sca_section .sca-list .single-box { padding: 7px; }
    .row-fluid .sca_section .sca-list { margin: 0 -7px; }
    .row-fluid .catalog-section .catalog-grid-wrapper { margin: 0 -7px; }
    .row-fluid .catalog-section { padding: 40px 0 240px; }
    .row-fluid .sca_section .sca-list .single-box { width: 50%; }
    .row-fluid .sca_section { float: left; width: 100%; padding: 30px 0 10px; }
    .row-fluid .catalog-section .catalog-tabs ul li a { font-size: 16px; padding: 12px 17px; }
    
    
    /* Landing Page 2019 */
    .row-fluid .lp_guide_left {  padding: 0 0 30px 0; width:100%; }
    .row-fluid .lp_guide_right { width:600px; max-width:100%;     padding: 30px 15px;  }
    .row-fluid .lp_guide_section { width:100%;  padding: 70px 0 200px; text-align:center; }
    .row-fluid .lp_guide_section:before { height:150px; }
    .row-fluid .lp_gde_form form .form-columns-2 .hs-form-field:first-child, .row-fluid .lp_gde_form form .form-columns-2 .hs-form-field:last-child { padding:0; }
    .row-fluid .lp_gde_form form .form-columns-2 .hs-form-field { width: 100% !important;}
    .row-fluid .lp_gde_form form fieldset { margin:0; }
    .row-fluid .lp_gde_form h3 { font-size: 23px; line-height: 30px; }
    
    
    /* Footer */
    .row-fluid .footer-section { text-align:center; }
   .row-fluid .footer-section2 { text-align:center; }
    .row-fluid .footer-logotag-line { margin-bottom:25px; }
    .row-fluid .footer-section .hs-menu-wrapper.hs-menu-flow-vertical > ul { margin:0; }
    .row-fluid .footer-col5 a { float:none; display:inline-block; vertical-align:top; }
    
    
    
    /* ============================================
    *********** OREI Theme Css Start ************** 
    ==============================================*/
    /* Interior Page */
    .row-fluid .orei-top .site-searchinput { padding:13px 15px; border-left:0; border-top:1px solid rgba(255,255,255,0.5); }
    .row-fluid .top script { display:none; }
    .row-fluid .orei-top .top-logintext a { text-align:left; border:0; padding:13px 15px; font-size:15px; line-height:23px; font-weight:600; font-family:'Open Sans', sans-serif; text-transform:none; margin:0; float:left; width:100%; }
    .row-fluid .orei-top .top-logintext a:hover { color:#000; background:transparent; }
    .row-fluid .horizontal-spacer { min-height:0px !important; }
    
    .row-fluid .inner-herosec { padding:90px 0 100px; }
    .row-fluid .inner-herosec:after { display:none; }
    
    .row-fluid .content-twocolsec { padding:50px 0; }
    .row-fluid .content-twocolsec .contentbox { padding:0; font-size:15px; }
    .row-fluid .content-twocolsec .contentbox h2 { line-height:40px; }
    .row-fluid .bg-counterbox { padding:30px 30px; margin-top:25px; }
    .row-fluid .bg-counterbox .counter-title { margin-top:0; }
    
    .row-fluid .get-involedform { padding:30px 15px; }
    .row-fluid .get-involedform .hs-form fieldset.form-columns-2 .field:first-child { padding-right:0; }
    .row-fluid .get-involedform .hs-form fieldset.form-columns-2 .field { padding-left:0; width:100% !important; padding-bottom:15px !important; }
    
    .row-fluid .content-greybgsection { background:#ebebeb !important; padding:50px 0; font-size:15px; }
    .row-fluid .content-greybgsection:before { display:none; }
    .row-fluid .content-greybgsection .widget-type-linked_image { margin-top:15px; }
    .row-fluid .content-greybgsection .widget-type-linked_image img { width:100% !important; }
    
    .row-fluid .custom-contentsection { padding:50px 0; font-size:15px; }
    .row-fluid .service-wrap { margin-top:20px; padding:30px 15px; text-align:center; }
    .row-fluid .service-col { float:left; width:100%; padding:0 0 30px; }
    .row-fluid .service-col:last-child { padding:0; }  
    
    .row-fluid .feature-section { background:#ebebeb !important; padding:50px 0 140px; }
    .row-fluid .feature-section:before { display:none; }
    .row-fluid .feature-titlebox h2 { font-size:26px; line-height:32px; }
    .row-fluid .feature-col { width:100%; padding:0 0 30px; }
    .row-fluid .feature-col:last-child { padding:0; }
    .row-fluid .feature-bgimg { height:200px; }
    .row-fluid .feature-textbox { font-size:15px; padding-top:10px; }
    .row-fluid .feature-textbox .feature-text { height:auto !important; padding:0; }
    .row-fluid .feature-textbox .button-style2 { margin-top:15px; }
    .row-fluid .feature-textbox h3 { font-size:26px; line-height:34px; margin:0; }
    
    .row-fluid .orei-footersection .footer-col { padding:0 0 20px !important; }
    .row-fluid .orei-footersection .footer-col..footer-col5 { padding:0 !important; }
    .row-fluid .orei-footersection .footer-col5 a { justify-content:center; }
    
    /* OREI Page */
    .row-fluid .slider-serviceraw { padding-top:25px; }
    .row-fluid .slider-servicewrap { float:left; width:100%; }
    .row-fluid .slider-servicecol { text-align:center; font-size:11px; }
    .row-fluid .slider-serviceicon img { margin:auto; }
    .row-fluid .slider-servicecol h5 { font-size:17px; line-height:22px; }
    
    .row-fluid .hero-featurecol { width:50%; text-align:center; }
    
    .row-fluid .orei-contentcol { width:100%; padding:0 0 30px; text-align:center; }
    .row-fluid .orei-contentcol .text { height:100% !important; font-size:14px; line-height:22px; margin:15px 0; }
    
    .row-fluid .query-section:before { display:none; }
    .row-fluid .query-box1, .row-fluid .query-box2 { border-right:0; border-bottom:6px solid #fff; }
    .row-fluid .query-box { height:250px; width:100%; }
    .row-fluid .query-box3 { background-position:center center !important; }
    
    .row-fluid .future-icontextcolwrap { padding:60px 0; }
    .row-fluid .future-icontextcol { width:100%; padding:0 0 40px; text-align:center; position:relative; z-index:5; }
    .row-fluid .future-icontextcol:last-child { padding:0; }
    .row-fluid .future-icontextcol h3 { padding:10px 0 5px; }
    .row-fluid .future-icontextcontent { height:auto !important; margin-bottom:10px; }
    
    .row-fluid .future-readysection { height:auto; padding:100px 0 150px; position:relative; }
    .row-fluid .future-readysection:before { position:absolute; content:""; height:100%; width:100%; top:0; left:0; background:rgba(0,0,0,0.5); }
    .row-fluid .future-readycontentbox { position:relative; top:auto; left:auto; transform:none; text-align:center; }
    .row-fluid .future-readycontentinner { float:none; display:inline-block; vertical-align:top; width:340px; padding:0 20px; max-width:100%; }
    .row-fluid .future-readycontentinner .future-richbox { padding:15px 0; }
    
    .row-fluid .oregon-storysection:before { background-size:cover !important; }
    
    .row-fluid .newsfeed-section { padding:60px 0; }
    .row-fluid .newsfeed-titlesection { font-size:16px; line-height:26px; }
    .row-fluid .newsfeed-titlesection h2 { font-size:30px; line-height:38px; } 
    .row-fluid .newsfeed-col { width:100%; padding:0 0 30px; }  
    .row-fluid .newsfeed-col:last-child { padding:0; }
    .row-fluid .newsfeed-section:after { display:none; }
    
    .row-fluid .knowing-section { font-size:16px; line-height:26px; }
    .row-fluid .knowing-section h2 { font-size:30px; line-height:38px; }
    .row-fluid .knowing-form .fieldset-wrap { width:100%; }
    .row-fluid .knowing-form .hs_submit { width:100%; padding:15px 0 0; }
    .row-fluid .knowing-form .hs-form fieldset.form-columns-2 .field:first-child { padding:0 0 15px; }
    .row-fluid .knowing-form .hs-form fieldset.form-columns-2 .field { padding:0 0 15px; }
    .row-fluid .knowing-form fieldset.form-columns-2 { padding:0; }  
    .row-fluid .knowing-form fieldset.form-columns-2 .hs-form-field { width:100%; }
    
    /* OREI - About Us Page */
    .row-fluid .aboutfeature-programsec .program-content { padding-top:0; }  
    .row-fluid .aboutfeature-programsec .prog-contentinner { width:100%; float:left; }
    
    .row-fluid .feature-programsec.aboutfeature-programsec { padding:40px 0 110px; } 
    .row-fluid .aboutfeature-programsec .program-content h4 { font-size:26px; line-height:32px; }
    .row-fluid .aboutfeature-programsec .program-content { font-size:16px; }
    
    .row-fluid .orei-featureraw { background:#f6f6f6; }
    .row-fluid .orei-imgiconraw h2 { margin-top:0; margin-bottom:30px; font-size:24px; line-height:32px; }
    .row-fluid .orei-imgiconcol { width:33.33%; padding:15px 15px; }
    .row-fluid .orei-imgiconcol a { font-size:16px; }
    .row-fluid .orei-featureraw { padding:0 0 50px; }
    
    .row-fluid .oreitestimonial-raw { font-size:18px; line-height:30px; text-align:center; padding:70px 0 120px; }
    .row-fluid .orei-tetimonialcol h5 { text-align:center; margin-top:10px; }
    
    .row-fluid .orei-featuresec { background:#fff !important; padding:50px 0 60px; }
    
    .row-fluid .industry-section { padding:0px 0 130px; text-align:center; font-size:15px; } 
    .row-fluid .industry-section:before { display:none; }
    
    /*** Error Page ***/
    .row-fluid .error_section { padding:150px 0 260px; height:auto; display:block; }
    .row-fluid .error_section .row-number-3 { display:block; }
    .row-fluid .error_inner_text { padding:20px 0;  } 
    .row-fluid .error_inner_text { font-size:20px; line-height:26px; }
    
    .row-fluid .copyright-section { text-align:center; }
    
    
     /*  Student Resources Page  */
    
    .row-fluid .sr_type_part { width:50%; }
    .row-fluid .sr_main_section { padding: 60px 0 200px 0; }
    
    
    /*  Recycling Resources Page */
    .row-fluid .rr_type_part { width:50%; }
    
    
    .row-fluid .catalog-section .filters .options-list a.clear-filter-btn.button-style { width: calc(50% - 30px); text-align: center;  margin: 7px auto 0; }
    
}


@media (max-width: 500px){
    .row-fluid .step-col { width:100%; }    
    
    /* Oregon Professional Blog Page */
    .row-fluid .professional-post-item .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image { border-width:0; max-height:100%; max-width:100%; height:auto; width:100%; display:block !important; float:none; margin:10px auto; }
    
    /* Course Page */
    .row-fluid .past-worlcol { width:100%; padding:0 0 20px; }
    .row-fluid .past-worlcol:last-child { padding:0; }
    
    /* Certificate Page */
    .row-fluid .e-learn-group .e-learn-box {width: 100%; margin: 11px 0; }
    .row-fluid .e-learn-group .e-learn-box .sameheight {height: auto !important; }
    
    /* Catalog Page */
    .row-fluid .catalog-section .catalog-box { width: 100%; }
    .row-fluid .catalog-section .catalog-tabs ul li a { width: 100%; display: block; }
    .row-fluid .catalog-section .catalog-tabs ul li { width: 100%; }
    .row-fluid .catalog-section .filters { padding: 20px 0 0; }
    .row-fluid .catalog-section .search-bar { padding: 4px 0 10px; }
    .row-fluid .catalog-section .filter-options { width: 100% !important; margin: 0 0 10px !important; }
    .row-fluid .sca_section .sca-list .single-box { width: 100%; }
    .row-fluid .sca_section .sca-title h2 { font-size: 22px; }
    .row-fluid .sca_section .sca-list { padding: 10px 0 0; }
    .row-fluid .catalog-section { padding: 40px 0 180px; }
    .row-fluid .catalog-section .search-bar input { width: 100%; }
    .row-fluid .catalog-section .catalog-tabs ul { width: 100%; }
    
    
    /* ============================================
    *********** OREI Theme Css Start ************** 
    ==============================================*/
    
    /* OREI Page */
    .row-fluid .hero-featurecol { width:100%; padding:0 0 30px; margin:0; }
    .row-fluid .hero-featurecol:last-child { padding:0; }
    
    /* OREI - About Us Page */
    .row-fluid .orei-imgiconcol { width:50%; padding:15px 15px; }
    
    
    /*  Student Resources Page  */
    .row-fluid .sr_type_part { width:100%; }
    
    /*  Recycling Resources Page */
    .row-fluid .rr_type_part { width:100%; }
    
    
    .row-fluid .catalog-section .filters .options-list a.clear-filter-btn.button-style { width:100%; margin: 0 0 15px 0; text-align:center; }
}

@media (max-width: 480px){ 
    
}

@media (max-width: 767px){

  /* Variables
     ========================================================================== */

  /* Menu Reset - Remove styling from desktop version of custom-menu-primary */
  /* Place any additional CSS you want removed from the mobile menu in this reset */
  .mainmenu, .mainmenu li , .mainmenu li  a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color: #FFFFFF;
    }


  /* Toggle Button
     ========================================================================== */

  a.mobile-trigger {
      display: inline-block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute; /*******************************************/
      top: 13px;          /* Position Button at top right of screen  */
      right: 0;        /*******************************************/
      width: 60px; /* Button width */
      height: 60px; /* Button height */      
      text-align:center;
      background:transparent;
      padding: 12px 10px;
      z-index: 99999999999; /* Z-index to keep button on top of other layers */
      -webkit-transition: background-color 0.2s linear; /* Button color transition effect */
      font-size: 16px;
      font-weight: normal;
      text-transform: uppercase;
      border-radius: 0;
      -webkit-transition:color .2s ease-in; 
      -moz-transition:color .2s ease-in;
      transition:color .2s ease-in;
      line-height:30px;
      text-align:left;
  }

  a.mobile-trigger:hover {
      text-decoration: none; /* Removes link text underline on button */
      color: #333333;
  }

  a.mobile-trigger span{
      display: inline;
  }

  a.mobile-trigger span:before{
      position: absolute;
      content: 'Menu'; /* Change the text on the closed toggle button */
  }

  a.mobile-trigger span:after{
      position: relative;
      right: 2px;
      content: 'Close'; /* Change the text on the open toggle button */
      background-color: #D73F09;
      opacity: 0;
      transition: opacity .4s ease-in-out;
      -moz-transition: opacity .4s ease-in-out;
      -webkit-transition: opacity .4s ease-in-out; 
  }

  /* Change button when menu is open */
  .mobile-open a.mobile-trigger{
      -webkit-transition:background-color 0.2s linear; /* Button color transition effect */
      -moz-transition:background-color 0.2s linear; /* Button color transition effect */
      transition:background-color 0.2s linear; /* Button color transition effect */
      background: transparent; /* Changes button background to be slightly darker than open menu color */  
  }

  .mobile-open a.mobile-trigger span:after{
     opacity: 1; 
  }


  /* Toggle Button Icon & Animations
     ========================================================================== */

  a.mobile-trigger i {
      display: inline;
      position: relative;
      top: -2px;
      margin-left: 0;
      -webkit-transition-duration: 0s;
      -webkit-transition-delay: .2s;
      -moz-transition-duration: 0s;
      -moz-transition-delay: .2s;
      transition-duration: 0s;
      transition-delay: .2s;
  }
  a.mobile-trigger  i:before, a.mobile-trigger i:after {
      position: absolute;
      content: '';
  }
  a.mobile-trigger  i, a.mobile-trigger  i:before, a.mobile-trigger  i:after {
      width: 30px; /* Icon line width */
      height: 3px; /* Icon line height */
      background-color: #FFFFFF; /* Icon color */
      display: inline-block;
  }
  a.mobile-trigger  i:before {
      margin-top: -8px; /* Position top line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  a.mobile-trigger  i:after {
      margin-top: 8px; /* Position bottom line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  .mobile-open a.mobile-trigger i {
      background-color: rgba(0,0,0,0.0);
      -webkit-transition-delay: .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:before {
      margin-top: 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:after {
      margin-top: 0;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }

  /* Child Toggle Button
     ========================================================================== */

  span.child-triggerm {
      display: block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute;
      top: 0px;
      right: 0px;
      width: 55px !important; /* Button width */
      min-width: 35px !important;
      height: 45px !important; /* Button height */  
      padding: 0 !important;
      
  }
  
  /* Child Toggle Button Icon & Animations
     ========================================================================== */

    span.child-triggerm span {
      position: relative;
      top: 50%; 
      margin: 0 auto !important;
      -webkit-transition-duration: .2s;
      -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  span.child-triggerm span:after {
      position: absolute;
      content: '';
  }
  span.child-triggerm span, span.child-triggerm span:after {
      width: 10px; 
      height: 1px; 
      background-color: #FFFFFF; 
      display: block;
  }
  
  .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span, .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span:after { background-color: #fff; }
  
  span.child-triggerm span:after {
      -webkit-transform: rotate(-90deg);
       -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  span.child-triggerm.child-open span:after {
      -webkit-transform: rotate(-180deg);
       -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  span.child-triggerm.child-open span {
      -webkit-transform: rotate(180deg);
       -ms-transform: rotate(180deg);
      transform: rotate(180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  


  /* Hide menu on mobile */
  .mainmenu.js-enabled .hs-menu-flow-horizontal,
  .mainmenu.js-enabled .hs-menu-children-wrapper{
      display: none;
  }  

  /* Make child lists appear below parent items */
  .mainmenu ul.hs-menu-children-wrapper {
      visibility: visible !important;
      opacity: 1 !important;
      position: static !important;
      display: none;
  }

  /* Mobile Menu Styles */
  .mainmenu.js-enabled .hs-menu-flow-horizontal{
      position: absolute; /**************************************************************/
      top: 100px;             /* Positions the menu to drop from the very top of the screen */
      left: 0px;          /**************************************************************/                                              
      width: 100%;   
      border-top:rgba(255,255,255,0.5);
     
  }
  .mainmenu .hs-menu-flow-horizontal{
      padding: 0; /* Padding to add room for close button */
      background-color: #D73F09 ; /* Menu background color set off global mobile-menuColor variable */
      width: 100%; /* Full screen width */
      z-index: 8888;
  }

   /* Level 1 Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul > li{
      position: relative;
   }
  .mainmenu .hs-menu-flow-horizontal > ul > li a{
      font-size: 22px; /* Font size of top level list items */
      line-height: 45px;
      overflow: visible;
  }

  
  .mainmenu .hs-menu-flow-horizontal > ul > li{
      border-bottom: 1px solid rgba(255,255,255,0.5); /* Adds transparent dark highlights to top of top level list items */
  }
  .mainmenu .hs-menu-flow-horizontal ul li a{
      padding: 0 10px;
  }
  .mainmenu .hs-menu-flow-horizontal ul li a:hover{
      color: #333333; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 3 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul ul ul li a{
      text-indent: 30px; /* Indent Child lists */
  }
  .mainmenu .hs-menu-flow-horizontal > ul ul ul ul li a{
      text-indent: 50px; /* Indent Child lists */
  }
    
    .row-fluid .site-searchinput .search-inputbox select { max-width:100%;margin-top:10px; }
    .row-fluid .site-searchinput .search-inputbox input[type="text"]{ max-width:100%; }
}