/*
    Theme Name: HTML5 Blank
    Theme URI: http://html5blank.com
    Description: HTML5 Blank WordPress Theme
    Version: 1.4.3
    Author: Todd Motto (@toddmotto)
    Author URI: http://toddmotto.com
    Tags: Blank, HTML5, CSS3

    License: MIT
    License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use ( 1 REM IS EQUAL TO 10PX )  */
html {
    font-size:62.5%;
}
body {
    /*font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    color:#000000;
    font-size:1.8rem;
    line-height: 1.2;
    background: url(https://www.overtonsafety.com/wp-content/uploads/2018/06/concrete_seamless.png);
}

h1 {
    font-size: 3.4rem;
    margin: 0.67em 0;
    text-transform: uppercase;
    letter-spacing: -1px;
}

h2 {
    font-size: 3rem;
}

h3 {
    font-size: 2.6rem;
}

h4 {
    font-size: 2rem;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
    max-width:100%;
    vertical-align:bottom;
}
a {
    color:#000000;
    text-decoration:none;
}
a:hover {
    color:#444;
}
a:focus {
    outline:0;
} 
a.modal-item:focus {
    outline: 3px solid #000000;    
}
a:hover,
a:active {
    outline:0;
}

p a {
    color: #1241D4 !important;
    font-weight: 600;
}

p a:hover {
    color: #D47A3A !important;
}
input:focus {
    outline:0;
    border:1px solid #04A4CC;
}

.table-wrap {
    margin-bottom:5px;
}


table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid#dcdcdc;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), inset 0 0 0 1px rgba(255, 255, 255, 0.5);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), inset 0 0 0 1px rgba(255, 255, 255, 0.5);
     overflow-x: scroll;
}


table thead tr , table tr:nth-of-type(even) {
    background:#f6f6f6;         
}

table th {
   border: 1px solid #dcdcdc;
   padding: 20px;
   text-align: left; 
}

table td {
    border: 1px solid #dcdcdc;
    padding: 10px 20px;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
    max-width:none;
    width:100%;
    margin:0 auto;
    position:relative;
    min-height:100vh;
}

main {
    -webkit-box-flex:1;
    -webkit-flex:1 0 auto;
        -ms-flex:1 0 auto;
            flex:1 0 auto;
}

.page.home main {
    padding: 40px 0px;
}

.page main {
    padding:60px 20px;
}

.single-post .row , .single-job .row {
    padding:0 20px
} 

.page.page-template-custom-OVT-layout main {
    padding:0px;
}

 .page-template-course-schedules main {
    padding:0;
 }
/* header */
.header {
    padding: 60px;
    background: #000;
}

.main-header.modal-active {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
}

body.modal-active {
    padding-top: 120px;
}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */

.footer {
    -webkit-box-flex:0;
    -webkit-flex:0 0 auto;
        -ms-flex:0 0 auto;
            flex:0 0 auto;
    background: #303030;
    color: #8c8989;
    padding:30px;
    font-size: 1.6rem;
}

.footer h5 {
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #dddddd;
    margin-bottom: 15px;
    font-size: 1.8rem;
}

footer a {
   color: #dddddd !important;
   font-weight: bold;
   transition:.3s ease-in-out;
}


ul.pop-training-items li a:hover {
    color: #D47A3A !important;
}


.btn {
    display: inline-block;
    background: #ffd63b;
    padding: 20px;
    color: #000;
    font-size: 1.5rem;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition:.3s ease-in-out;
    -o-transition:.3s ease-in-out;
    transition:.3s ease-in-out;
}

.btn.rounded {
    border-radius:3px;
}

.btn:hover {
    background:black;
    color: #ffd63b;
}

.btn.black-bg:hover {
    background: #ffd63b;
}



/*------------------------------------*\
    HOME PAGE
\*------------------------------------*/


/*------------------------------------*\
    HERO AREA
\*------------------------------------*/

header#home-hero .inner {
    padding-top: 70px;
}

a.hero-btn {
    -webkit-box-shadow: -2px 2px 10px #22222261;
            box-shadow: -2px 2px 10px #22222261;
    font-size: 2rem;
    padding: 20px;
}

h1.main-hero-title {
    text-shadow: 1px 1px 7px #222;
    margin: 10px 15px 25px !important;
    color: white;
    font-size: 4.7rem;
}

.sub-title {
    line-height: .8;
}

.sub-title a {
    color: #ffd63b;
    text-shadow: 1px 1px 4px #222;
    font-size: 2.5rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
}

.sub-title a:first-child:after {
    content: '|';
    display: inline-block;
    padding: 0 30px;
}

/*------------------------------------*\
    ABOUT SECTION
\*------------------------------------*/
section#about {
      padding-bottom: 15px;
}

.intro {
    padding: 25px 30px;
    background: #ffffff;
}
.intro p {
    font-size: 2.2rem;
     padding: 0px;
    margin: 0px;
}

.intro img {
    width: 100%;
    max-width: ;
}
.intro .right {
    padding-left: 30px;
}


.about-tabs {
    margin-top: 30px;
}

.about-tabs .tab {
    background: #ffd63b;
    margin-bottom: 20px;
    padding: 25px;
}

.about-tabs .tab img {
    width: 90px;
    height: 90px;
}

.about-tabs .tab > div {
    width: 75%;
     color: #000000;
    padding-left: 15px;
}

.about-tabs .tab > div h4 {
    margin: 0;
    margin-bottom: 10px !important;
    font-weight: bold;
    letter-spacing: -1px;
}

.about-tabs .tab > div > p {
    font-size: 1.6rem;
    letter-spacing: -0.5px;
     margin-bottom: 0px;
}

/*------------------------------------*\
    POPULAR FEATURE SECTION
\*------------------------------------*/

section.popular-section h4 {
     color: #000000;
    margin: 20px 0px 25px;
}

.popular-box {
    font-size:2.2rem;
    color: #fff;
    margin-bottom: 13px;
    height: 26vw;
    padding: 0px 25px;
    text-align: center;
}

.popular-box h2 {
    margin: 0;
    -webkit-flex-basis: 35%;
        -ms-flex-preferred-size: 35%;
            flex-basis: 35%;
    padding: 0 2vw;
}

.ftr-link-wrap a {
    display: block;
    font-size: 79%;
    color: #fff;
    float: left;
    width: 50%;
    padding: 5px 20px;
    text-align: center;
    position:relative;
     font-weight: 300;
}

.ftr-link-wrap a:first-child:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: 100%;
    width: 1px;
    background-color: #ffffff5e;
}

/*------------------------------------*\
    '5 STEPS' SECTION
\*------------------------------------*/

section.five-steps-section h2, section.five-steps-section p {
    margin: 3rem 0;
}
section.five-steps-section h2 {

}

section.five-steps-section .btn:first-of-type {
    margin-right:5px;
}

.btn-wrap .btn:first-child {
    width: 33%;
}

.btn-wrap .btn:last-child {
    width: 65%;
}

section#five-steps {
    background-image: url(https://www.overtonsafety.com/wp-content/uploads/2016/02/concrete_seamless.png);
    padding: 30px 0px;
}

#five-steps img {
    width: 100% !important;
}
section.five-steps-section h2 {
    margin: 0px;
}
section.five-steps-section p {
    margin: 20px 0px;
}
#five-steps .right {
    padding: 0px 30px;
}

section.five-steps-section h2, section.five-steps-section p {
    margin: 3rem 0;
}
section.five-steps-section h2 {

}

section.five-steps-section .btn:first-of-type {
    margin-right:5px;
}

/*------------------------------------*\
    What's New
\*------------------------------------*/

.whats-new-section article, .related-articles article {
    margin: 0 20px;
}

.whats-new-section article .desc, .related-articles article .desc {
    padding: 10px 20px 10px;
    font-size: 1.5rem;
    background: #ffffff;
}
.whats-new-section article h5, .related-articles article h5 {
    font-size: 1.8rem;
    margin: 6px 0px 10px;
     font-weight: 600;
    letter-spacing: 0px;
}
.whats-new-section article > a, .related-articles article > a {
    display: block;
}

.whats-new-section h4, .related-articles h4 {
    margin-bottom: 32px;
}

.whats-new-section, .related-articles {
    margin: 20px 0 50px;
}
.related-articles {
    margin-bottom:40px;
}
.owl-nav {
    display: block !important;
}

.owl-prev, .owl-next {
    background: none !important;
    font-size: 4rem !important;
    color:#000 !important;
}

.owl-prev {
    position: absolute;
    left: -60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.owl-next {
    position: absolute;
    right: -60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

/*------------------------------------*\
    END SECTION
\*------------------------------------*/

.end-btn {
    margin-bottom: 1%;
    background: #222;
    color: #fff;
    font-size: 1.7rem;
    border-radius:0;
    line-height:1.2;
}

/*------------------------------------*\
    COURSE SCHEDULES PAGES
\*------------------------------------*/

aside.add-content > div {
    padding: 30px 15px 10px;
    border-left: 1px solid gainsboro;
    border-bottom: 1px solid gainsboro;
    border-right: 1px solid gainsboro;
    line-height: 1.3;
}

aside.add-content > div > p {
    margin-bottom:15px;
}

.add-content > span {
    display: block;
    padding: 5px;
    border: 1px solid #ffd63b;
    font-size: 1.4rem;
}

aside.add-content img {
    width: 100%;
    height: auto;
}

header#header-90 {
    background-position: bottom center;
}

header#header-129 {
    background-position: top;
}

.course-note {
    margin-top: 15px;
    padding: 20px;
    border: 1px solid #8e8e8e;
}


/*------------------------------------*\
    FAQS
\*------------------------------------*/

.accordion article, .accordion > article > div {
  padding: 35px 0;
  margin:0 !important;
  margin-left: 4.2vw;
}

.accordion article {
    position: relative;
        border-bottom: 10px solid #ffffff;
    width: 100%;
    padding:0;
}

span.question-numb {
    position: absolute;
    top: 50%;
    left: -3%;
    right: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    font-size: 15px;
border: 1px solid #e0e0e0;
    border-bottom: 0px;
    font-weight: 300;
    text-align: center;
    line-height: 1.25;
    display: none;
}

.accordion article > h4 {
    display: block;
    color: white;
    font-weight: 500;
     background: #eaeaea;
    margin: 0;
    padding: 0;
    z-index: 10;
    -webkit-transition: ease all 300ms;
    -o-transition: ease all 300ms;
    transition: ease all 300ms;
    position: relative;
}

.accordion > article > h4 > a {
    display: block;
    height: 100%;
    width: 100%;
    padding: 20px;
    font-weight: 500;
    letter-spacing: 0px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
} 


.accordion article > h4.active > a {
    background-color: #000;
    color:#ffffff;
}
.accordion > article > div {
    border-top: 0;
    overflow-y: hidden;
    padding:0;
    max-height: 0; 
    -webkit-transition:all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86); 
    -o-transition:all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86); 
    transition:all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 0;
    background: #FFF;
}


.accordion > div:last-of-type {
  border-top: 1px solid white;
  position: relative;
  top: -1px;
}

.indicator-wrap {
    position: absolute;
    top: 50%;
    left: -3.5vw;
    height: 16px;
    width: 15px;
    -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    z-index: 1;
}
.indicator {
    position: relative;
    display:inline-block;
    height: 100%;
    width: 100%;
}

.indicator span {
    height: 1px;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    background-color: #b5b5b5;
    position: absolute;
    display: inline-block;
    -webkit-transition:all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition:all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition:all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.indicator span:first-child {
    left: -5px;
    -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
        transform: rotate(45deg);
}

.indicator span:last-child {
    right: -5px;
    -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
}

article.active > .indicator-wrap > .indicator span:first-child {
    -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
        transform: rotate(0deg);
}

article.active > .indicator-wrap > .indicator span:last-child {
    -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
        transform: rotate(0deg);
}

.accordion article > div .faq-answer {
    font-size: 18px;
    margin: 0;
    color:#000;
    padding: 5px 20px 15px;
}

.accordion > article > h4.active + div {
        max-height: 6000px;
    height: auto;
    -webkit-transform: translateX(0px);
            -ms-transform: translateX(0px);
        transform: translateX(0px);
    padding: 25px 0;
    opacity: 1;
}


/*------------------------------------*\
    PARTNERS
\*------------------------------------*/

section.partners .img-box, section.add-members .img-box {
    background: #fff;
    text-align: center;
    padding: 20px;
    outline: 1px solid gainsboro;
    margin-left: 10px;
}
section.partners .desc-box {
    padding: 30px 0;
}

section.partners .desc-box h2 {
    margin-bottom: 25px;
}

section.add-members h2 {
    margin-bottom: 30px;
}

section.add-members .img-wrap:first-of-type {
    margin-bottom: 45px;
}

section.partners .img-box img {
    max-width: 170px;
}

.section-intro, section.partners .row > div {
    margin-bottom: 40px;
}
/*------------------------------------*\
    MISC
\*------------------------------------*/
span.landingnumber {
    background-color: #FFD63B;
    color: black;
    padding: 4px 6px 7px 8px;
    display: inline-block;
    margin: 0px;
    line-height: 1.2 !important;
}

.repeat_content {
    margin-bottom: 25px;
}
.page p {
    margin-bottom:20px;
}

.grecaptcha-badge {
    display: none;
}

.gform_wrapper input, .gform_wrapper textarea, .gform_wrapper select {
    height: 40px;
    border: 1px solid gainsboro;
    border-radius: 4px;
    width: 100%;
    padding: 0 15px;
}
.gform_wrapper .ginput_container_multiselect select {
    height: auto;
}
.gfield_description {
    font-size: 14px;
    padding-bottom: 8px;
    color: #717171;
}
.gform_wrapper ul.gfield_checkbox li input {
height: auto;
width: auto;
margin-right: 4px;
}
.gform_wrapper ul.gfield_checkbox li {
    margin-bottom: 5px;
}
.validation_message {
    color: #d83e3e;
    padding: 5px;
}
li#field_4_12, li#field_4_11 {
    width: 49%;
    float: left;
}
li#field_4_12 {
    margin-right: 2%;
}

.gform_wrapper input[type="submit"] {
    padding: 12px 29px;
    font-size: 1.3rem !important;
    border-radius: 2px;
}

.gform_wrapper select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background:white;
    cursor:pointer;
}

.ginput_container_select {
    position: relative;
}

.ginput_container_select:after {
    content: '\f107';
    font-family: fontAwesome;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 1px;
    left: auto;
    height: 95%;
    width: 33px;
    color: #000;
    background: #ffd63b;
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
    z-index: 1;
    border-radius: 0 4px 4px 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border-left: 1px solid #dadada;
    pointer-events:none;
}

.gform_wrapper select:-ms-expand {
    display:none !important;
}

.gform_wrapper li {
    margin-bottom: 25px;
}

.gform_button {
    border: 0 !important;
    width: auto !important;
    font-size: 1.6rem !important;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: bold;
    background: #000;
    color: #fff;
}

label.gfield_label {
    display: block;
    margin-bottom: 5px;
     font-size: 16px;
    color: #000000;
}

.single .attachment-post-thumbnail {
    width: 100%;
}

.single .btn {
    color: #ffffff !important;
    border:1px solid #fff;
}

.single .btn i {
    margin-right: 5px;
}

main#archive {
    padding: 20px;
}
.post-type-archive li.cat-item {
    padding: 0px 10px 0px 0px;
    margin: 0px;
    list-style: none;
    display: inline-block;
}
ul.taxterms {
    margin: 5px 0px 30px;
    padding: 0px;
}
.post-type-archive-job ul.taxterms a {
    color: #1241D4 !important;
    font-weight: 600;
}

.post-type-archive-job ul.taxterms a:hover {
    color: #D47A3A !important; 
    font-weight: 600;
}
.thejobs p {
    margin-bottom: 10px;
}
span.jobcats {
    font-weight: bold;
}
#archive  img {
    width: 100%;
    height: auto;
}

#archive  h4 {
    line-height: 1.1;
}

.single-post main, .single-job main {
    background: white;
}

#archive  .content {
    padding: 30px 25px 20px 25px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}

#archive  span {
    margin: 10px 0;
}

#archive article {
    background: white;
     width: 48%;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     min-height:550px;
}

#archive article .img-box {
    -webkit-box-flex:1;
    -webkit-flex:1 0 15%;
        -ms-flex:1 0 15%;
            flex:1 0 15%;
}

#archive article > div {
    width: 100%;
}

.post-img-wrap {
    max-width: 1400px;
    margin: 0 auto;
}

.single-post article.post {
    width: 100%;
    background: none;
}

.single-post article.post h2, .single-post article.post h3, .single-post article.post h4, .single-post article.post p {
    margin-bottom: 20px;
}
.single-post article.post h3, .single-post article.post h4 {

     font-weight: 600;
}
.single-post article.post h2 {
    margin-bottom: 15px;
}

.post-details {
    clear: both;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 5px 0;
    border-top: 1px solid #e7e6e6;
    border-bottom: 1px solid #e7e6e6;
}

.post-details > span {
    font-size: 1.4rem;
    float: left;
}

.post-details > span:after {
    color: #000;
    padding: 0 5px;
}

.post-details > span:last-child:after {
    display: none;
}

#whats-new-carousel article.post {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#whats-new-carousel article.post > div {
    min-height: 355px;
    padding:0 20px;
    width:100%;
}


.related-articles article {
    min-height: 350px;
}

.related-articles article > div {
    width:100%;
}

#whats-new-carousel article.post .img-box, .related-articles article .img-box {
    -webkit-flex: 1;
        -ms-flex: 1;
            -webkit-box-flex: 1;
            flex: 1;
}

.whats-new-section article .desc .view-article, .related-articles article .desc .view-article {
    margin-bottom: 0;
}

.whats-new-section article .desc p, .related-articles article .desc p {
    margin:0;
}

a.view-article {
    display: block;
    margin: 10px 0;
    color: #000;
    font-weight: 300;
    -webkit-transition:.3s ease;
    -o-transition:.3s ease;
    transition:.3s ease;
}

a.view-article:after {
    content: '\f054';
    font-family: fontAwesome;
    font-size: 1rem;
    margin-left: 5px;
    vertical-align: middle;
     color: #222222;
}


.page-id-216 h1 {
    margin: 0;
}



/*------------------------------------*\
    DEFAULT Page
\*------------------------------------*/


.default-section aside.add-content > div {
    border: 0px;
}
.content h1 {
    margin-top: 0px;    
}

div#loop-wrap {
    margin-top: 24px;
}

#basic-loop li:before {
    content: '\f105';
    font-family:fontAwesome;
    margin-right:5px;
}

.page-id-866330 aside.add-content h4 {
    margin: 0px !important;
    text-align: center;
    background-color: #FFD63B;
    color: black;
    font-weight: 600;
    padding: 5px 0px;
    margin-bottom: 4px !important;
    text-transform: uppercase;
}

.page-id-866330 aside.add-content > div {
    padding: 0;
}

.page-id-866330 aside.add-content > div p {
    margin: 0;
    font-size: 1.6rem;
}

.sidebar-linkbtns a {
    width: 100%;
    padding: 15px 20px;
    margin-bottom: 5px;
}
.mini-book {
    border: 1px solid gainsboro;
    background-color: white;
    padding: 10px;
    margin-top: 20px;
}

/*------------------------------------*\
    Crane Certification Page
\*------------------------------------*/
#section-1 .sml-full.lrg-2-5-spaced.cover.center.left {
    background-size: contain !important;
    background-position: top;
}

#crane-cert #section-b .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

span.section-numb {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-block;
    padding: 7px;
    text-align: center;
    font-size: 2.5rem;
    margin-right:5px;
}

#crane-cert .right .content h4 {
    margin-bottom: 10px;
    text-transform: uppercase;
}

#crane-cert .btn, #header-btns .btn {
    font-weight: 600;
    text-transform: none;
    font-size: 1.7rem;
    border-radius: 5px;
    color: white;
    font-weight: bold;
}

header#crane-cert-header h1 {
    margin: 0;
    margin-bottom: 8px;
}

header#crane-cert-header span {
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 800;
    word-spacing: 0px;
    letter-spacing:-.3px;
}

div#header-btns {
    margin-top: 10px;
    width: 100%;
    max-width: 480px;
}

/*------------------------------------*\
    ABOUT OVT
\*------------------------------------*/

#about-ovt {
    padding:0;
}

#about-ovt .row {
    padding:0 20px;
}

.about-intro {
    background: white;
    padding:40px 0;
}


.meet-team h2 {
    margin:60px 0;
}

section.department h3 {
    padding: 40px 0;
    background: white;
    margin: 40px 0;
}

.team-member {
    -webkit-box-flex:1;
    -webkit-flex:1 50%;
        -ms-flex:1 50%;
            flex:1 50%;
}

.team-member .info .inner {
    /*min-height: 450px;*/
    width:100%;
    padding: 20px;
}
.tax-3-office-support .team-member .info .inner {
    width:auto;
}

.team-member .bio, .team-member .info  {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.team-member .info h4, .team-member .info p {
    margin:20px 0 10px;
}

.team-member img {
    width: 100%;
    height: auto;
}

.member-desc {
    padding: 15px 0;
}

.team-member.full {
    -webkit-box-flex:1;
    -webkit-flex:1 100%;
        -ms-flex:1 100%;
            flex:1 100%;
    padding: 60px 0 !important;
    border-bottom: 1px solid #e0dede !important;
    background: transparent !important;
}

section.department.tax-3-office-support .team-member {
    -webkit-box-flex:1;
    -webkit-flex:1 25%;
        -ms-flex:1 25%;
            flex:1 25%;
}

.team-member.full .info {
    width: 25%;
}

.team-member.full .info .inner, .tax-3-office-support .info .inner {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            flex-direction: column;
}

 .member-img {
    position: relative;
}

 .member-img:after,  .member-img:before {
    position: absolute;
    bottom: 15px;
    left: 10px;
    z-index: -1;
    height: 20%;
    max-height: 100px;
    max-width: 460px;
    width: 60%;
    content: "";
    opacity: 0.7;
    box-shadow: 0 17px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

 .member-img:after {
    left: auto;
    right: 10px;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
}

.bio .bio-col {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 33.3% !important;
        -ms-flex: 1 33.3% !important;
            flex: 1 33.3% !important;
    padding: 20px;
}

.team-member.full .bio {
    width: 75% !important;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
}


section.department.tax-0-administration .team-member:last-child .member-img, section.department.tax-0-administration .team-member:nth-of-type(2) .member-img {
    -webkit-box-flex:1 50%;
    -webkit-flex:1 50%;
        -ms-flex:1 50%;
            flex:1 50%;
}

section.department.tax-0-administration .team-member:last-child .member-desc, section.department.tax-0-administration .team-member:nth-of-type(2) .member-desc {
    text-align: center;
    padding: 2%;
    -webkit-box-flex:1 50%;
    -webkit-flex:1 50%;
        -ms-flex:1 50%;
            flex:1 50%;
}


/*------------------------------------*\
    MISC
\*------------------------------------*/

.error404 article {
    padding-top: 60px;
}

.error404 main .row {
    padding:0 15px;
}

article#post-404 > div {
    margin-top: 60px;
}

article#post-404 span {
    display: inline-block;
   font-size: 17rem;
    line-height: .6;
    font-weight: 700;
    color: #000000;
    margin-bottom: 40px;
}

article#post-404 > div > div {
    margin-bottom: 40px;
}

article#post-404 > div > div p {
    margin-bottom:15px;
}

article#post-404 form.search {
    width: 100%;
    display: flex;
}

article#post-404 input[type="search"] {
    flex:1;
    padding:0 10px;
}

article#post-404 button.search-submit {
    background: black;
    color: #ffd63a;
    padding: 5px 15px;
    text-transform: uppercase;
    border:0;
    outline:0;
}

.social-icons-lists.icons-background-square .socicon {
    color: #bebdbd !important;
    background-color: #e8e8e8 !important;
    border-color: #e8e8e8 !important;
    border-radius: 8px !important;
}

.social-icons-lists.icons-background-square .socicon.socicon-mail {
    background: #46494a !important;
}

.social-icons-lists.icons-background-rounded.centre, .social-icons-lists.icons-background-square.centre {
    text-align: left;
    margin: 0;
}




/*------------------------------------*\
    HELPER CLASSES
\*------------------------------------*/

.black {
    color: #000;
}
.black-bg {
    background:#000000;
    color: white !important;
}
.black-bg.note {
    padding: 25px 15px 10px;
}
.black-bg a {
    color: #ffd63b !important;
}
.yellow-bg {
    background:#ffd63b;
}

.ovt-yellow {
    color: #FFD63B;
}

.ovt-shadow {
    text-shadow: 1px 1px 0px #FAE514;
}

header.hero-header {
    height: 550px;
}

header.half-header {
    height: 300px;
}
header.half-header h1 {
    max-width: 600px;
    color: white;
}
.half-header .inner, header.hero-header .inner {
    width: 100%;
    height: 100%;
    text-align: center;
}

.popular-box .ftr-link-wrap {
    opacity: 0;
    -webkit-transition: ease all 500ms;
    -o-transition: ease all 500ms;
    transition: ease all 500ms;
        -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    -webkit-transition-delay: 0.2s;
         -o-transition-delay: 0.2s;
            transition-delay: 0.2s;
    width:100%;
}

.popular-box .ftr-link-wrap {
}
.popular-box.visible .ftr-link-wrap {
    opacity: 1;
        -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
        transform: translateY(0%);
}


/*------------------------------------*\
    CVENT
\*------------------------------------*/




h4.HeaderStyles__groupHeader___9EIR9 {
    background: black;
    color: white;
    font-size: 16px;
    line-height: 1;
    float:left;
    width:100%;
}
#wrapper {
        background: url(//www.overtonsafety.com/wp-content/uploads/2016/02/concrete_seamless.png);
}
.rich-snippet-hidden {
    height: 0px;
    display: inherit;
}
.Icons-All__search___1oSmF, .Icons-All__schedule___1oFkH {
    padding-left: 5px;
}
.WebWidget__listItem___3GfTH {
    border-top: 0px !important;
}
.CalendarViewWidget__content___1Pb_C {
    padding: 20px 0px !important;
}
input#keyword {
    font-size: 16px;
    height: 40px;
    line-height: 1;
    padding-left: 30px;
}
.sd_anchorbutton {
    color: black;
    text-align: center;
    display: block;
    background: #ffd63a;
    padding: 10px 20px;
    text-transform:uppercase;
    margin: 0px auto;
    display: inline-block;
    }
    .sd_anchorbutton:hover {
    background: #000000;
}
.Filters__panel___3rQPW {
        padding: 20px 20px 10px 0px !important;
}
.Icons-All__location___3R-8R:before {
    content: "\EAA6";
    top: 4px;
    position: relative;
}
.Filters__inputWrapper___1HZyt input {
    padding-left: 22px;
}
label.Filters__label___1cdMk {
    display: none;
}
.Filters__inputContainer___FnWHN:before {
    content: 'Search for classes near...';
    display: block;
    padding-bottom: 10px;
}
button#calendarList_websiteButton:before {
    content: 'Course Details & Registration - ';
}
input#fromDate {
    background-color:white;
    height: 40px;
}
input#toDate {
    background-color:white;
    height: 40px;
}
.WebWidget__filtersDialogContainer___1buOP { 
    padding:0px !important;
}
.Filters__radiusInputWrapper___l_LvL.Filters__inputWrapper___1HZyt .Filters__inputContainer___FnWHN:before {
    content: '';
    display:none;
}
div#calendarList_showMore {
    padding: 0px 0px !important;
    margin: 0 !important;
}
div#calendarList_showMore .ButtonStyles__button___3eKXy {
    background: black;
    color: white !important;
    width: 100% !important;
}
.HeaderStyles__container___2wYOQ {
    color: rgb(0,0,0);
    margin-bottom: 10px;
    width: 100%;
}
.fusion-logo img {
    min-height:60px;
}
.CalendarViewWidget__moreInfo___d-A7T {
    padding: 0px 10px ;
}
.WebWidget__listContainer___3fT1z {
 padding: 20px !important;
    background: white !important;
    margin: 10px 0px;
    float: left;
    width: 100%;
    border: 1px solid #ffffff;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.17);
}
h5.WebWidget__title___1bfNR {
font-size: 20px;
    font-weight: bold;
}
a.WebWidget__linkColor___uIr7C {
color: #1172c1;
}
.CvFormElement__label___1DyxT,  {
    font-weight: 600 !important;
}
.alert.black {
    text-align: left;
    background: black;
    color: #f5d648;
    padding: 15px 30px;
    margin-top: 20px;
}
.alert.black h4 {
    margin: 10px 0;
}
.alert.black a {
    color: white !important;
}
.promo-img {
    padding: 5px 0;
    margin: 0px 0;
    background: #302f2d;
}

@media only screen and (max-width: 1000px) {

.CalendarViewWidget__moreInfo___d-A7T {
    padding: 0px 15px 0px;
}
}






/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/

@font-face {
    font-family:'Font-Name';
    src:url('fonts/font-name.eot');
    src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
        url('fonts/font-name.woff') format('woff'),
        url('fonts/font-name.ttf') format('truetype'),
        url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:950px) {

    .title-sep {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-align-items: center;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                align-items: center;
        text-align: left;
    }

    .title-sep:after {
        content: '';
        display: block;
        background: gainsboro;
        height: 1px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        padding-left: 5px;
        margin-left: 10px;
    }

    .title-sep.double-sep:after {
        height: 8px;
        border-top: 1px solid gainsboro;
        border-bottom: 1px solid gainsboro;
        background: none;
    }

    

    section.add-members .img-wrap .img-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 1.5%;
    }

    .related-articles article {
        width: 31.3%;
        margin: 0;
        margin-right: 2%;
    }

     .popular-box {
        width: 32.8%;
    }

}
@media only screen and (min-width:1024px) {
    
}
@media only screen and (min-width:1140px) {
    
}
@media only screen and (min-width:1280px) {
    .popular-box {
        height:270px;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
       only screen and (-o-min-device-pixel-ratio:3/2),
       only screen and (min-resolution:144dpi) {

}

@media only screen and (max-width:1140px) {
    html {
        font-size: 58%;
    }

    .popular-box h2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 45%;
            -ms-flex: 0 0 45%;
                flex: 0 0 45%;
    }


}

@media only screen and (max-width:1023px) {
    html {
        font-size: 55%;
    }

    #home-hero .inner {
        font-size: 6vw;
    }

     .table-wrap {
        overflow-x:auto;
    }

}

@media only screen and (max-width:950px) and (min-width:700px) {

    .shifter {
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
        -webkit-flex-direction:row;
            -ms-flex-direction:row;
                flex-direction:row;
        -webkit-justify-content: space-between;
                -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .about-tabs {
        width:65%;
        margin:0;
    }

    .about-tabs .tab:last-child {
        margin-bottom:0;
    }
    .intro .right {
        padding-left: 0px;
        padding-top: 10px;
    }
    .intro {
        width:35%;
        padding:25px 20px;
    }

    .intro p {
        text-align: justify;
        font-size: 2.1rem;
        padding: 0 20px;
    }
}

@media only screen and (max-width:950px) {
    section#five-steps .left img {
        margin-bottom:15px;
    }

    #home-hero .inner {
        font-size: 7vw;
    }

    .post {
        width: 100%;
    }

    #archive article {
        width:100%;
        margin-bottom:20px;
    }


    body.modal-active {
        padding-top: 90px;
    }

    .owl-nav {
        display:none !important;
    }

    a.btn.black-bg.program-btn {
        float: left;
        width: 48%;
    }

    a.btn.black-bg.program-btn:first-child {
        margin-right:2%;
    }

    #crane-cert .left {
        min-height: 42vw;
        margin-bottom:20px;
    }

    .team-member .info, .team-member .bio {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 50% !important;
            -ms-flex: 1 50% !important;
                flex: 1 50% !important;
    }

    section.department.tax-0-administration .team-member:last-child .inner, section.department.tax-0-administration .team-member:nth-of-type(2) .inner {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
            -ms-flex-direction: column !important;
                flex-direction: column !important;
    }

    section.department.tax-0-administration .team-member:last-child .member-img, section.department.tax-0-administration .team-member:nth-of-type(2) .member-img {
        padding: 0;
    }

    section.department.tax-3-office-support .team-member {
    -webkit-box-flex:1;
    -webkit-flex:1 50%;
        -ms-flex:1 50%;
            flex:1 50%;
}



}

@media only screen and (max-width:767px) {
    
    .popular-box {
        height:auto;
     margin-bottom: 0px;
        min-height:200px;   
     border-bottom: 3px solid black;
    }
    .intro img {
    display: none;
    }
    .end-btn {
        margin-bottom: 1px;
    }
    .whats-new-section {
      margin: 0px;
    }
    section#five-steps {
    padding: 0px;
    }
    .about-tabs {
        margin-top: 0px;
    }
    .about-tabs .tab {
        margin-bottom: 0px;
        border-bottom: 3px solid white;
    }
    #home-hero .sub-title a {
    display: block;
    }
    .sub-title a:first-child:after {
        display: none;
    }
    #home-hero .sub-title a {
        display: block;
        line-height: 1.2;   
    }
    header#home-hero .inner  {
        padding-top: 50px;
    }
    h1.main-hero-title {
        margin-top:5px;
    }
    .home .page main {
        padding-top:0px;
    }
    .ftr-link-wrap a {
    font-size: 85%; 
    }
    section#five-steps {
        text-align: center;
    }
    section.five-steps-section h2 {
        margin-top: 5px;
    }
    section.five-steps-section .btn {
        background: black;
        color: white;
        font-weight: 600;
    }
    .page.home main {
        padding:0px;
    }
    .about-tabs .tab img {
    width: 70px;
    height: 70px;
    vertical-align: top;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    }
    section#about {
        padding-bottom: 0px;
    }
    h2.popular-title.uppercase {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 30%;
            -ms-flex: 0 0 30%;
                flex: 0 0 30%;
    }
        .about-tabs .tab {

    width: 50%;
    outline: 3px solid white;
    }
        .popular-box {
        width: 50%;
     outline: 3px solid black;
        padding:40px 25px;
    }

      section.five-steps-section .btn:first-of-type {
    margin-right:0px;
  }
  #five-steps .right {
    padding: 20px;
}
  section#five-steps {
    padding: 10px 0px;
}

   
}

@media only screen and (max-width:650px) { 

    .about-tabs .tab {
        width:100%;
    }
    .popular-box {
        width:100%;
    }

    .btn-wrap .btn:first-child, .btn-wrap .btn:last-child {
        width: 100%;
        margin-bottom: 8px;
    }
    header.hero-header {
        height: 360px;
    }

     .team-member .info, .team-member .bio, .team-member {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 100% !important;
            -ms-flex: 1 100% !important;
                flex: 1 100% !important;
    }

}

@media only screen and (max-width:480px) {
    .about-tabs .tab {
        padding: 15px 20px;
    }

     a.btn.black-bg.program-btn {
        float: none;
        width: 100%;
    }

    .gform_wrapper ul.gfield_checkbox li {
        margin-bottom: 5px;
    }
    li#field_4_12, li#field_4_11 {
        width: 100%;
        float: none;
    }
    li#field_4_12 {
        margin-right: 0;
    }
}

/*----------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------- @media for IE10 +      ------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------*/

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { 

    body {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex
    }

    header.main-header nav a:after {
        display:none;
    }

    .main-header svg {
        height:50px;
    }

    .intro {
        height:215px;
    }


    /*MOBILE*/

    .ie-fix .intro {
        height:auto;
    }

    .ie-fix section.department.tax-0-administration .team-member:last-child .member-img, .ie-fix section.department.tax-0-administration .team-member:nth-of-type(2) .member-img {
        -webkit-box-flex:0;
        -webkit-flex:none;
            -ms-flex:none;
                flex:none;
    }

    .ie-fix section.department.tax-0-administration .team-member:last-child .member-desc, .ie-fix section.department.tax-0-administration .team-member:nth-of-type(2) .member-desc {
        -webkit-box-flex:0;
        -webkit-flex:none;
            -ms-flex:none;
                flex:none;
    }

    
}
/*------------------------------------*\
    MISC
\*------------------------------------*/

::-moz-selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}

::selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}
::-webkit-selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}
::-moz-selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display:block;
    margin:5px auto 5px auto;
    height: auto;
}
.alignright {
    float:right;
    margin:5px 0 20px 20px;
}
.alignleft {
    float:left;
    margin:5px 20px 20px 0;
}
a img.alignright {
    float:right;
    margin:5px 0 20px 20px;
}
a img.alignnone {
    margin:5px 20px 20px 0;
}
a img.alignleft {
    float:left;
    margin:5px 20px 20px 0;
}
a img.aligncenter {
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.wp-caption {
    background:#FFF;
    border:1px solid #F0F0F0;
    max-width:96%;
    padding:5px 3px 10px;
    text-align:center;
}
.wp-caption.alignnone {
    margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin:5px 20px 20px 0;
}
.wp-caption.alignright {
    margin:5px 0 20px 20px;
}
.wp-caption img {
    border:0 none;
    height:auto;
    margin:0;
    max-width:98.5%;
    padding:0;
    width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    * {
        background:transparent !important;
        color:#000 !important;
        -webkit-box-shadow:none !important;
                box-shadow:none !important;
        text-shadow:none !important;
    }
    a,
    a:visited {
        text-decoration:underline;
    }
    a[href]:after {
        content:" (" attr(href) ")";
    }
    abbr[title]:after {
        content:" (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content:"";
    }
    pre,blockquote {
        border:1px solid #999;
        page-break-inside:avoid;
    }
    thead {
        display:table-header-group;
    }
    tr,img {
        page-break-inside:avoid;
    }
    img {
        max-width:100% !important;
    }
    @page {
        margin:0.5cm;
    }
    p,
    h2,
    h3 {
        orphans:3;
        widows:3;
    }
    h2,
    h3 {
        page-break-after:avoid;
    }
}