/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i');

body {
    background: #fff ;
    text-align: left;
    vertical-align: top;
    font-family: 'Montserrat', sans-serif;
    margin:0;
    padding: 0;
    color: #303030;
    overflow-x: hidden;
}
img  { border: 0; vertical-align: top;}

h1, .latestNews h3   { color: #01472b;    font-size: 60px; text-align: left; line-height: 60px; font-weight: 200; margin: 0 0 20px 0; font-family: 'Montserrat', sans-serif; text-transform: uppercase; }
h2   { color: #01472b; font-size: 44px; text-align: left; line-height: 38px; font-weight: 200; margin: 0 0% 20px 0%; font-family: 'Montserrat', sans-serif; text-transform: uppercase; }
h3   { color: #01472b; font-size: 20px; text-align: left; line-height: 29px; font-weight: 400; margin: 0 0 20px 0;  font-family: 'Montserrat', sans-serif; }
h4   { color: #01472b; font-size: 18px; text-align: left; line-height: 24px; font-weight: 200; margin: 0 0 10px 0;  font-family: 'Montserrat', sans-serif;}
h5   { color: #01472b; font-size: 24px; text-align: left; line-height: 36px; font-weight: 200; margin: 0 10% 22px 10%; font-style: italic; font-family: 'Montserrat', sans-serif; }
p    { color: #1f303e; font-size: 16px; text-align: left; line-height: 23px; font-weight: 400; margin: 0 0 20px 0; }
a    { text-decoration: none; font-weight: 700; color: #01472b; }
h2 a  { color: #01472b; font-size: 44px; text-align: left; line-height: 38px; font-weight: 200; margin: 0 0% 20px 0%; font-family: 'Montserrat', sans-serif; text-transform: uppercase; }
.white {color: #fff;}


.button {
    background: #01472b;
    color: #fff;
    padding: 8px 9px 8px 9px;
    margin-top: 5px;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #01472b;
    transition: all 0.3s ease-in-out;
}
.button:hover {
    background: transparent;
    color: #01472b;
    transition: all 0.3s ease-in-out;
}

#header {
    width: 100%;
    padding: 60px 0 0 0; /* was 40px and adjusted for sddtk vtopmenu */
    margin: 0px 0px 0px 0px;
    position: absolute;
    top: 0;
    z-index: 100;
}

#logo {
    float: left;
}
#somo                        { width: 24px;         height: 65px; padding: 0px; margin: 0px ; float: right; }
#somo img                    { width: 24px;         height: 24px; margin: 0 0 17px 0; display: block; }


#maincontent {
    width: 100%;
}
#maincontent > .container { padding-top: 20px; }

label i {
    font-size: 30px;
}
.sidebar-a, .sidebar-b {
    width: 15%;
    min-width: 180px;
    float: right;
    margin-top: 20px;
    overflow:hidden;
    margin-bottom: 40px;



}
.sidebar-b {
    margin-right: 1%;
}

.sidebar-b .moduletable, .sidebar-a .moduletable {
    background:#fff;/* #EBEBEB;*/
    padding: 5px 2px;
    margin-bottom: 15px;
}

.towerbanner { background: transparent !important; }

.sidebar-b > .moduletable > h3, .sidebar-a > .moduletable > h3 {
    font-size: 26px;
    text-align: center;
    line-height: 38px;
    font-weight: 200;
    margin: 0 0% 10px 0%;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
.sidebar-present {
    width: 82% !important;
    padding: 10px 14px 10px 10px !important;
}

.sidebar-present-both {
    width: 66% !important;
    padding: 10px 14px 10px 10px !important;
}
.container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}
.maincenter {
    width: 100%;
    height: auto;
    padding: 60px 6.667% 20px 6.667%;
    margin: 0px auto;
    max-width: 1040px;
    display: inline-block;
}

.videoheader { height: 370px; }




.home-tap .videoheader { height: 720px !important; }
.home-tap .imagefloater {
    top:320px;
}


.chrono_credits { display: none; }


/**** Footer ****/
#footer {
    width: 100%;
    padding: 60px 0 0px 0;
    margin: 120px 0px 0px 0px;
    background-color: #01472b;
    display: inline-block;
}
.footer-col                    { width: 20%; height: auto; padding: 0px; margin: 0px 2.5%;   display: inline-block; float: left; }

#footer h3              { color: #fff; text-align: left; }
#footer p              { color: #fff; text-align: left; font-size: 14px; line-height: 16px; }
#footer a              { color: #ffffff; text-align: left; font-size: 14px; line-height: 16px; text-decoration: none; }
#footer a:hover          { color: #000; text-decoration: none; }

.bottomstrip { width: 100%; clear: both; }

.bottomFooter {
    background: #77b82a;
    min-height: 60px;
}
.bottomFooter p {
    padding: 20px 0 0 0;
    margin: 0;
    color: #fff !important;
}

.threeCols {
    display: inline-block;
    width: 100%;
}
.threeCols div {
    width: 30%;
    float: left;
    padding-bottom: 50px;
}
.threeCols div:nth-of-type(1) a {
    clear: both;
    display: block;
    font-size: 16px !important;
    margin-bottom: 8px;

}
.threeCols div:nth-of-type(1) {
    width: 25%;
}

.threeCols div:nth-of-type(2) {
    margin: 0 10% 0 5%;
}
.threeCols div:nth-of-type(3) a {
    float: right;
}

.threeCols div:nth-of-type(3) p {
    text-align: right !important;
    margin: 0;
    font-size: 16px !important;
    margin-bottom: 10px;
    line-height: 26px !important;
}

.threeCols div:nth-of-type(3) a svg {
    width: 40px !important;
    height: 40px !important;
    margin-left: 10px;
}
.threeCols div:nth-of-type(3) a:hover, .threeCols div:nth-of-type(3) svg:hover {
    /*color: #F26A49 !important;*/
    color: #77b82a !important;
}


/**** End Of Footer ****/




/**** Line Seps *****/


.line-separator-long-b {
    width: 40%;
    height:0px;
    border-bottom:4px solid #1f303e;
    margin: 0px auto 20px auto;
}
.line-separator-long-w  {
    width: 40%;
    height:0px;
    border-bottom:4px solid #fff;
    margin: 0px auto 20px auto;
}
.line-separator-short-b {
    width: 20%;
    height:0px;
    border-bottom:4px solid #1f303e;
    margin: 40px auto 40px auto;
}
.line-separator-short-w {
    width: 20%;
    height:0px;
    border-bottom:4px solid #fff;
    margin: 40px auto 40px auto;
}
.line-separator-shortb-w {
    width: 20%;
    height:0px;
    border-bottom:4px solid #fff;
    margin: 10px auto 20px auto;
}
.line-separator-longleft-b {
    width: 50%;
    height:0px;
    border-bottom:4px solid #1f303e;
    margin: 5px 0 20px 0;
}
.line-separator-longleft-w {
    width: 50%;
    height:0px;
    border-bottom:4px solid #fff;
    margin: 5px 0 30px 0;
}



/*** Menu CSS ***/

#navmenu {
    width: 100%;
    height: 55px;
    clear:both;
    position:relative;
    /*top: 45px;*/
}

ul.menu.nav {
    padding: 7px 0;
    margin: 0;
    list-style: none;
    text-align: center;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    background: rgba(0,0,0,0.3);
}
ul.menu.nav li a {
    display: block;
    text-decoration: none;
    line-height: 32px;
    padding: 0 12px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

#navmenu ul.menu.nav li { display: inline-block; margin-top: 0px; }
#navmenu ul.menu.nav li:hover { background-color:#01472b; }


#menubar {
    display: none;
}
.sidenav #navmenu {
    min-width: 250px;
}

#topAdvert {
    float: right;
}


/** Dropdown ***/
#navmenu ul.menu.nav li ul {
    display: none;
    position: absolute;
    z-index: 1;
    background: #1f303e;
    padding: 0;
    text-align: left;
}
#navmenu ul.menu.nav li:hover ul { display: block; }

#navmenu ul.menu.nav li ul li {
    width: 200px;
    padding: 5px 15px 5px 0px;
    display: block;
    margin-top: 0;
}


/** End of dropdown ***/


/*** Mobile Menu CSS ***/
.mainmenu img { display: none; }

#menubar span { color: #fff; }
#menubar span:hover { cursor: pointer; }



.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #01472b;
    overflow: hidden;
    padding-top: 80px;
    transition: 0.5s;
}
.sidenav img {
    width: 20px; height: auto;
    position: relative;
    top: 7px;
    margin-right: 10px;
}

.sidenav  ul.menu {
    border: none;
    background: transparent;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}


.sidenav a:hover {
    color: #f1f1f1;
}

/*
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
*/

.sidenav .closebtn {
    position: relative;
    top: 24px;
    right: -140px;
    font-size: 36px;
    margin-left: 50px;
}

#mainslide {
    transition: margin-left .5s;
    position: relative;
}

.sidenav li { display: block !important; margin: 0 0 5px 0;  }
.sidenav li ul {
    display: block !important;
    position: relative !important;
    background: transparent !important;
}
.sidenav li ul li {
    width: 100% !important;
    padding: 0 !important;
    background: transparent !important;
}
.sidenav li:hover {
}

.sidenav #navmenu ul > li.parent > a {
    text-align: left;
    font-size: 25px;
}
.sidenav #navmenu ul > li > a {
    text-align: left;
}
.sidenav #navmenu ul > li:nth-of-type(3), .sidenav #navmenu ul > li:nth-of-type(4), .sidenav #navmenu ul > li:nth-of-type(5) {
    margin-top: -4px;
}

.sidenav #navmenu ul > li > ul {
    margin-top: 10px;
    margin-bottom: 20px;
}



@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}


/*** END OF Mobile Menu CSS ***/






















/** Second Menu CSS ***/

.secondMenu ul.menu.nav {
    display: inline-block;
    width: 100%;
    background: transparent;
    border:0;
    display: flex;
    justify-content: left;
}
.secondMenu ul.menu.nav li {
    float: left;
    background-color: #4f8765;
    margin: 1px;

    border-bottom: 3px solid transparent;
    width: 100%;
    max-width: 130px;

}
.secondMenu ul.menu.nav li:hover, .secondMenu ul.menu.nav li.active {
    border-bottom: 3px solid #01472b;
}

.secondMenu ul.menu.nav li a {
    /*    font-size: 12px;
        line-height: 16px;
        height: 14px;
        width:100%;
        max-width: 120px;
        padding: 14px 25px 30px 0px;*/




    font-size: 12px;
    line-height: 17px;
    height: 68px;
    /* width: 100%; */
    /* text-align-last: center; */
    max-width: 120px;
    padding: 14px 24px 0px 19px;
    margin-top: 3px;


}
.secondMenu {
    width: 100%;
    text-align: center;
}


.svg-inline--fa { height: 64px; width: 62px !important;  }


/*** CSS Animations ***/

@-webkit-keyframes fadein {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadein {
    from {opacity: 0;}
    to {opacity: 1;}
}
@-webkit-keyframes right {
    from {left: 80%;}
    to {left: 60%;}
}

@keyframes right {
    from {left: 80%;}
    to {left: 60%;}
}
@-webkit-keyframes righttwo {
    from {left: 80%;}
    to {left: 45%;}
}

@keyframes righttwo {
    from {left: 80%;}
    to {left: 45%;}
}
@-webkit-keyframes rightthree {
    from {left: 80%;}
    to {left: 49%;}
}

@keyframes rightthree {
    from {left: 80%;}
    to {left: 49%;}
}

/*** Animations END ***/








/**** Page&Video specific ****/


.content-creation .videoheader video {
    top: 13%;
    -webkit-transform: translateY(-13%);
    transform: translateY(-13%);
}

.social-media .videoheader video {
    top: 23%;
    -webkit-transform: translateY(-23%);
    transform: translateY(-23%);
}

.media-planning .videoheader video {
    top: 33%;
    -webkit-transform: translateY(-33%);
    transform: translateY(-43%);
}

.our-people .videoheader video {
    top: 40%;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
}
.why-we-exist .videoheader video {
    top: 43%;
    -webkit-transform: translateY(-43%);
    transform: translateY(-43%);
}
.blog .videoheader video {
    top: 43%;
    -webkit-transform: translateY(-43%);
    transform: translateY(-43%);
}







/*** Service Dealer Forms ****/


.gbs3 .svg-inline--fa {
    width: 1em !important;
    height: 1em !important;
}

.gardenNominee2, .gardenNominee3, .turfNominee2, .turfNominee3, .farmNominee2, .farmNominee3, .forestryNominee2, .forestryNominee3, .quadNominee2, .quadNominee3 {
    display: none;
}
.nominationactive {
    display: block;
}

.catTitle {
    margin: 21px 0 3px 0;
    text-align: left;
    padding: 22px 0 30px 0;
    font-size:24px;
    font-weight:normal;
    border-top: 2px solid #f26a48;
}

h3.button {
    background: #01472b;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #01472b;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    padding: 2px 4px;
}
h3.button:hover {
    cursor: pointer;
    background: transparent;
    color: #01472b;
    transition: all 0.3s ease-in-out;
}
#form-row-file120 {
    margin-top: 20px;
}
label[for="recaptcha"] {
    display: none;
}
.gbs3 h1 {     color: #01472b;
    font-size: 60px;
    text-align: left;
    line-height: 60px;
    font-weight: 200;
    margin: 0 0 20px 0;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase; }
.nominationcontainer { margin-top: 30px; }
.gbs3 a { color: #01472b; }

/*****  ******/
.homeleftcontent {
    background-color: #ebebeb;
    padding-bottom: 8px;

}
.homeleftcontent h2 {
    font-size: 26px;
    text-align: center;
    line-height: 38px;
    font-weight: 200;
    margin: 0 0% 10px 0%;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

/*.partners {*/
/*    margin: 10px 0px 15px 0px;*/
/*    padding: 15px 0 0px 0;*/
/*    overflow:auto;*/
/*    text-align:left;*/
/*    border-top: 1px solid #ccc;*/
/*}*/
.partners {
    margin: 10px 0px 15px 0px;
    padding: 15px 0 0px 0;
    overflow: auto;
    text-align: left;
    border-top: 1px solid #ccc;
    background-color: #eee;
}


.moduletable.latestissuesidebar{
    background-color: #ebebeb;

}
.moduletable.specialreport{
    background-color: #ebebeb;

}

.moduletable.smedigest {
    background-color: #ebebeb !important;

}

.partners img {
    display: block;
    margin: 0 auto ;
}

.partners p {
    margin: 0px 0px 10px 0px;
    font-size:14px;
    line-height:16px;
    color:#01472b;
    text-align: center;
}


/*** ****/



.insidebutton a, .btn-primary {
    width: 100%;
    color: #fff;
    text-decoration: none;
    background: #01472b;
    font-weight: 400;
    padding: 10px 20px;
    font-size: 14px;
    border: 1px solid #01472b;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}

.insidebutton a:hover, .btn-primary:hover{
    color: #01472b;
    background: transparent;
    cursor: pointer;
    text-decoration:none;
    transition: all 0.3s ease-in-out;
}

/*** Booking System CSS ***/
#eb-event-properties-heading {
    margin-top: 40px;
}

.eb-register-buttons-bottom .btn {
    font-size: 30px;
    padding: 16px 37px;
    background: #01472b;
    color: #fff;
    text-shadow: none;
}
.eb-register-buttons-bottom .btn:hover {
    background: #F26A49;
}
.eb-register-buttons-bottom { margin-bottom: 20px; }

#Package option:disabled {
    color: #ccc;
}
#field_Marketing .control-label { display: none; }
#field_Marketing .controls { margin-left: 0; }

#field_Marketing #Marketing {
    width: 90%;
    border: 0;
}
#field_Marketing #Marketing ul.nav { width: 93%; }

.profile {
    color: #16a288;
    text-decoration:none;
    background-color:#ececec;
    padding: 2%;
    float:left;
    margin: 15px 0px 15px 0;
    border-radius: 5px;
    widtH: 96%;
}

#homecentreintro li a { font-weight:normal; color:#dd5a3b; }

.sbsprofile {
    padding: 0 10px;
}

.sbsprofile p {
    width: 50%;
    float: left;
}


.profile img{
    float:left;
    margin: 0px 20px 0 0;
}


.pricesrow {
    width:100%;
    display:inline;
    float:left;
}
.prices {
    width:30%;
    height:136px;
    background-color:#7cbc90;
    padding: 5px 2px 5px 8px;
    float:left;
    margin: 5px 10px 0px 0px;

    border-top-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;

}

.prices2 {
    width:30%;
    height:136px;
    background-color:#c0d9a0;
    padding: 5px 2px 5px 8px;
    float:left;
    margin: 5px 10px 0px 0px;


    border-top-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;

}
.smallprices {
    font-size:12px;
    margin-top:5px;
}

.prices3 {
    width:30%;
    background-color:#6ea980;
    padding: 0px 2px 0px 8px;
    float:left;
    color:#FFFFFF;
    font-weight:bold;
    margin: 0px 10px 10px 0px;
    border-bottom-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;


}

.prices4 {
    width:30%;
    background-color:#b1c891;
    padding: 0px 2px 0px 8px;
    float:left;
    color:#FFFFFF;
    font-weight:bold;
    margin: 0px 10px 10px 0px;
    border-bottom-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;


}
.pricesrow h2 {
    font-size: 22px; color: #000; font-weight: 500;
}


.smallprint {
    font-family: 'Montserrat', sans-serif;
    color: #faa28c;
    text-align: left;
    font-size: 12px;
    line-height: 13px;
    font-weight:400;
    padding: 5px 5px 5px 10px;
}


/**** Weekly Update ***/

.documentation-weeklyupdate .category .titleCat a {
    color: #01472b;
    font-size: 40px;
    text-align: left;
    line-height: 60px;
    font-weight: 200;
    margin: 20px 0 10px 0;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
}

.weekly-update .sub-items .weeklyUpdate:nth-child(odd) { margin-right: 2%;  }
.weekly-update .sub-items .weeklyUpdate:nth-child(even) { margin-left: 2%;  }

.weekly-update .sub-items { display: inline-block; width: 100%; }

.weeklyUpdate { position: relative; }
.weeklyUpdate .bottomLinks, .homeNews .bottomLinks { display: inline-block; width: 93%; position: absolute; bottom: 10px; }

.weeklyUpdateFull { margin-bottom: 100px; }

.weeklyUpdateFull .updateImage p {
    margin: 0;
    font-style: italic;
}
.weeklyUpdateFull > span { color: #77b82a; font-size: 20px;  }
.weeklyUpdateFull > h1 { margin-bottom: 20px; color: #333; }


.editorblog .weeklyUpdate img { float: left; margin-right: 20px;  }
.editorblog .weeklyUpdate span {
    margin-bottom: 0;
}
.updateImage img{
    margin-top: 16px;
    padding-top: 16px;
}
.editorblog .weeklyUpdate {
    background: #01472b;
    color: #fff;
    padding:15px ;

}
.editorblog .weeklyUpdate p, .editorblog .weeklyUpdate span { color: #fff; }
.editorblog .weeklyUpdate h2 a, .editorblog .weeklyUpdate a { color: #333; }

.editorblog .weeklyUpdate span:nth-of-type(2) { font-style: italic; }

/**** Buyer's Guide ****/
.buyerarea {
    clear: both;
    display: inline-block;
    width: 100%;
    margin-top: 40px;
}
.buyerarea:last-child {
    margin-bottom: 150px;
}
.buyerarea a {
    font-size: 70%;
}

.buyersbox {
    width: 22%;
    height: 300px;
    margin: 10px 10px 10px 0;
    padding: 10px 8px 5px 10px;
    float:left;
    overflow:unset;
    background-color:#ececec;
    text-align:left;
    border-radius: 6px;
}

.buyersbox img {
    margin: 0px 30% 10px 0px;
    float:left;
    clear:both;
}

.eposbuyersbox {
    width: 22%;
    height: 420px;
    margin: 10px 10px 10px 0;
    padding: 10px 8px 5px 10px;
    float:left;
    overflow: unset;
    background-color:#ececec;
    text-align:left;

    border-bottom-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
}

.eposbuyersboximg {
    margin: 0px 10px 110px 0px;
    float:left;
}








.buyersboximg {
    margin: 0px 10px 110px 0px;
    float:left;
}



.buyersbreaktwo {
    width:392px;
    height: 192px;
    float:left;
    background-color:#fff;
    margin: 10px 10px 10px 0;
    padding: 10px 8px 5px 10px;
}

.buyersbreakone {
    width:192px;
    height: 192px;
    float:left;
    background-color:#fff;
    margin: 10px 10px 10px 0;
    padding: 10px 8px 5px 10px;
}

.buyersboxad {
    width:192px;
    height: 192px;
    margin: 10px 10px 10px 0;
    padding: 10px 8px 5px 10px;
    float:left;
    overflow:auto;
    background-color:#444643;
    text-align:left;

    border-bottom-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;

}

.buyersboxad a{
    color:#fff;
    text-decoration:none

}

.buyersboxad a:hover{
    color:#fff;
    text-decoration:none

}


/**** Random stuff ****/

.what-s-on div[itemprop="articleBody"] > h1 {
    margin-top: 10px;
}

#adbox { display: inline-block; margin-bottom: 60px; }

ul.zoo-itempro-default {
    list-style: none;
    margin: 0;
    padding: 0;
}

.floatright {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

.hideme { opacity: 0;  }


.magazineIssue img, .magazineSpecial img { float: left; height: auto; margin-right: 10px; max-width: 150px;  }

.digestSpecial img {
    float: unset;
    height: auto;
    /* margin-right: 10px; */
    /*max-width: 290px;*/
    margin: auto;
}
.layout-layout3 img {
    border: 0;
    width: 100%;
    vertical-align: top;
    height: auto;
}


.sidebar-present-both .magazineIssue ul {  padding-left: 49%; min-height: 183px;  }
.magazineIssue ul { margin-left: 10px; padding-left: 22%;  }

.sidebar-present-both .digestSpecial ul {  padding-left: 49%; min-height: 150px;  }
.digestSpecial ul { margin-left: 10px; padding-left: 25%;  }


.download-magazine-issues .row:nth-child(even) .magazineIssue { margin-right: 2%; }
.download-magazine-issues .row:nth-child(odd) .magazineIssue { margin-left: 2%; }

.download-digest-issues .row:nth-child(even) .digestSpecial { margin-right: 2%; }
.download-digest-issues .row:nth-child(odd) .digestSpecial { margin-left: 2%; }

/*.blog-weeklyupdate  .magazineIssue:nth-child(odd) { margin-right: 2%; }*/
/*.blog-weeklyupdate .magazineIssue:nth-child(even) { margin-left: 2%; }*/

.magazineIssue {
    background: #ECECEC;
    padding: 2% !important;
    border-radius: 6px;
    margin-bottom: 27px !important;
    display:inline-block;
    width: 44%;
    float: left;
    min-height: 285px;
}
/*.magazineIssue ul:after {*/
/*    content: "<br/>";*/
/*    */
/*}*/
.weekly-update .magazineIssue {
    /*    background: #ECECEC;
        padding: 2% !important;
        border-radius: 6px;
        margin-bottom: 27px !important;
        display:inline-block;
        width: 44%;
        float: left;*/
    /*min-height: 285px;*/
}

.weeklyads a {
    /*margin: 40px 0px 40px 0px !important;*/

}
.weeklyadvert {
    margin: 40px 0px 20px 0px !important;

}


.weekly-update #yoo-zoo .details {
    margin: 0px 0px 0px 0px;
    overflow: hidden;
}


.magazineSpecial {
    background: #ECECEC;
    padding: 2%;
    border-radius: 6px;
    margin: 0px 27px 27px 0px;
    display:inline-block;
    width: 40%;
    float: left;
    min-height: 285px;
}


.magazineSpecial a {
    margin-top: 15px;
    display: inline-block;

    color: #fff;
    text-decoration: none;
    background: #01472b;
    font-weight: 400;
    padding: 10px 20px;
    font-size: 14px;
    border: 1px solid #01472b;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    margin-top: 20px;
}

.magazineSpecial a:hover{
    color: #01472b;
    background: transparent;
    cursor: pointer;
    text-decoration:none;
    transition: all 0.3s ease-in-out;
}

.magazineSpecial ul   {

    color: #1f303e;
    font-size: 16px;
    text-align: left;
    line-height: 20px;
    position: relative;
    left: 20px;
}

.magazineSpecial li  {
    margin: 0 0 4px 0;
    font-family: 'Montserrat', sans-serif;
}

/*.specialReadmore{*/
/*    position: relative;*/
/*    bottom:2px;*/
/*}*/

.digestSpecial {
    background: #ECECEC;
    padding: 2%;
    border-radius: 6px;
    margin-bottom: 27px;
    display:inline-block;
    width: 44%;
    margin:6px;
    float: left;
    min-height: 315px;
}

.digestSpecial-inner{
    width:83%;
    margin: auto;

}
.digestSpecial h3{
    text-align: center;

}

.digestSpecialTitle{
    margin: 0px 0px 0px 0px;
    min-height: 60px;
}

.digestSpecial a {
    margin-top: 15px;
    display: inline-block;
    float:right;
    color: #fff;
    text-decoration: none;
    background: #01472b;
    font-weight: 400;
    padding: 10px 20px;
    font-size: 14px;
    border: 1px solid #01472b;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    margin-top: 20px;
}
.digestSpecial a:hover {
    color: #01472b;
    background: transparent;
    cursor: pointer;
    text-decoration:none;
    transition: all 0.3s ease-in-out;
}

.magazineIssue a {
    margin-top: 15px;
    display: inline-block;

    color: #fff;
    text-decoration: none;
    background: #01472b;
    font-weight: 400;
    padding: 10px 20px;
    font-size: 14px;
    border: 1px solid #01472b;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    margin-top: 20px;
}

.magazineIssue a:hover, .mod-sppoll input:hover {
    color: #01472b;
    background: transparent;
    cursor: pointer;
    text-decoration:none;
    transition: all 0.3s ease-in-out;
}
.mod-sppoll {
    text-align: left;
    padding: 0 10px 20px 7px;
}
.mod-sppoll form { margin-top: 10px; }
.mod-sppoll input[type="submit"] {
    margin-top: 15px;
}
.mod-sppoll div.radio { margin-bottom: 4px; }

.mod-sppoll input {
    color: #fff;
    text-decoration: none;
    background: #01472b;
    font-weight: 400;
    padding: 10px 12px;
    font-size: 14px;
    border: 1px solid #01472b;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}

.sp-poll-result .progress-bar { background: #01472b; padding: 2px 0px 2px 5px; color: #fff;   }
.sp-poll-resul-item { margin-bottom: 10px; }

.homeNews, .weeklyUpdate  {
    width: 96%;
    float: left;
    background: #f6f6f6;
    margin-bottom: 3%;
    padding: 0 0 12px 0;
    min-height: 425px;
    position: relative;
}
.homeNews .teaserImage, .weeklyUpdate .teaserImage {
    height: 200px;
    overflow: hidden;
    width: 100%;

}
.homeNews img, .weeklyUpdate img {
    width: 100%;
    max-height: 200px;
}
.homeNews:nth-child(even)  { margin-right: 2%; }
.homeNews:nth-child(odd)  { margin-left: 2%; }

.homeNews .homeNewsBody, .weeklyUpdate .weeklyUpdateBody {
    padding: 10px 15px;
}

h2 a  { color: #01472b; font-size: 24px; text-align: left; line-height: 24px; font-weight: 400; margin: 0 0% 0px 0%; font-family: 'Montserrat', sans-serif; text-transform: uppercase; }

.homeNews .homeNewsBody h2 a, .homeNews .homeNewsBody h2,
.latestNewsUpdate .latestNewsUpdateBody h2, .latestNewsUpdate .latestNewsUpdateBody,
.weeklyUpdate .weeklyUpdateBody h2, .weeklyUpdate .weeklyUpdateBody h2 a {
    color: #01472b;
    font-size: 24px;
    text-align: left;
    line-height: 24px;
    font-weight: 400;
    margin: 0 0% 0px 0%;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
.homeNewsSubtitle, .weeklyUpdateSubtitle , .latestNewsUpdateSubtitle{
    color:#000;
    font-weight: 500;
    margin: 3px 0 8px 0;
    min-height: 36px;
    display: block;
}



/*** Random ***/

.book-in s {
    color: red;
}
.sdto48 {
    width: 100%; max-width: 300px; height: auto; float: right;
}
.magazineIssue h3 {
    font-size: 17px;
    margin-top: 0px;
    font-weight: 600;
}
.weekly-update .magazineIssue h3 {
    font-size: 17px;
    margin-top: 0px;
    font-weight: 600;
}

.weekly-update .magazineIssue li { padding: 2px 0;  }
.weekly-update .magazineIssue a { margin: 0;   }


.secondmenuselect {
    display: none;
    padding: 9px;
    font-size: 20px;
    border: 2px solid #F26A49;
    width: 100%;
    height: 46px !important;
}
.sdawardsevent {
    border: 2px solid #F26A49; padding: 15px 0 15px 15px;
    display: inline-block;
    font-weight: bold;
}
.sdawardsevent a {
    background: #F26A49;
    padding: 18px;
    color: #fff;
    margin-left: 20px;
}
.sdawardsevent strong {
    color: #01472b;
}





.secondmenuselect {
    display: none;
    padding: 9px;
    font-size: 20px;
    border: 2px solid #01472b;
    width: 100%;
    height: 46px !important;
}
.home .item-page, .home div[itemprop="articleBody"], .home .latestNews { display: inline-block; width: 100%; }

.aboutpeople { width: 20%; float: left;  margin: 1% 0.7% 3% 0.7%;  min-width: 186px; position: relative; overflow:hidden; color: #fff;  cursor: pointer; }
.aboutpeople h3 { margin: 5px 0 0px 0; }
.aboutpeople img { width: 100%; height: auto; }
.aboutpeople .inner { padding: 0px 5px 5px 5px; position: absolute; height: 0; bottom:0; transition: all 0.6s ease-in-out; width: 100%; cursor: pointer; }
.aboutpeople:hover .inner { height: 90px; background: rgba(0,0,0,0.8); transition: all 0.2s ease-in-out; cursor: pointer; }

.mainmenu ul.menu.nav li a.privacypolicylink {
    display: none;
}

.html-container1, .html-container2, .html-container3, .html-container4, .html-container5, .html-container6 {
    width: 50%; float: left;
}

.codeContainer:nth-of-type(1), .codeContainer:nth-of-type(2), .codeContainer:nth-of-type(4), .codeContainer:nth-of-type(5) { display: none; }




.codeContainer textarea { float: left; margin-left: 10px; width: 47%; }
.codeContainer { clear: both; margin-bottom: 20px; display: inline-block; width: 100%;  }

.latestissuesidebar img {
    width: 100%; height: auto;
}

@media (min-width: 768px) {
    .gbs3 .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
        margin-right: 0px;
        padding-right: 4px;
        /*min-width: 470px;*/
    }
    .moduletableinterest2024 .gbs3 .form-horizontal .control-label {
        text-align: left !important;
        padding-left: 10px;
    }
    .gbs3 .gcore-label-left {
        float: left !important;
        min-width: 204px;
        max-width: 379px;
        padding-right: 26px;
        margin-right: 90px;
        text-align: left !important;
    }
}

/*.gbs3 .gcore-form-row > .gcore-label-checkbox {*/
/*    float: left !important;*/
/*    min-width: 160px;*/
/*    padding-right: 7px;*/
/*    padding-top: 1px !important;*/
/*    text-align: left !important;*/
/*    display: block;*/
/*    width: 50%;*/
/*    font-weight: normal;*/
/*}*/

.gbs3 button,  .gbs3 input[type="submit"] {
    -webkit-appearance: button;
    background-color: darkred;
    color: white;
    cursor: pointer;
}

/***** Digital Toolkit stuff *****/


.introduction .finished {
    display: none;
}


.DTK-Module2 .next, .DTK-Module2 .prev, .module2 .next, .module2 .prev,
.DTK-Module3 .next, .DTK-Module3 .prev, .module3 .next, .module3 .prev,
.DTK-Module4 .next, .DTK-Module4 .prev, .module4 .next, .module4 .prev,
.DTK-Module-5 .next, .DTK-Module-5 .prev, .module-5 .next, .module-5 .prev,
.DTK-Module-6 .next, .DTK-Module-6 .prev, .module-6 .next, .module-6 .prev,
.DealerDigitalToolkit .next, .DealerDigitalToolkit .prev {
    text-align: center;
    padding-top: 1px;
    color: #fff;
    background: #396D56;
    padding: 10px 10px 10px 10px;
    font-size: 14px;
    line-height: 14px;
    /*min-width: 100px;*/
}





.DTK-Module-5 .next{
    text-align: center;

    color: #fff;
    background: #396D56;
    position: relative;
    top: -9px !important;
    padding: 12px 10px 12px 10px;
    font-size: 14px;
    line-height: 14px;
    float: right;

}



/*.DTK-Module-5 .next,*/
.DTK-Module-6 .next, .DTK-Module4 .next,.DTK-Module3 .next, .DTK-Module2 .next, .module2 .next, .DealerDigitalToolkit .next {
    float: right;
    top: -10px;
}


.DTK-Module-6 .dtanchorbutton{
    display: none;
}
.DTK-Module-5 .dtanchorbutton, .DTK-Module4 .dtanchorbutton, .DTK-Module3 .dtanchorbutton, .DTK-Module2 .dtanchorbutton, .module2 .dtanchorbutton, .DealerDigitalToolkit .dtanchorbutton, .login .dtanchorbutton {
    clear: both;
    padding: 10px;
    background: #396D56;
    font-weight: 500;
    color: #fff;
    font-size: 13px;
    text-transform: capitalize;
}

/*.DTK-Module-6 .page-nav, */
.DTK-Module-5 .page-nav,.DTK-Module4 .page-nav,.DTK-Module3 .page-nav,.DTK-Module2 .page-nav, .module3 .page-nav, .module2 .page-nav, .DealerDigitalToolkit .page-nav, .login .page-nav {
    width: 64%;
    position: relative;
    float: right;
    top: 20px;
}


/*.DTK-Module-6 .maincenter, */
.DTK-Module-5 .maincenter, .DTK-Module4 .maincenter, .dealer-toolkits .maincenter, .DTK-Module3 .maincenter, .DTK-Module2 .maincenter, .module2 .maincenter, .DealerDigitalToolkit .maincenter, .login .maincenter, .VideoShowcase .maincenter {
    max-width: 1200px;
    padding: 10px 0px 20px 0px;
}


.SDSpecial .videoheader video,.sd-special .videoheader video,.dealer-toolkits .videoheader video,
.DTK-Module2 .videoheader video, .module2 .videoheader video,
.DTK-Module3 .videoheader video, .module3 .videoheader video,
.DTK-Module4 .videoheader video, .module4 .videoheader video,
.DTK-Module-5 .videoheader video, .module5 .videoheader video,
.DTK-Module-6 .videoheader video, .module6 .videoheader video,
.DealerDigitalToolkit .videoheader video, .login .videoheader video {
    background-size: auto;
}

.toolkitChapter {
    width: 32%;
    float: left;
    background: #eee;
    height: 444px;
    margin-bottom: 50px;
}
.toolkitChapter > div {
    padding: 15px;
}
.toolkitChapter p {
    margin: 13px 0 6px;
}
.toolkitChapter h3 {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 10px;
}

.toolkitChapter:nth-of-type(2), .toolkitChapter:nth-of-type(5), .toolkitChapter:nth-of-type(8), .toolkitChapter:nth-of-type(11) {
    height: 444px;
    margin: 0 2% 50px 2%;
}





/* ***************************************************************** */
/*Module 4 changes*/

.dtk-module-4 div.toolkitChapter{
    width: 32%;
    margin: 30px 0 50px 20px;
    height: 700px;

}


.dtk-module-4 p:nth-of-type(1){
    margin-top:30px;
}
.dtk-module-4 div.toolkitChapter h3 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 16px;
    padding: 4px 0 12px 0;
}

.dtk-module-4 div.toolkitChapter:nth-of-type(1){


    height: 630px;
    margin: 30px 10px 50px 0px;
}
.dtk-module-4 div.toolkitChapter:nth-of-type(2){
    height: 630px;
    margin: 30px 15px 50px 15px;

}
.dtk-module-4 div.toolkitChapter:nth-of-type(3){
    width: 32%;

    height: 630px;
    margin: 30px 0px 50px 8px;
}

.dtk-module-4 div.toolkitChapter:nth-of-type(4), .dtk-module-4 div.toolkitChapter:nth-of-type(5){
    width: 32%;

    height: 670px;
    margin: 30px 27px 50px 0px;
}



/* ***************************************************************** */
/*Module 5 changes*/


/*.dtk-module-5 div.toolkitChapter:nth-of-type(4), .dtk-module-5 div.toolkitChapter:nth-of-type(5) {*/
/*    width: 32%;*/
/*    height: 484px;*/
/*    margin: 30px 27px 50px 0px;*/
/*}*/


/*.dtk-module-5 div.toolkitChapter {*/
/*    width: 31%;*/
/*    margin: 20px 0 48px 26px;*/
/*    height: 536px;*/
/*}*/

.dtk-module-5 div.toolkitChapter{
    width: 32%;
    margin: 30px 0 50px 20px;
    height: 700px;

}


.dtk-module-5 p:nth-of-type(1){
    margin-top:30px;
}
.dtk-module-5 div.toolkitChapter h3 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 16px;
    padding: 4px 0 12px 0;
}

.dtk-module-5 div.toolkitChapter:nth-of-type(1){


    height: 622px;
    margin: 30px 10px 50px 0px;
}
.dtk-module-5 div.toolkitChapter:nth-of-type(2){
    height: 622px;
    margin: 30px 15px 50px 15px;

}
.dtk-module-5 div.toolkitChapter:nth-of-type(3){
    width: 32%;

    height: 622px;
    margin: 30px 0px 50px 8px;
}

.dtk-module-5 div.toolkitChapter:nth-of-type(4), .dtk-module-5 div.toolkitChapter:nth-of-type(5){
    width: 32%;

    height: 565px;
    margin: 30px 27px 50px 0px;
}


/*DTK Module 6 Changes*/

.nomination-inner22{
    position: relative;
    margin:0;
    padding: 0px;
}



.dtkButtonInner  {
    /*margin-top: 15px;*/
    /*display: inline-block;*/

    display: block;
    position: relative;
    /*top: 67px;*/
    color: #fff;
    text-decoration: none;
    /*background: #01472b;*/
    /*font-weight: 400;*/
    /*padding: 10px 20px;*/
    /*font-size: 14px;*/
    /*border: 1px solid #01472b;*/
    /*border-radius: 4px;*/
    /*transition: all 0.3s ease-in-out;*/
    /*margin-top: 20px;*/
}

.dtkButtonInner > a:hover{
    color: #01472b;
    background: transparent;
    cursor: pointer;
    text-decoration:none;
    transition: all 0.3s ease-in-out;
}

.dtkNow {
    display: block;
    position: absolute;
    left: 50px;
    bottom: 0px;
}

/*.dtkButton {*/
/*    !* margin-top: 15px; *!*/
/*    !* display: inline-block; *!*/
/*    display: revert;*/
/*    position: relative;*/
/*    top: 2px;*/
/*    color: #fff;*/
/*    text-decoration: none;*/
/*    background: #01472b;*/
/*    font-weight: 400;*/
/*    padding: 10px 20px;*/
/*    font-size: 14px;*/
/*    border: 1px solid #01472b;*/
/*    border-radius: 4px;*/
/*    transition: all 0.3s ease-in-out;*/
/*    !* margin-top: 20px; *!*/
/*}*/
.dtkWrapper {
    position: relative;
    display: flex;
    float: left;
    width: 32%;
    height: 100%;
    flex-direction: column;
    margin: 0 20px 0px 0px;
    align-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-around;
}

.dtkWrapper:nth-of-type(3) {

    margin-right: 0px;
}
.dtkWrapperInner {
    width: 91%;
    margin: auto;
}



div.completetoolkitChapter {
    /* width: 31.3%; */
    margin: 0px 10px 0px 6px;
    /* height: 390px; */
    width: 29%;
    float: left;
    background: #eee;
    /* height: 444px; */
    min-height:110px;
    padding: 15px;
    margin-bottom: 40px;
}
div.completetoolkitChapter:nth-of-type(3) {

    margin-right: 0px;
}

.dtkButton {
    /* margin-top: 15px; */
    display: flex !important;
    display: revert;
    position: relative;
    top: 10px;
    width: 110px;
    /* flex: auto; */
    color: #fff;
    text-decoration: none;
    background: #01472b;
    font-weight: 400;
    padding: 10px 20px;
    font-size: 14px;
    border: 1px solid #01472b;
    border-radius: 4px;
    /* transition: all 0.3s ease-in-out; */
    /* margin-top: 20px; */
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 16px;
}

.h1smaller{
    font-size: 40px;
}


.videokitvideopart1content{
    margin-top: 30px !important;
    width: 100% !important;
    max-width:1200px;
}


.videokitvideo .toolkitbox:nth-of-type(1) {
    width:100%;
    margin-top: 20px;
}
.DTK-Module-6  .toolkitbox > div {
    float: none !important;
}

.dtk-module-6 div.toolkitChapter{
    width: 31.3%;
    margin: 30px 10px 10px 10px;
    height: 390px;

}

.dtk-module-6 .maincenter, .DTK-Module-6 div.maincenter, .completed div.maincenter{
    max-width: 1200px;
    padding:20px 0px 20px 0px !important;

}
.digitaltoolkit-videokit-frontpage h1 {
    /* display: none; */
    color: #01472b;
    font-size: 60px;
    position: relative;
    text-align: left;
    left: -4px;
    line-height: 60px;
    font-weight: 200;
    margin: 0 0 20px 0px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
.video-1-introduction-to-the-series .yoo-zoo p {
    margin-top: 10px;
    margin-bottom: 72px;
}



.dtk-module6frame{
    min-width:1200px;
    min-height: 675px;
    margin: auto;
}

.videokitvideo {
    width: 100% !important;
    max-width: 1080px;
    margin: auto !important;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.digitaltoolkit-videokit{
    width: 90% !important;
    margin: auto !important;

}

.dtk-module-6 p:nth-of-type(1){
    margin-top:30px;
}
.dtk-module-6 div.toolkitChapter h3 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 16px;
    padding: 4px 0 12px 0;
}

/*.dtk-module-6 div.toolkitChapter:nth-of-type(1){*/
/*    height: 433px;*/
/*    margin: 30px 10px 30px 0px;*/
/*}*/
/*.dtk-module-6 div.toolkitChapter:nth-of-type(2){*/
/*    height: 433px;*/
/*    margin: 30px 10px 30px 10px;*/
/*}*/
/*.dtk-module-6 div.toolkitChapter:nth-of-type(3){*/
/*    width: 32%;*/
/*    height: 433px;*/
/*    margin: 30px 0px 30px 8px;*/
/*}*/

/*.dtk-module-6 div.toolkitChapter:nth-of-type(4){*/
/*    width: 32%;*/
/*    height: 476px;*/
/*    margin: 20px 10px 30px 0px;*/
/*}*/
/*.dtk-module-6 div.toolkitChapter:nth-of-type(5){*/
/*    width: 32%;*/
/*    height: 476px;*/
/*    margin: 20px 10px 30px 10px;*/
/*}*/

/*.dtk-module-6 div.toolkitChapter:nth-of-type(6){*/
/*    width: 32%;*/
/*    height: 476px;*/
/*    margin: 20px 0px 30px 8px;*/
/*}*/
/*.dtk-module-6 div.toolkitChapter:nth-of-type(7){*/
/*    width: 32%;*/
/*    height: 460px;*/
/*    margin: 30px 10px 30px 0px;*/
/*}*/
/*.dtk-module-6 div.toolkitChapter:nth-of-type(8) {*/
/*    width: 32%;*/
/*    height: 460px;*/
/*    margin: 30px 0px 30px 10px;*/
/*}*/
/*.dtk-module-6 div.toolkitChapter:nth-of-type(9) {*/
/*    width: 32%;*/
/*    height: 460px;*/
/*    margin: 30px 0px 30px 19px;*/
/*}*/
/*.dtk-module-6 div.toolkitChapter:nth-of-type(10) {*/
/*    width: 32%;*/
/*    height: 434px;*/
/*    margin: 30px 27px 0px 0px;*/
/*}*/

.DTK-Module-6 .next{
    text-align: center;
    /*padding-top: 1px !important;*/
    color: #fff;
    background: #396D56;
    padding: 20px 20px 20px 20px;
    font-size: 18px;
    line-height: 18px;
    margin-top:3px;
    /*min-width: 100px;*/
}
.DTK-Module-6 .prev{
    text-align: center;
    padding-top: 1px !important;
    color: #fff;
    background: #396D56;
    padding: 20px 20px 20px 20px;
    font-size: 18px;
    line-height: 18px;
    /*min-width: 100px;*/
}
.DTK-Module-6 a.prev {
    position: relative;
    top: 4px !important;
    display: inline-block;
    height: 33px;
    padding-top: 17px !important;
    padding-bottom: 7px;
}


.DTK-Module-6 .page-nav{
    width: 100%;
    position: relative;
    /*float: right;*/
    margin: auto;
    top: 20px;
}

.digitaltoolkit-videokit-video-1-introduction-to-the-series .finished{
display: none;
}


.videokitvideopart1content{
    width: 80% !important;
    margin: auto !important;
}
.DTK-Module-6 #footer{
        width: 100%;
        padding: 60px 0 0px 0;
        margin: 80px 0px 0px 0px;
        background-color: #01472b;
        display: inline-block;

}

.toolkitname {
    margin: 30px 0 0px 0;
    padding: 0;
    font-size: 52px;
}
.toolkitsubtitle {
    margin: 0 0 00px 0;
    padding: 0;
    font-size: 27px;
    color: #65C2A5;
    line-height: 25px;
    font-weight: 400;
}
.toolkitsponsoredby{
    margin: 0 0 00px 0;
    padding: 0;
    font-size: 20px;
    color: #65C2A5;
    line-height: 20px;
    width: 290px;
    font-weight: 400;

}

.dtmenu {
    display: inline-block;
    width: 100%;
    clear: both;
    margin-bottom: 20px;

}

.menudtmenu {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    grid-auto-rows: auto;
    grid-gap: 2px
}
.menudtmenu a {
    text-align: center;
    padding-top: 1px;
    color: #fff;
    background: #396D56;
    padding: 10px 10px 10px 10px;
    font-size: 14px;
    line-height: 18px;
    min-height:34px;
}
.menudtmenu a:hover {
    color: #65C2A5;
}
.menudtmenu a.active {
    font-weight: bold;
    color: white !important;
    background-color: #61c3a5;
}
.menudtmenu a.active:hover {
    color: #fff;
}


.verytopMenu {
    width: 100%;
    background: #2B4451;
    position: absolute;
    z-index: 1000;
    height: 30px;

}

.verytopMenu {
    width: 100%;
    background: #2B4451;
    position: absolute;
    z-index: 1000;
    height: 30px;

}
.menuvtmenu {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    grid-auto-rows: 20px;
    grid-gap: 0px
}
.menuvtmenu li {
    text-align: center;
    padding-top: 1px;
    color: #fff;
    border-left: 1px solid #43606C;
    border-right: 1px solid #43606C;
    padding-bottom: 22px;
    margin-top: 3px;
}
.menuvtmenu li a {
    color: #fff; /* #43606C; */
    font-size: 12px;
}
.menuvtmenu li.current a, .menuvtmenu li.active a {
    color: #fff;
}
.menuvtmenu li a:hover {
    color: #fff;
}

.toolkitbox {
    border-bottom: 2px solid #67C1A5;
    padding-bottom: 60px !important;
    margin-bottom: 30px !important;
    width: 100%;
    display: inline-block;
}
.toolkitbox:nth-of-type(1) {
    margin-top: 50px;
}
.toolkitbox > div {
    float: left;
}
.toolkitbox > div:nth-of-type(1) {
    width: 30.83%;
    margin-right: 5%;
}

.protip{
    color:#65c2a5;
}
.toolkitbox > div:nth-of-type(1) h4 {
    text-align: left;
    background: #EEEEEE;
    padding: 5%;
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
}
.toolkitbox > div:nth-of-type(2) {
    width: 64.17%;
}
.toolkitbox > div:nth-of-type(2) iframe {
    width: 100%;
    min-height: 433px;
    height: auto;
    margin-top:16px;
    margin-bottom: 30px;
}

.toolkitbox > div:nth-of-type(2) img {
    width: 100%;
    height: auto;
    margin: 16px 0 ;
}
.toolkitbox > div:nth-of-type(2) p {
    width: 100%;
    height: auto;
    margin: 16px 0 !important;
}

/*.dealer-toolkits #topAdvert, .DealerDigitalToolkit #topAdvert, .login #topAdvert {*/
/*    margin-top: 8%; */
/*}*/
.sponslogo .toolkitbox > div:nth-of-type(2) img {
    width: 24%;
    float:left;
    min-height:135px;
    height: auto;
    margin:0px;
}
.sponslogo .toolkitbox {
    border-top: 2px solid #67C1A5;
    padding-top: 60px;
    margin-top: 27px;
    border-bottom: 0px;
    padding-bottom: 0px;
}



.customSDDTKLogo{
    margin-top:55px;

}

.toolkitbox .mod_ijoomlazone {
    margin: 30px 0 22px 0;
    overflow: unset !important;
}

.toolkitbox ul   {

    color: #1f303e;
    font-size: 16px;
    text-align: left;
    line-height: 24px;
}

.toolkitbox li  {
    margin: 0 0 15px 0;
    font-family: 'Montserrat', sans-serif;
}


.toolkitbox h3  {
    color: #1f303e;
    font-size: 18px ;
    text-align: left;
    line-height: 24px;
    margin: 25px 0 15px 0 !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold !important;
}

.bannerSDDTK{
    text-align:center;
    margin: auto;
    margin-bottom:6px;
}
.SDDTKFooter{
    position: relative;
    top:-19px;
}
.customSDDTKFooter{
    position:relative;
    top:-16px;
}

.videoheader p {
    margin: auto;
    width: 1280px;
    height: 379px;
}

.digitaltoolkit-toolkit-frontpage .adbanner {
    display: inline-block;
    width: 100%;
}
.digitaltoolkit-toolkit-frontpage .adbanner a img {
    display: inline;
    margin: 0 0 47px 12vw;
}
.sd-digest .videoheader video, .sd-special .videoheader video, .dealer-toolkits .videoheader video, .dtkmodules .videoheader video,
.DTK-Module2 .videoheader video, .module2 .videoheader video,
.DTK-Module3 .videoheader video, .module3 .videoheader video,
.DTK-Module4 .videoheader video, .module4 .videoheader video,
.DTK-Module-5 .videoheader video, .module5 .videoheader video,
.DTK-Module-6 .videoheader video, .module6 .videoheader video,
.DealerDigitalToolkit .videoheader video, .login .videoheader video {
    top: 20px; /* orig=0 Graham Change */
    -webkit-transform: translateY(0%) !important;
    transform: translateY(0%)!important;
    background-repeat:no-repeat;
    min-height: 350px;
}
/*.DTK-Module5 .videoheader {*/
/*    top: 120px; !* orig=0 Graham Change *!*/
/*    -webkit-transform: translateY(-10%);*/
/*    transform: translateY(-10%);*/
/*    background-repeat:no-repeat;*/
/*}*/

/*.DTK-Module5 .videoheader video {*/
/*    width: 10%;*/
/*    position: relative;*/
/*    top: 25%;*/
/*    -webkit-transform: translateY(-2%) !important;*/
/*    transform: translateY(-2%) !important;*/
/*}*/



.toolkitChapter:nth-of-type(10) {
    height: 364px
}



/*Graham's Module 2 additions*/

.DTK-Module2 .toolkitChapter, .module2 .toolkitChapter {
    width: 32%;
    float: left;
    background: #eee;
    height: 464px;
    margin-bottom: 50px;
}
.DTK-Module2 .toolkitChapter > div, .module2 .toolkitChapter > div {
    padding: 15px;
}
.DTK-Module2 .toolkitChapter p, .module2 .toolkitChapter p {
    margin: 13px 0 6px;
}
.DTK-Module2 .toolkitChapter h3, .module2 .toolkitChapter h3 {
    margin-bottom: 5px;
}

.DTK-Module2 .toolkitChapter:nth-of-type(2), .module2 .toolkitChapter:nth-of-type(2), .toolkitChapter:nth-of-type(5), .toolkitChapter:nth-of-type(8), .toolkitChapter:nth-of-type(11) {
    height: 464px;
    margin: 0 2% 50px 2%;
}









.maincenter > .login {
    display: inline-block;
    width: 100%;
    height: auto;
}

.login .loginTopContainer {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding-bottom: 80px;
    border-bottom: 2px solid #67C1A5;
    display: inline-block;
    min-height: 400px;
}
.login .customLoginText {
    float: left;
    width: 56%;
    margin-right: 4%;
}

.loginBackButton {
    padding: 6px 12px 6px 12px;
    border-radius: 5px;
    margin-top: 20px;
}

.logintablogin .system-message-container {
    margin-bottom: 20px;
}

#respond input[type="submit"] {
    padding: 12px 12px 12px 12px;
    border-radius: 5px;
    margin-top: 10px;
    width: 130px !important;
}


.loginTopContainer .gbs3 button, .gbs3 input[type="submit"], .loginBackButton , #respond input[type="submit"]{
    border: 3px solid #740108;
    background: #740108;
    color: #fff;
    transition: 0.2s ease-in-out;
    line-height: 5px;
    width: 40px;
}
.loginTopContainer .gbs3 button, .gbs3 input[type="submit"]:hover, .loginBackButton:hover , #respond input[type="submit"]:hover{
    background: transparent;
    color: #740108;
    transition: 0.2s ease-in-out;
    border-color: #740108;
    cursor: pointer;
}





.tabs {
    position: relative;
    margin: 25px 0 25px 2%;
    width: 38%;
    float: left;
    display: inline-block;
    height: auto;
}
.tab {
    float: left;
}
.tab > label {
    background: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    margin-left: -1px;
    position: relative;
    left: 1px;
}
.tab > label:hover {
    cursor: pointer;
}
.tab [type=radio] {
    display: none;
}
.logintabcontent {
    position: absolute;
    top: 28px;
    left: 0;
    background: #EEEEEE;
    right: 0;
    bottom: 0;
    padding: 20px 20px 110px 20px;
}
[type=radio]:checked ~ label {
    background: #EEEEEE;
    z-index: 2;
    border: 1px solid #eee;
}
[type=radio]:checked ~ label ~ .logintabcontent {
    z-index: 1;
    display: block;
}

[type=radio]:not(:checked) ~ label ~ .logintabcontent {
    display: none;
}
.logintabregistration {
    height: 315px;
}
.logintablogin {
    height: 155px;

}

.loginTopContainer .gbs3 .form-horizontal .control-label {
    min-width: 150px;
}

.loginTopContainer h1.toolkitname {
    margin: 10px 0 0 0;
}

.loginTopContainer .smallprint {
    padding: 0;
    color: #333;
}

#system-message-container{
    display:none;
}

.VideoShowcase .toolkitbox:last-of-type {
    border: none;
}

.VideoShowcase .showcasedescriptioncontainer .title span {
    display: none;
}
.VideoShowcase .zoo-category-list li {
    width: 32%;
    display: block;
    float: left;
    margin: 0 0 30px 0;
    padding: 0;
    background: #538C6A;
}

.VideoShowcase .zoo-category-list li:nth-of-type(2) {
    margin: 0 2% 30px 2%;
}
.VideoShowcase .zoo-category-list li a {
    text-align: center;
    color: #fff;
    padding: 15px 0;
}

.VideoShowcase .toolkitChapter {
    height: 390px;
}

.maufactweblink {
    margin-top: 30px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    background: #01472b;
    font-weight: 400;
    padding: 10px 20px;
    font-size: 18px;
    border: 1px solid #01472b;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}
.maufactweblink:hover {
    background: transparent;
    color: #01472b;
    transition: all 0.3s ease-in-out;
}

.manufactform h2 {
    margin-bottom: 50px;
}

.manufactform .gbs3 .form-horizontal .control-label {
    min-width: 200px;
}

.lnTeaserImage  {
    width: 100%;

}

.jmoddiv.jmodinside {
    position: unset;
    top: 0;

    left: 0;
}
.boxleft{
    float:left;
    width:56%;
    display: block;
}
.boxright{
    margin: 30px 0px 10px 0px;
    float:right;
    width:16%;
    display: block;
}
.boxright h3{

    width: 100%;
}


.boxright img{
    /*float:right;*/
    width:100%;

}


.ai-column {
    min-height: 200px;
    float: left;
}

.ai-left {
    width: 30%;

}

.ai-right {
    width: 70%;
}
.ai-ul{

}

/* Clear floats after the columns */
.ai-row:after {
    content: "";
    display: table;
    clear: both;
}


.aiheading{
    font-weight: normal !important;
    font-size: 18px;
    color: #71bf44;
    line-height: 28px;
    padding-top: 10px !important;
}
.aiimage{
    width: 200px !important;
    max-width: 200px !important;
    margin-right: 50px !important;
}

.dealer-toolkits #yoo-zoo .details div.description, .DTK-Module3 #yoo-zoo .details div.description, .module3 #yoo-zoo .details div.description, .DTK-Module2 #yoo-zoo .details div.description, .module2 #yoo-zoo .details div.description {
    margin-top: 10px;
    overflow: unset;
}

.dealer-toolkits .toolkitsponsoredby, .DTK-Module3 .toolkitsponsoredby, .DTK-Module2 .toolkitsponsoredby,.module2 .toolkitsponsoredby {
    margin: 0 0 40px 0;
    padding: 0;
    text-align: right;
    font-size: 15px;
    color: #65C2A5;
    line-height: 20px;
    font-weight: 400;
}

/*.DTK-Module2 .toolkitbox > div:nth-of-type(2) img {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    margin: 0px 0px 25px;*/
/*}*/



.toolkitModule {
    width: 48%;
    float: left;
    background: #eee;
    min-height: 558px;
    margin-bottom: 34px;
}
.toolkitModule > div {
    padding: 15px;
}
.toolkitModule p {
    margin: 13px 0 6px;
}
.toolkitModule h3 {
    margin-bottom: 5px;
}

.toolkitModule:nth-of-type(4), .toolkitModule:nth-of-type(8), .toolkitModule:nth-of-type(11) {
    height: 558px;
    float:right;
    margin: 0 20px 34px 2%;
    /*padding-bottom:15px;*/
}
.toolkitModule:nth-of-type(1) {
    height: 557px;
    float: left;
    margin: 0 20px 34px 1px;
    padding-bottom: 10px;
}

.toolkitModule:nth-of-type(2){
    /*height: 484px;*/
    float:right;
    margin: 0 20px 34px 0%;
    padding-bottom:10px;
}
.toolkitModule:nth-of-type(5){
    height: 558px;
    float:right;
    margin: 0 20px 34px 0%;
    padding-bottom:10px;
}
.toolkitModule:nth-of-type(6){
    height: 558px;
    float:right;
    margin: 0 20px 34px 0%;
    padding-bottom:10px;
}



.toolkitModule img{
    width: 100%;
}
/*.dealer-toolkits .toolkitsubtitle {*/
/*    margin: 0 0 10px 0;*/
/*    padding: 0;*/
/*    font-size: 27px;*/
/*    color: #65C2A5;*/
/*    line-height: 25px;*/
/*    font-weight: 400;*/
/*}*/
.dealer-toolkits .toolkitsubtitle {
    margin: 20px 0 20px 0;
    padding: 0;
    font-size: 26px;
    color: #65C2A5;
    line-height: 30px;
    font-weight: 400;
}



.nomination {
    width: 32%;
    float: left;
    background: #eee;
    height: 320px;
    margin-bottom: 50px;
}

.nomination p {
    /*margin: 13px 0 6px;*/
    padding: 10px;
    min-height: 132px;
    margin-bottom: 10px;
    font-size: 16px;
}
.nomination h3 {
    display: none;
}

.nomination:nth-of-type(2), .nomination:nth-of-type(5), .nomination:nth-of-type(8), .nomination:nth-of-type(11) {
    height: 320px;
    margin: 0 2% 50px 2%;
    /*background-color: #7cbc90;*/
}

.nomination:nth-of-type(2){
    height: 320px;
    margin: 0 2% 50px 2%;
    /*background-color: #7cbc90;*/
}



/*.nomination{*/
/*    height: 400px;*/
/*    margin: 0 2% 50px 2%;*/
/*}*/
.nomination-inner{
    position: relative;
    margin:0;
    padding: 0;
}
.nominateNow {

    display: block;
    /*height: 20px;*/
    /*vertical-align: bottom;*/
    /*padding-top: 20px;*/
    /* vertical-align: initial; */
    /*background-color: aqua;*/
    position: absolute;
    right: 6px;
    bottom: -8px;

}


.nominateButton  {
    /*margin-top: 15px;*/
    /*display: inline-block;*/
    color: #fff;
    text-decoration: none;
    background: #01472b;
    font-weight: 400;
    padding: 10px 20px;
    font-size: 14px;
    border: 1px solid #01472b;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    /*margin-top: 20px;*/
}

.nominateButton > a:hover{
    color: #01472b;
    background: transparent;
    cursor: pointer;
    text-decoration:none;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 590px) {
    .nomination {
        width: unset;
        float: left;
        background: #eee;
        height: 320px;
        margin-bottom: 50px;
    }

    .nomination:nth-of-type(1){
        height: 320px;
        margin: 0 2% 50px 2%;
        /*background-color: #7cbc90;*/
    }
    .nomination:nth-of-type(2){
        height: 320px;
        margin: 0 2% 50px 2%;
        /*background-color: #7cbc90;*/
    }
    .nomination:nth-of-type(3){
        height: 320px;
        margin: 0 2% 50px 2%;
        /*background-color: #7cbc90;*/
    }

    .nomination:nth-of-type(4){
        height: 320px;
        margin: 0 2% 50px 2%;
        /*background-color: #7cbc90;*/
    }
    .nomination:nth-of-type(5){
        height: 320px;
        margin: 0 2% 50px 2%;
        /*background-color: #7cbc90;*/
    }
    .nomination:nth-of-type(6){
        height: 320px;
        margin: 0 2% 50px 2%;
        /*background-color: #7cbc90;*/
    }

    .nomination  img{
        width:100%;
    }

    .nominateNow:nth-of-type(1){
        display: block;

        position: absolute;
        right: 6px;
        bottom: 0px;
    }
    .nominateNow:nth-of-type(2)  {
        display: block;

        position: absolute;
        right: 6px;
        bottom: 30px;
    }
    .nomination:nth-of-type(6) p {
        /*margin: 13px 0 6px;*/
        padding: 10px;
        min-height: 168px;
        margin-bottom: 10px;
        font-size: 16px;
    }
    .dtk-module-5 div.toolkitChapter,.dtk-module-4 div.toolkitChapter,.dtk-module-3 div.toolkitChapter,.dtk-module-2 div.toolkitChapter{
        width: 100% !important;
        margin: 30px 10px 10px 10px !important;
        height: 390px !important;

    }
    .dtk-module-6 div.toolkitChapter{
        width: 100% !important;
        margin: 20px 10px 10px 10px !important;
        height: 415px !important;

    }

    .dtk-module-4 div.toolkitChapter{
        width: 100% !important;
        margin: 30px 10px 10px 10px !important;
        height: 490px !important;

    }


}


/*Job List CSS down here*/




.jobList {
    width: 48%;
    float: left;
    background: #f6f6f6;
    margin-bottom: 3%;
    margin-right: 15px;
    border-radius: 6px;
    /* padding: 0 0 12px 0; */
    border-right: 6px;
    min-height: 340px;
    position: relative;
}
.jobList .teaser-Image {

    float: left;

    padding: 10px 0px 10px 0px;
}
.teaserImageWrapper {
    width: 35%;
    height: 263px;
    float: left;
    padding: 0px 10px 10px 10px;
}
.jobList img{
    /*width: 100%;*/
    /*max-height: 200px;*/
    /*max-width: 50%;*/
}
/*.jobList:nth-child(even)  { margin-left: 2%; }*/
/*.jobList:nth-child(odd)  { margin-left: 0%; }*/

.jobList .jobListBody {
    padding: 10px 15px;
    float: right;
    width: 50%;
    margin-right:6px;
}
.jobList .jobListBody h2 a, .jobList .jobListBody h2{
    color: #2d4350;
    font-size: 24px;
    text-align: left;
    line-height: 24px;
    font-weight: 400;
    margin: 0 0% 0px 0%;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}


.jobListSubtitle {
    color:#77b82a;
    font-weight: 500;
    margin: 3px 0 8px 0;
    min-height: 36px;
    display: block;
}
.jobListLinks {
    /* float: left; */
    position: absolute;
    bottom: 34px;
    padding-left: 20px;
}
.jobListBody{
    min-height: 375px;
}

.jobListLinks {
    position: absolute;
    bottom: 10px;
    padding: 7px 2px 12px 0px;
    display: block;
    background: #284F40 !important;
    color: #fff !important;
    /* padding: 6px 0px; */
    height: 16px;
    width: 150px;
    /* margin-left: 10px; */
    text-align: center;
    margin: auto;
    left: 6px;
    border-radius: 5px 5px 5px 5px;
}
.jobListLinks a {
    color: white;
    font-weight: 400;
    padding: 4px 2px 9px 2px;
}
.jobListMainMenu a{
    bottom: 10px;
    float:right;
    padding: 10px 2px 10px 0px;
    display: block;
    background: #284F40 !important;
    color: #fff !important;
    /* padding: 6px 0px; */
    height: 21px;
    width: 154px;
    /* margin-left: 10px; */
    text-align: center;
    margin: auto;
    left: 10px;
    border-radius: 5px 5px 5px 5px;
}


.jobListBody p {
    overflow: hidden;
    max-height: 235px;
    margin-bottom: 0px;
}

.jobsList h3 {
    color: #2d4350;
    font-size: 60px;
    text-align: left;
    line-height: 60px;
    font-weight: 200;
    margin: 0 0 20px 0;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
.jobsList h3 {
    color: #01472b;
    font-size: 60px;
    text-align: left;
    line-height: 60px;
    font-weight: 200;
    margin: 0 0 20px 0;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}


.jobListTitle h3{
    color: #2d4350;
    font-size: 60px;
    text-align: left;
    line-height: 60px;
    font-weight: 200;
    margin: 0 0 20px 0;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;

}

.applyLink a{
    bottom: 10px;
    float:left;
    padding: 10px 6px 10px 6px;
    display: block;
    background: #284F40 !important;
    color: #fff !important;
    /* padding: 6px 0px; */
    height: 21px;
    width: 154px;
    /* margin-left: 10px; */
    text-align: center;
    margin: auto;
    left: 10px;
    margin-bottom: 200px;
    border-radius: 5px 5px 5px 5px;
}
.applyLink a:hover{
    color:yellowgreen !important;
}



.teaserImageWrapper{
    width: 100px;
}


.jobListFullImage {
    float: right;
    margin-left: 40px;
    clear: both;
    margin-top: 13px;
}
.jobListFull h3{
    margin-bottom: 0px;
}

.video-embed iframe{
    height:550px;

}
.video-options{
    height:500px;

}
.video-embed div{
    height:300px;
    width:100%;
    height:100%;
}
.sponsoredJobs{
    float:right;
    color: #77b82a;
    font-weight: 520;
    margin-top: 16px;
}

@media (max-width: 800px) {

    .jobList {
        width: 100%;
        margin: 0 0 60px 0 !important;
        height: auto !important;
    }
    .video-embed iframe{
        height:350px;

    }
}

@media (max-width: 600px) {


    .video-embed iframe{
        height:300px;

    }
}


/*.nomination22 {*/
/*    width: 30%;*/
/*    float: left;*/
/*    !*background: #eee;*!*/
/*    !*height: 450px;*!*/
/*    margin: 0 1% 50px 1%;*/
/*}*/

.nomination22 {
    width: 30%;
    float: left;
    /*background: #eee;*/
    height: 580px;
    padding: 0 1% 60px 1%;
    /*border-bottom: solid 2px black;*/
    text-align: center;
    margin-bottom: 40px;
}


/*.nomination22 > div {*/
/*    padding: 15px;*/
/*}*/
.nomination22 p {
    /*margin: 13px 0 6px;*/
    padding: 1px;
    text-align:left;
    /*min-height: 132px;*/
    margin-bottom: 20px;
    font-size: 16px;
}
.nomination22 h3 {
    /*display: none;*/
    font-weight: bold;
    color:darkslategrey;
    font-size: large;
}

.nomination22:nth-of-type(7),  .nomination22:nth-of-type(8), .nomination22:nth-of-type(9) {+
    /*height: 450px;*/
    /*margin: 0 2% 50px 2%;*/
    /*background-color: #7cbc90;*/
margin-bottom: unset;
    /*background: #fff;*/
}

/*.nomination22:nth-of-type(2){*/
/*    height: 500px;*/
/*    margin: 0 2% 50px 2%;*/
/*    !*background-color: #7cbc90;*!*/
/*}*/
.nomination22:nth-of-type(6),  .nomination22:nth-of-type(5), .nomination22:nth-of-type(4){
    height: 624px;
    /*margin: 0 2% 25px 2%;*/
    /*background-color: #7cbc90;*/
    margin: 0px 0px 15px 0px;

}


/*.nomination22{*/
/*    height: 400px;*/
/*    margin: 0 2% 50px 2%;*/
/*}*/
.nomination-inner22{
    position: relative;
    margin:0;
    padding: 0px;
}



.nominateButton22  {
    /*margin-top: 15px;*/
    /*display: inline-block;*/

    display: revert;
    position: relative;
    top: 67px;
    color: #fff;
    text-decoration: none;
    background: #01472b;
    font-weight: 400;
    padding: 10px 20px;
    font-size: 14px;
    border: 1px solid #01472b;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    /*margin-top: 20px;*/
}

.nominateButton22 > a:hover{
    color: #01472b;
    background: transparent;
    cursor: pointer;
    text-decoration:none;
    transition: all 0.3s ease-in-out;
}



.nominateNow22a {

    padding-top:40px;
}
.nominateNow22b {

    padding-top:18px;
}
.nominateNow22c {

    padding-top:18px;
}
.nominateNow22d {

    padding-top:115px;
}
.nominateNow22e {

    padding-top:40px;
}
.nominateNow22f {

    padding-top:0px;
}
.nominateNow22g {

    padding-top:32px;
}
.nominateNow22h {

    padding-top:10px;
}
.nominateNow22i {

    padding-top:10px;
}







.dtkButtonMobile{
    display: none;
}
@media (max-width: 590px) {
    .digitaltoolkit-videokit{
        width: 100% !important;
        margin: auto !important;

    }
    .videokitvideopart1content{
        width: 98% !important;
        margin: auto !important;
    }
    .toolkitbox {
        border-bottom: 2px solid #67C1A5;
        padding-bottom: 60px !important;
        margin-bottom: 30px !important;
        width: 100%;
        display: inline-block;
    }

    .toolkitbox:nth-of-type(1) {
        margin-top: 20px;
    }

    .dtk-module-6 div.toolkitChapter,.dtk-module-5 div.toolkitChapter,.dtk-module-4 div.toolkitChapter{
        width: 100%;
        margin: 30px 10px 10px 10px;
        height: 410px;

    }
    .dtk-module-4 div.toolkitChapter{
        height: 620px !important;
    }
    .dtk-module-3 div.toolkitChapter{
        height: 620px;
    }

    .dealer-digital-toolkit div.toolkitChapter, .dtk-module-2 div.toolkitChapter{
        height: 475px !important;
        margin: 10px 0px 10px 0px !important;
}


    div.toolkitModule, div.toolkitModule:nth-of-type(1), div.toolkitModule:nth-of-type(2), div.toolkitModule:nth-of-type(3), div.toolkitModule:nth-of-type(4), div.toolkitModule:nth-of-type(5), div.toolkitModule:nth-of-type(6){
        width:100%;
        float:none;
        background: #eee;
        min-height: 520px;
        margin: 0 0 34px 0;
        /*margin-bottom: 34px;*/
    }
    div.toolkitModule, div.toolkitModule:nth-of-type(1){
        width:100%;
        float:none;
        background: #eee;
        min-height: 520px;
        margin: 0 0 34px 0;
        /*margin-bottom: 34px;*/
    }


    .nomination22:nth-of-type(2), .nomination22:nth-of-type(4),.nomination22:nth-of-type(5),.nomination22:nth-of-type(6),.nomination22:nth-of-type(7), .nomination22:nth-of-type(8), .nomination22:nth-of-type(11) {
        height: 580px;
        margin: 0 2% 50px 2%;
        /*background-color: #7cbc90;*/
        background: #eee;
    }

    .nomination22 {
        width: unset;
        float: left;
        background: #eee;
        height: 524px;
        margin-bottom: 0px;
    }

    .nomination22:nth-of-type(1){
        height: 524px;
        margin: 0 2% 50px 2%;
        /*background-color: #7cbc90;*/
        background: #eee;
    }
    .nomination22:nth-of-type(2){
        height: 520px;
        margin: 0 2% 50px 2%;
        /*background-color: #7cbc90;*/
        background: #eee;
    }
    .nomination22:nth-of-type(3){
        height: 520px;
        margin: 0 2% 50px 2%;
        /*background-color: #7cbc90;*/
    }

    .nomination22:nth-of-type(4){
        height: 540px;
        margin: 0 2% 50px 2%;
        /*background-color: #7cbc90;*/
    }
    .nomination22:nth-of-type(5){
        height: 540px;
        margin: 0 2% 50px 2%;
        /*background-color: #7cbc90;*/
    }
    .nomination22:nth-of-type(6){
        height: 560px;
        margin: 0 2% 50px 2%;
        /*background-color: #7cbc90;*/
    }
    .nomination22:nth-of-type(7){
        height: 560px;
        margin: 0 2% 50px 2%;
        /*background-color: #7cbc90;*/
    }
    .nomination22:nth-of-type(8){
        height: 560px;
        margin: 0 2% 50px 2%;
        /*background-color: #7cbc90;*/
    }
    .nomination22  img{
        width:100%;
    }

    .nominateNow22:nth-of-type(1){
        display: block;

        /*position: absolute;*/
        right: 6px;
        bottom: 0px;
    }
    .nominateNow22:nth-of-type(2)  {
        display: block;

        /*position: absolute;*/
        right: 6px;
        bottom: 30px;
    }
    .nominateNow22:nth-of-type(3)  {
        display: block;

        /*position: absolute;*/
        right: 6px;
        bottom: 20px;
    }
    .nominateNow22:nth-of-type(4)  {
        display: block;

        /*position: absolute;*/
        right: 6px;
        bottom: 20px;
    }
    .nominateNow22:nth-of-type(5)  {
        display: block;

        /*position: absolute;*/
        right: 6px;
        bottom: 30px;
    }
    .nominateNow22:nth-of-type(6)  {
        display: block;

        /*position: absolute;*/
        right: 6px;
        bottom: 30px;
    }
    .nominateNow22:nth-of-type(7)  {
        display: block;

        /*position: absolute;*/
        right: 6px;
        bottom: 30px;
    }
    .nominateNow22:nth-of-type(8)  {
        display: block;

        /*position: absolute;*/
        right: 6px;
        bottom: 30px;
    }


    .nomination22:nth-of-type(6) p {
        /*margin: 13px 0 6px;*/
        padding: 10px;
        min-height: 168px;
        margin-bottom: 10px;
        font-size: 16px;
    }
    .nomination22:nth-of-type(7) p {
        /*margin: 13px 0 6px;*/
        padding: 10px;
        min-height: 168px;
        margin-bottom: 10px;
        font-size: 16px;
    }


    .nominateNow22a {
        display: block;
        position: absolute;
        right: 6px;
        bottom: 25px;
    }
    .nominateNow22b {
        display: block;
        position: absolute;
        right: 6px;
        bottom: -4px;
    }
    .nominateNow22c {
        display: block;
        position: absolute;
        right: 6px;
        bottom:28px;
    }
    .nominateNow22d {
        display: block;
        position: absolute;
        right: 6px;
        bottom: -50px;
    }
    .nominateNow22e {
        display: block;
        position: absolute;
        right: 6px;
        bottom: 8px;
    }
    .nominateNow22f {
        display: block;
        position: absolute;
        right: 6px;
        bottom: -24px;
    }
    .nominateNow22g {
        display: block;
        position: absolute;
        right: 6px;
        bottom: 26px;
    }
    .nominateNow22h {
        display: block;
        position: absolute;
        right: 6px;
        bottom: 4px;
    }
    .nominateNow22i {
        display: block;
        position: absolute;
        right: 6px;
        bottom: 12px;
    }
} /* end media query */

/*.DTK-Module-6 .dtmenu{*/
/*    display: none;*/
/*}*/

@media (max-width: 590px) {


    .dtk-module-6 div.dtmenu, DTK-Module-6 div.menudtmenu {
        display: none;
    }
    .dtanchorbuttonMobile{
        display: block;
    }
    .dtkButtonMobile {
        /* margin-top: 15px; */
        display: flex !important;
        display: revert;
        position: relative;
        /* top: 10px; */
        width: 140px;
        /* flex: auto; */
        color: #fff;
        text-decoration: none;
        background: #396d56;
        font-weight: 700;
        padding: 7px 0px;
        font-size: 14px;
        border: 1px solid #396d56;
        /* border-radius: 4px; */
        /* transition: all 0.3s ease-in-out; */
        /* margin-top: 20px; */
        flex-wrap: wrap;
        align-content: space-around;
        justify-content: space-around;
        align-items: center;
        margin-bottom: 16px;
    }
}


#yoo-zoo #comments #respond {
    padding: 10px;
    margin-top: 60px;
    background-color: whitesmoke;
}

.twitadjust{
    margin-left:6px;
    position: relative;
    top:2px;
}

/*

* {
    box-sizing: border-box;
}
*/

.spons_row{
    margin-bottom: 10px;
    /*background-color: #f6f6f6;*/
    text-transform: uppercase;
    margin-bottom: 16px;
    text-align: left;
    border-bottom: #ccc 1px solid;
}
/* Create two unequal columns that floats next to each other */
.spons_column {
    text-align: left;
    padding: 10px;

}

.spons_row:last-child {
    border-bottom: none;
}
.spons_row h3{

    font-size: 36px;
    text-transform: uppercase;
    margin:30px 0px 10px 0px;
    text-align: center;

}

/* Clear floats after the columns */
.spons_row:after {
    content: "";
    display: table;
    clear: both;
}
.spons_row img{

    vertical-align: middle;
    margin: 30px 30px 40px 0;
    max-height: 65px;
    /* float: left; */
    width: auto;



}


.spons_biglogo img {
    max-height: 150px;
    height:240px !important;
}
.spons_biglogo.principal img {
    max-height: 300px;
    height:300px !important;
}
.spons_biglogo.platinum img {
    max-height: 200px;
    height:200px !important;
}
.gold{
    font-weight: bold;
    color:darkgoldenrod;
    /*font-size: 30px;*/
    /*text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.9);*/
}
.platinum{
    font-weight: 700;
    color: #c6c6c6;
    /*font-size: 30px;*/
    /*text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.9);*/
}
.principal{
    font-weight: bold;
    color:darkred;
    /*font-size: 30px;*/
    /*text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.9);*/
}


.silver{
    font-weight: bold;
    color:silver;
    /*font-size: 26px;*/

    /*color: #d9d9d9;*/
    /*text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.9);*/


}
.green{
    /*font-size: 30px;*/
    font-weight: bold;
    color:darkgreen;
    /*text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.9);*/
}
.spons_wrapper{
    text-align: left;
    font-size: 24px;
}



ul.no-style-list{
    list-style: none;
}



.enterNowButton  {
    /*margin-top: 15px;*/
    display: inline-block;
    color: #fff;
    text-decoration: none;
    background: #01472b;
    font-weight: 400;
    padding: 30px 50px;
    font-size: 18px;
    border: 1px solid #01472b;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    margin-bottom: 30px;
}
.enterNowButton > a{
    color: #ffffaa;

}

.enterNowButton > a:hover{
    color: #fff;
    background: transparent;
    cursor: pointer;
    text-decoration:none;
    transition: all 0.3s ease-in-out;
}
.centerit{
    text-align: center;
}


.doubleline{
    line-height: 40px;
}

.SaveTheDate h2 {
    color: #01472b;
    font-size: 44px;
    text-align: center;
    line-height: 54px;
    font-weight: 200;
    margin: 0 0% 20px 0%;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}



.nomination22 a{
    /*display:none;*/
    margin-bottom: 0px;
}

.nominateNow22a {
    display: block;
    position: absolute;
    left: 50px;
    bottom: -18px;
}
.nominateNow22b {
    display: block;
    position: absolute;
    left: 50px;
    bottom: -20px;
}
.nominateNow22c {
    display: block;
    position: absolute;
    left: 50px;
    bottom:7px;
}
.nominateNow22d {
    display: block;
    position: absolute;
    left: 50px;
    bottom: 0px;
}
.nominateNow22e {
    display: block;
    position: absolute;
    left: 50px;
    bottom: -2px;
}
.nominateNow22f {
    display: block;
    position: absolute;
    left: 50px;
    bottom: -70px;
}
.nominateNow22g {
    display: block;
    position: absolute;
    left: 50px;
    bottom: -23px;
}
.nominateNow22h {
    display: block;
    position: absolute;
    left: 50px;
    bottom: 4px;
}
.nominateNow22i {
    display: block;
    position: absolute;
    left: 50px;
    bottom: 0px;
}


.nominateNow22x {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    background: #01472b;
    font-weight: 400;
    padding: 10px 10px;
    font-size: 18px;
    border: 1px solid #01472b;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;



}



#form-row-requestmedia{background-color: white;}

.chronoform-container-top{
    background-color: #2d4350;
    color: white;
    padding: 20px 30px 10px 20px;
    width: 94%;
    /*margin: 0 auto;*/
    margin-bottom: 20px;
    border-radius: 4px;
    border: 1px solid #2d4350;
}

.chronoform-container-bottom{

    clear: both;
    background-color: white;
    position: relative;
    top: 20px;
    text-align: -webkit-center;
    padding-bottom: 10px;
    width: 90%;
}

.advertising-with-servicedealer .gbs3 input[type="submit"] {
    border: 3px solid #2d4350;
    background: #2d4350;
    color: #fff;
    transition: 0.2s ease-in-out;
    line-height: 5px;
    padding: 20px 40px 25px 40px;
    width: 40px;
}



