@font-face {
    font-family: BebasNeueBold;
    src: url(/wp-content/themes/testdev/assets/fonts/BebasNeueBold.woff);
}

@font-face {
    font-family: Gotham-Bold;
    src: url(/wp-content/themes/testdev/assets/fonts/Gotham-Bold.woff);
}

@font-face {
    font-family: Gotham-Medium;
    src: url(/wp-content/themes/testdev/assets/fonts/Gotham-Medium.woff);
}

@font-face {
    font-family: Gotham-Book;
    src: url(/wp-content/themes/testdev/assets/fonts/Gotham-Book.woff);
}

.row .row, .row.expanded{
    position:relative;
}

h1, h3, h4, h5, h6 {
    font-family:BebasNeueBold;
    line-height:90%;
    margin-top:.25em;
}

h1, h2, h3, h4, h5, h6{
    text-transform:uppercase;
    margin-bottom:0em !important;
}

h1{
    font-size:4.5em;
    color:#4a4676;
}

h2 {
    font-family:Gotham-Bold;
    font-size:2em;
}

h3 {
    font-size:6em;
}

p {
    font-family: Gotham-Book;
    color:#464646;
    margin-bottom:0em !important;
}

emph {
    font-family: Gotham-Bold;
}

.top-bar {
    background-color:white !important;
    padding:.7em 3em;
    min-height:4em;
}

.top-bar::after, .top-bar::before{
    content:none !important;
    display:none;
}

/*.top-bar .top-bar-left, .top-bar .top-bar-right{
    width:33.333%;
}*/

.top-bar-right{
    text-align:right;
}

.phone-number{
    text-align:right;
}

.phone-number p{
    font-size:1.8em;
    color:#a5a5a5 !important;
    font-family:Gotham-Medium;
    margin-bottom:0em !important;
    margin-top:-2px;
}

.top-bar ul {
    background-color:transparent !important;
}

.logo {
    clear:none;
    margin:0 auto;
    text-align:center;
}

.logo img {
    max-width: 90%;
    margin:0 auto;
}

.header-button {
    background-color:white !important;
    border:2px solid #a5a5a5 !important;
    color:#a5a5a5 !important;
    font-size:1.25em !important;
    margin-bottom:0em !important;
    margin-top:3px;
}

.header-button:hover {
    background-color:#f3770d !important;
    border:2px solid #f3770d !important;
    color:white !important;
}

.click-to-call{
    min-width:90%;
    margin-top:1em;
}

.headerTriangle{
    max-width:20%;
    position:absolute;
    z-index:2;
    left:50%;
    transform:translateX(-50%);
    margin-top:-2px;
}

#footer{
    padding:3em 0 !important;
}

#footer-container{
    background-color:#12152b;
    border-top:0px !important;
    margin:0em !important;
    color:white;
}

#footer-container .columns{
    text-align:center;
}

.socialMedia{
    list-style-type:none;
    float:none;
    margin:0 auto !important;
}

.socialMedia li{
    display:inline;
    text-align:center;
    float:left !important;
    margin:0 .2em;
}

.socialMedia img{
    max-width:35px;
}

.smTable{
    display:table;
    margin:0 auto;
}

.footerPhone .widget div{
    font-family:BebasNeueBold;
    line-height:90%;
    font-size:2.8em;
    color:#f26723;
    margin-bottom:.4em;
}

.equalOpportunity{
    color:rgba(255,255,255,0.5);
}

.copyright{
    color:rgba(255,255,255,0.5);
    font-size:.75em;
}

/*nav#site-navigation {
    height: 100px;
}*/

#front-hero {
	background: none;	
	padding-top: 0;
}

#front-hero h4 {
	background-size: cover;
    color: #fefefe;
    font-size: 1.3125rem;
    padding-top: 5em;
    padding-bottom: 5em;
	
}

.top-bar .menu .home a:hover:not(.button) {
    background-color: transparent;
}

ul#menu-primary-1 {
    padding-top: 1.75em;
    padding-right: 1em;
}

@media screen and (min-width: 40em) {
	#front-hero {  
		margin: 0em 0 4.5rem 0;
		padding-top: 0;
	}
}

.topBanner {
    background:url(/wp-content/uploads/2016/12/topBanner.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
    padding:2.75em 3.5em;
    text-align:center;
}

.quote-row {
    background:url(/wp-content/uploads/2016/12/testimonialBackground.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
    padding:4.5em 6em;
}

.quote-row p{
    color:white;
    font-size:1.65em;
    line-height:1em;
    margin-bottom:.75em !important;
}

.quote-row img {
    float:right;
}

.button-left{
    text-align:right;
    padding-right:20px;
}

.button-left .button{
    margin:0em !important;
}

.button-right{
    text-align:left;
    padding-left:20px;
}

.button-right .grey-button{
    margin:0em !important;
}

.topBanner img{
    max-width:760px;
    display:block;
    margin:0 auto;
}

.topBanner .button{
    margin-top:.75em;
}

.button:focus{
    background-color:#f3770d !important;
    border:2px solid #f3770d !important;
}

.orange-button{
    background-color:#f3770d;
    border:2px solid #f3770d;
}

.orange-button:hover{
    background-color:#f3770d;
    border:2px solid #f3770d;
}

.grey-button{
    background-color:transparent;
    border:2px solid white;
}

.grey-button:hover{
    background-color:#F3770D;
    border:2px solid #F3770D;
    color:white;
}

.button.large{
    color:white;
    text-transform:uppercase;
    font-family:Gotham-Medium;
    font-size:1.7em;
    padding:.3em .75em;
}

.tagline {
    padding: 2.5em 6em;
    text-align:center;
}

.tagline p{
    font-size:1.5em;
}

.reason-1, .reason-2, .reason-3, .reason-4, .reason-5 {
    padding:3em 6em;
}

.right{
    text-align:right;
}

.grey-bar{
    background-color: #969696;
    padding:.5em 6em;
    color:white;
}

.grey-triangle{
    padding:0em 6em;
}

.grey-triangle .columns{
    min-height:0px;
    line-height:0px;
}

.grey-triangle .columns img{
    z-index:2;
    position:absolute;
    margin-top:-1px;
}

.reason-1{
    background-color:#0e1858 !important;
    background:url(/wp-content/uploads/2017/01/multimediaTrainingBackground.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
    color:white;
}

.reason-1 p{
    color:white !important;
}

.reason-2{
    /*background:url(/wp-content/uploads/2016/12/reason2Bkgd.jpg);*/
    background-size:43%, cover;
    background-repeat:no-repeat;
    background-position:left 6em bottom, center center;
}

.reason-2 h3{
    color:#f26723;
}

.reason-3{
    background-color:#F68302 !important;
    background:url(/wp-content/uploads/2016/12/reason3Bkgd.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
    color:white;
}

.reason-3 p{
    color:white !important;
}

.reason-4{
    /*background:url(/wp-content/uploads/2016/12/reason4Bkgd.jpg);*/
    background-size:44%, cover;
    background-repeat:no-repeat;
    background-position:left bottom, center center;
    color:white;
}

.reason-4 p{
    color:white !important;
}

.reason-5{
    background:url(/wp-content/uploads/2016/12/reason5Bkgd.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
    color:#464646;
}

@media screen and (max-width: 320px){
    .header-button{
        font-size:.8em !IMPORTANT;
        margin-top:-1px;
    }
    .phone-number p{
        font-size:1em;
        margin-top:9px !important;
    }
    
    .top-bar{
        min-height:3em !important;
    }
}

@media screen and (min-width: 321px) and (max-width: 375px) {
    
    .top-hat{
        min-height:2.5em !important;
    }
    
    .header-button{
        font-size:.8em !IMPORTANT;
        margin-top:-1px;
    }
    .phone-number p{
        font-size:1.2em;
        margin-top:1px !important;
    }
    
    .top-bar{
        min-height:3.25em !important;
    }
}

@media screen and (min-width: 376px) and (max-width: 425px) {
    
    .top-hat{
        min-height:2.6em !important;
    }
    
    .header-button{
        font-size:.9em !IMPORTANT;
        margin-top:-1px;
    }
    .phone-number p{
        font-size:1.3em;
        margin-top:0px !important;
    }
    
    .top-bar{
        min-height:3.5em !important;
    }
}

@media screen and (max-width: 425px) {
    
    .top-hat{
        padding:.25em .5em !important;
    }
    
    .top-bar{
        padding:.4em 3em !important;
    }
    
    .headerTriangle{
        max-width:45%;
    }
    
    .top-bar div:first-child{
        display:none;
    }
    
    .top-bar div:last-child{
        display:none;
    }
    
    .title-bar-title{
        text-align:center;
    }
    
    .logoImg{
        max-width:85%;
        margin:0 auto;
        float:none;
    }
    
    .title-bar{
        display:none !important;
    }
    
    .menu-icon::after{
        background:#F3770D;
        box-shadow:0 7px 0 #F3770D,0 14px 0 #F3770D;
    }
    
    .column, .columns{
        padding-left:0rem;
        padding-right:0rem;
    }
    
	.phone-number p {  
		margin-top: -7px;
	}
    
    .tagline p{
        font-size:1.45em;
        line-height:1.3em;
    }
    
    .grey-button{
        font-size:1em !important;
    }
    
    .orange-button{
        font-size:1em !important;
    }
    
    h1{
        font-size:3em !important;
    }
    
    h2{
        font-size:1.2em !important;
    }
    
    h3{
        font-size:4em !important;
    }
    
    .reason-1 {
        padding:4em 2em 10em 2em;
        background-size:contain;
        background-position:bottom center;
    }
    
    .reason-3 {
        padding:2em 2em 20em 2em;
        background-size:239%;
        background-position:bottom right;
    }
    
    .reason-2, .reason-4, .reason-5 {
        padding:2em 2em;
    }
    
    .tagline {
        padding: 2em 2em;
        text-align:center;
    }
    
    .grey-bar{
        padding:1em 2em;
        text-align:center;
    }
    
    .grey-triangle .columns img{
        left:50%;
        transform:translateX(-50%);
    }
    
    .right{
        text-align:left;
    }
    
    .topBanner{
        padding:3.5em 2em;
    }
    
    .topBanner img{
        max-width:100%;
        display:block;
        margin:0 auto;
    }
    
    .reason-2{
        background-size:90%, cover;
        background-repeat:no-repeat;
        background-position:center bottom, center center;
        padding-bottom:16em;
    }
    
    .reason-4{
        background-size:contain, cover;
        background-repeat:no-repeat;
        background-position:left bottom, center center;
        padding-bottom:16em;
    }
    
    .reason-5 div:first-child{
        margin-bottom:1.5em;
    }
    
    .quote-row {
        padding:2em 2em;
        text-align:center;
    }

    .quote-row p{
        font-size:1.45em;
        line-height:1em;
        margin-bottom:.75em !important;
    }

    .quote-row img {
        float:none;
        margin-bottom:1.5em;
    }
    
    .button-right .grey-button{
        max-width:100%;
        min-width:0;
    }
    
    .button-left{
        text-align:center;
        padding-right:0px !important;
        margin-bottom:1.5em !important;
    }
    
    .button-right{
        text-align:center;
        padding-left:0px !important;
    }
    
    #footer{
        padding:3em 2em !important;
    }
    
    .footerPhone .widget div{
        margin-top:.25em;
    }
    
    .smTable{
        margin-bottom:1.5em;
    }
    
    .equalOpportunity{
        margin-top:1em;
    }
}

@media screen and (min-width: 426px) and (max-width: 568px){
    .button.large{
        font-size:1.5em !important;
    }
    
    .reason-2{
        padding-bottom:20em !important;
    }
    
    .reason-4{
        padding-bottom:22em !important;
    }
    
    .reason-5 div:first-child{
        margin-bottom:1.5em !important;
    }
    
    .reason-5 div:last-child img{
        margin-top:0em !important;
    }
}

@media screen and (min-width: 426px) and (max-width: 768px) {
    
    .top-hat{
        padding:.25em 2em !important;
    }
    
    .title-bar{
        background:white;
    }
    
    .title-bar{
        display:none !important;
    }
    
    .top-bar{
        min-height:6em !important;
    }
    
    .top-bar div:first-child{
        display:none;
    }
    
    .top-bar div:last-child{
        display:none;
    }
    
    .title-bar-title{
        text-align:center;
    }
    
    .logo{
        max-width:100%;
        display:block;
    }
    
    .menu-icon::after{
        background:#F3770D;
        box-shadow:0 7px 0 #F3770D,0 14px 0 #F3770D;
    }
    
    .column, .columns{
        padding-left:0rem;
        padding-right:0rem;
    }
    
	.phone-number p {  
		margin-top: -7px;
	}
    
    .header-button{
        margin-top:-1px;
    }
    
    .tagline p{
        font-size:1.45em;
    }
    
    .button.large{
        font-size:1.4em;
    }
    
    .button-left{
        padding-right:10px !important;
    }
    
    .button-right{
        padding-left:10px !important;
    }
    
    .reason-1 {
        padding:4em 2em 2em 2em;
    }
    
    .reason-2, .reason-3, .reason-4, .reason-5 {
        padding:2em 2em;
    }
    
    .tagline {
        padding: 2em 2em;
        text-align:center;
    }
    
    .grey-bar{
        padding:1em 2em;
        text-align:center;
    }
    
    .grey-triangle .columns img{
        left:50%;
        transform:translateX(-50%);
    }
    
    .topBanner{
        padding:3.5em 2em;
    }
    
    .topBanner img{
        max-width:100%;
        display:block;
        margin:0 auto;
    }
    
    .reason-2{
        background-size:90%, cover;
        background-repeat:no-repeat;
        background-position:center bottom, center center;
        padding-bottom:26em;
    }
    
    .reason-4{
        background-size:contain, cover;
        background-repeat:no-repeat;
        background-position:left bottom, center center;
        padding-bottom:29em;
    }
    
    .quote-row {
        padding:2em 2em;
    }
    
    .quote-text{
        padding-left:10px;
    }
    
    .quote-row p{
        font-size:1.45em;
        line-height:1em;
        margin-bottom:.75em !important;
    }

    .quote-row img {
        float:left;
        margin-bottom:1.5em;
    }
    
    .button-right .grey-button{
        max-width:100%;
        min-width:0;
    }
    
    .button-left{
        text-align:center;
        padding-right:0px;
        margin-bottom:1.5em !important;
    }
    
    .button-right{
        text-align:center;
        padding-left:0px;
    }
    
    #footer{
        padding:3em 2em !important;
    }
    
    .footerPhone .widget div{
        margin-top:.15em;
    }
    
    .smTable{
        margin-bottom:1.5em;
    }
    
    .equalOpportunity{
        margin-top:1em;
    }
}

@media screen and (min-width: 569px) and (max-width: 667px){
    .button.large{
        font-size:1.4em !important;
    }
    
    .reason-2{
        padding-bottom:24em !important;
    }
    
    .reason-4{
        padding-bottom:25em !important;
    }
    
    .reason-5 div:last-child img{
        margin-top:2em !important;
    }
    
    .quote-row>.columns>div:nth-child(2){
        padding-left:1em;
    }
    
    .button-left{
        padding-right:10px !important;
    }
    
    .button-right{
        padding-left:10px !important;
    }
}

@media screen and (max-width: 639px){
    
    .reason-5-tablet{
        display:none !important;
    }
}

@media screen and (min-width: 640px) and (max-width: 768px){
    .reason5image{
        display:none;
    }
    
    .reason-5-tablet{
        width:37%;
        position:absolute;
        z-index:5;
        right:2em;
        top:50%;
        transform:translateY(-50%);
    }
}

@media screen and (min-width: 769px) and (max-width: 990px){
    .reason5image{
        display:none;
    }
    
    .reason-5-tablet{
        width:30%;
        position:absolute;
        z-index:5;
        right:2em;
        top:50%;
        transform:translateY(-50%);
    }
}

@media screen and (min-width: 426px) and (max-width: 599px){
    
    .button-left{
        text-align:left;
    }
    
    .button-right{
        text-align:left;
        padding-left:0px !important;
    }
}

@media screen and (min-width: 600px) and (max-width: 768px){
    
    .button-left{
        width:50%;
    }
    
    .button-right{
        width:50%;
    }
    
    .logo{
        width:100% !important;
    }
}

@media screen and (max-width: 768px){
    .top-hat{
        background-color:#12152B;
        min-height:3.25em;
    }
    
    .header-button{
        background:transparent !important;
        color:white !important;
        border:2px solid white !important;
    }
    
    .phone-number p {
        color:white !important;
    }
}

@media screen and (min-width: 769px){
    
    .tabletMobileOnly{
        display:none;
    }
}

@media screen and (min-width: 991px){
    
    .reason-5-tablet{
        display:none;
    }
}

@media screen and (min-width: 769px) and (max-width: 1075px){
    .reason-4{
        background-image: url(/wp-content/uploads/2016/12/newspapersTablet.png), url(/wp-content/uploads/2016/12/reason4Bkgd.jpg) !important;
        }
}

@media screen and (min-width: 769px) and (max-width: 966px) {
    
    .title-bar{
        background:white;
    }
    
	.phone-number p {  
		margin-top: 2px !important;
        font-size:1.5em;
	}
    
    .header-button{
        margin-top:9px !important;
        font-size:.8em !important;
    }
    
    .tagline p{
        font-size:1.35em;
    }
    
    .button.large{
        font-size:1.1em;
    }
    
    h1{
        font-size:3.75em;
    }
    
    h2{
        font-size:1.5em;
    }
    
    .make50{
        width:50% !important;
    }
    
    .reason-1 {
        padding:4em 2em 2em 2em;
    }
    
    .reason-2, .reason-3, .reason-4, .reason-5 {
        padding:2em 2em;
    }
    
    .tagline {
        padding: 2em 2em;
        text-align:center;
    }
    
    .grey-bar{
        padding:1em 2em;
    }
    
    .grey-triangle .columns img{
        left:3em;
        margin-top:-2px;
    }
    
    .topBanner{
        padding:3.5em 2em;
    }
    
    .topBanner img{
        max-width:75%;
        display:block;
        margin:0 auto;
    }
    
    .reason-1{
        background-position:right center;
    }
    
    .reason-2{
        background-size:48%, cover;
        background-repeat:no-repeat;
        background-position:left 1.8em bottom, center center;
    }
    
    .reason-3{
        background-position:right center;
    }
    
    .reason-4{
        background-size:45%, cover;
        background-repeat:no-repeat;
        background-position:left center, center center;
    }
    
    .reason5image{
        width:45%;
        position:absolute;
        z-index:5;
        right:2em;
        top:50%;
        transform:translateY(-50%);
    }
    
    .quote-row {
        padding:2em 2em;
    }

    .quote-row p{
        font-size:1.45em;
        line-height:1em;
        margin-bottom:.75em !important;
    }

    .quote-row img {
        float:left;
        margin-bottom:1.5em;
    }
    
    .button-right .grey-button{
        max-width:100%;
        min-width:0;
    }
    
    .button-left{
        width:48%;
        text-align:center;
        padding-right:0px;
        margin-bottom:1.5em !important;
    }
    
    .button-right{
        width:48%;
        text-align:center;
        padding-left:0px;
    }
    
    #footer{
        padding:3em 2em !important;
    }
    
    .smTable{
        margin-bottom:1.5em;
    }
    
    .equalOpportunity{
        font-size:.9em;
    }
    
    .copyright{
        font-size:.65em;
    }
}

@media screen and (min-width: 967px) and (max-width: 1024px) {
    
    .title-bar{
        background:white;
    }
    
	.phone-number p {  
		margin-top: 2px !important;
        font-size:1.5em;
	}
    
    .header-button{
        margin-top:8px !important;
        font-size:.9em !important;
    }
    
    .tagline p{
        font-size:1.45em;
    }
    
    .button.large{
        font-size:1.3em;
    }
    
    h1{
        font-size:3.75em;
    }
    
    h2{
        font-size:1.5em !important;
    }
    
    .make50{
        width:50% !important;
    }
    
    .reason-1 {
        padding:4em 2em 2em 2em;
    }
    
    .reason-2, .reason-3, .reason-4, .reason-5 {
        padding:2em 2em;
    }
    
    .tagline {
        padding: 2em 2em;
        text-align:center;
    }
    
    .grey-bar{
        padding:1em 2em;
    }
    
    .grey-triangle .columns img{
        left:3em;
        margin-top:-2px;
    }
    
    .topBanner{
        padding:3.5em 2em;
    }
    
    .topBanner img{
        max-width:75%;
        display:block;
        margin:0 auto;
    }
    
    .reason-1{
        background-position:right center;
    }
    
    .reason-2{
        background-size:48%, cover;
        background-repeat:no-repeat;
        background-position:left 1.8em bottom, center center;
    }
    
    .reason-3{
        background-position:right center;
    }
    
    .reason-4{
        background-size:45%, cover;
        background-repeat:no-repeat;
        background-position:left center, center center;
    }
    
    .reason5image{
        width:47%;
        position:absolute;
        z-index:5;
        right:2em;
        top:50%;
        transform:translateY(-50%);
    }
    
    .quote-row {
        padding:2em 2em;
    }

    .quote-row p{
        font-size:1.45em;
        line-height:1em;
        margin-bottom:.75em !important;
    }

    .quote-row img {
        float:left;
        margin-bottom:1.5em;
    }
    
    .button-right .grey-button{
        max-width:100%;
        min-width:0;
    }
    
    .button-left{
        text-align:center;
        padding-right:0px;
        margin-bottom:1.5em !important;
    }
    
    .button-right{
        text-align:center;
        padding-left:0px;
    }
    
    #footer{
        padding:3em 2em !important;
    }
    
    .smTable{
        margin-bottom:1.5em;
    }
    
    .equalOpportunity{
        font-size:.9em;
    }
    
    .copyright{
        font-size:.65em;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1080px){
    .header-button{
        margin-top:6px !important;
        font-size:1em !important;
    }
}

@media screen and (min-width: 1081px) and (max-width: 1279px){
    .header-button{
        margin-top:5px !important;
        font-size:1.1em !important;
    }
}

@media screen and (max-width: 1280px){
	.phone-number p {  
		margin-top: -2px;
	}
    
    .header-button{
        margin-top:3px;
    }
    
    .logo img{
        margin-top:5px;
    }
    
    h1{
        font-size:3.9em;
    }
    
    .tagline p{
        font-size:1.45em;
    }
    
    h2{
        font-size:1.7em;
    }
    
    h3{
        font-size:5em;
    }
    
    .button.large{
        font-size:1.6em;
    }
    
}

@media screen and (max-width: 1920px) and (min-width: 1300px){
    
    .button-right .grey-button{
        min-width:503.5px;
        margin:0em !important;
    }
}

@media screen and (max-width: 1920px) and (min-width: 1025px){

    .reason5image{
        width:41%;
        position:absolute;
        z-index:5;
        right:6em;
        top:50%;
        transform:translateY(-50%);
    }
}

@media screen and (max-width: 2560px) and (min-width: 1441px){

    .wrap{
        max-width:1440px;
        margin:0 auto;
        float:none;
    }
    
    .headerTriangle{
        margin-top:-3px !important;
    }
    
    .grey-triangle .columns img{
        margin-top:-3px !important;
    }
    
    .reason-2{
        background-size:contain, cover !important;
    }
    
    .reason-4{
        background-size:contain, cover !important;
    }
}