@CHARSET "UTF-8";

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

@import url('https://fonts.googleapis.com/css?family=PT+Sans');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
@import url('https://fonts.googleapis.com/css?family=Oswald:400');
/*@import url('https://fonts.googleapis.com/css?family=Roboto:100,300');*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500');
@font-face {
    font-family: 'berlin_sans';
    src: url('../fonts/Berlin_Sans_FB.eot');
    src: url('../fonts/Berlin_Sans_FB.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Berlin_Sans_FB.woff') format('woff'),
         url('../fonts/Berlin_Sans_FB.ttf') format('truetype'),
         url('../fonts/Berlin_Sans_FB.svg#Berlin_Sans') format('svg');
}

* { box-sizing: border-box; }

/* Clearfix hack  */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

body {
    padding: 0;
    margin: 0;
    /*font-family: 'PT Sans', sans-serif;*/
    font-family: 'Montserrat', sans-serif
}

a { text-decoration: none; }

hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    margin: 30px 0 30px 0;
}

p, li {
    font-size: 18px;
    transition: 0.2s;
    line-height: 26px;
}

p a, li a { color: #6383d5; }

p a:hover {
    color: #000000;
    text-decoration: underline;
}

li {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 12px;
    font-size: 17px;
    line-height: 22px;
}
/*
p:first-letter {
    font-size: 1.5em;
    font-weight: 700;
    text-transform: capitalize;
    transition: 0.2s;
} */
.row::after {
    content: "";
    clear: both;
    display: table;
}
[class*="col-"] {
    float: left;
    padding: 0 20px;
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

html {
    font-family: 'PT Sans', sans-serif;
}
header {
    height: 230px;
    width: 100%;
    background-color: #263a6c;
    background-image: url('../images/top-bar-bg.jpg');
    background-position: top center;
    transition: 0;
}
.header-bg {
    background-image: url('../images/top-bar-bg-.jpg');
}
.left {
    float: left;
}
.right {
    float: right;
}
.left-box, .left-box-edit, .left-box-30 {
    float: left;
    width: 46%;
    transition: 0.2s;
}
.left-box img, .left-box-edit img, .left-box-30 img {
    width: 100%; max-width: 460px;
}
.left-box-edit { width: 30%; }
.left-box-30 { width: 32%; padding: 0;}
.right-box, .right-box-edit, .right-box-30 {
    float: right;
    width: 46%;
    transition: 0.2s;
}
.right-box-edit { width: 69%; }
.right-box-30 { width: 32%; padding: 0; }
.center-box-30 {
    width: 33%;
    float: left;
    transition: 0.2s;
    padding: 0 1.5%;
    margin-left: 1.5%;
}
#smicons {
    width: 100%;
    height: auto;
    text-align: right;
    margin: 20px 0 20px 0;
    padding: 0 20px 0 20px;
    transition: 1s;
}
#smicons .img {
    width: auto; height: auto; margin: 0 5px 0 5px;
}
#social-media img { opacity: 0.7; }
#smicons .img:hover {opacity: 0.75; cursor: pointer;}
#social-media img:hover {opacity: 1; cursor: pointer;}

#logo {
    padding: 20px 20% 55px 20%;
    text-align: center;
    position: relative;
}
#logo img {
    width: 100%;
    max-width: 379px;
    height: auto;
}
#sms-wrapper {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}
#social-media {
    position: absolute;
    top: 20px;
    right: 2%;
    text-align: right;
}
header nav {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
header nav #nav-l {
    float: right;
    height: 40px;
    width: 460px;
    background-image: url('../images/top-nav-left-bg.png');
    background-repeat: no-repeat;
    margin: -40px;
    right: 50%;
    position: relative;
    transition: 0.2s;
}
.nav-l-bg {
    background-image: url('../images/top-nav-left-bg-.png') !important;
}
header nav #nav-r {
    float: left;
    height: 40px;
    width: 460px;
    background-image: url('../images/top-nav-right-bg.png');
    background-repeat: no-repeat;
    margin: -40px;
    left: 50%;
    position: relative;
    background-position: right;
    transition: 0.2s;
}
.nav-r-bg {
    background-image: url('../images/top-nav-right-bg-.png') !important;
}
header nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    background-position: bottom;
    background-image: url('../images/nav-bg-bar.png');
    background-repeat: repeat-x;
    width: 650px;
    height: 40px;
    position: relative;
    z-index: 10;
    display: block;
}
.ul-bg {
    background-image: url('../images/nav-bg-bar-.png');
}
header nav li {
    font-family: 'berlin_sans', sans-serif;
    font-size: 22px;
    display: inline-block;
    padding: 10px 10px;
    margin-bottom: 7px;
     /*background-color: #33b5e5;*/ /* --------- */
    color: #263a6c;
    /* box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); */
    cursor: pointer;
    transition: 0.2s;
    line-height: normal;
}
header nav li, header nav li a {color: #263a6c;}
.li-color {color: #000000;}
header nav li:hover {
    margin-top: 2px;
    padding: 10px 10px 0; /* 7px 10px 8px */
    color: #282525;
    background-color: #b19e71;
}
header nav li:hover, header nav li a:hover {color: #282525;}

header nav li .arrow-down {
    width: 0;
    height: 0;
    font-size: 1px;
    display: inline-block;
    border-style: solid;
    border-width: 11px 5px 0 5px;
    border-color: #263a6c transparent transparent transparent;
    -webkit-transform: rotate(360deg);
}
.dropdown, .dropdown-dev {
    position: relative;
}
.dropdown-menu, .dropdown-menu-dev {
    z-index: 1400;
    display: none;
    position: absolute;
    background-color: #acc5b7;
    top: 37px;
    left: 0;
/*    min-width: 150px;*/
    /*-webkit-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.4);*/
    transition: 0.2s;
}
.dropdown-menu-dev {
    background-color: #f8d9b4 !important;
}
.dropdown-menu a, .dropdown-menu-dev a {
    font-family:  'berlin_sans', arial, sans-serif;
    font-weight: 300;
    font-size: 19px;
    line-height: 20px;
    color: #282525;
    height: auto;
    text-decoration: none;
    display: block;
    transition: 0.2s;
    text-align: left;
    border: 0;
    padding: 15px;
}

.dropdown-menu a:hover, .dropdown-menu-dev a:hover, .dropdown-tab-sel {
    color: #fff !important;
    background-color: #282525;
    transition: 0.2s;
    border: 0;
    /*padding: 15px;*/
}
.dropdown:hover .dropdown-menu, .dropdown-dev:hover .dropdown-menu-dev {
    transition: 0.2s;
    display: inline-block;
}
.dropdown_on { display: block !important; }
.dropdown_on_parent {
    background-color: #b19e71;
    padding: 4px 10px;
    margin-top: 2px;
    transition: 0s !important;
}
header nav a#pull {display: none;}
section {width: 100%;}
article {
    width: 100%;
    background-color: #abaa9e;
    background-image: url('../images/body-content-bg-beige.gif');
    background-repeat: repeat-y;
    background-position: center top;
    background-size: 100%;
    transition: 0.2s;
}
article .main {
    width: 100%;
    max-width: 1100px;
    padding: 0 20px;
    margin: 0 auto;
    transition: 0.2s;
}
.article-blank {
    background-image: none;
    background-color: #fff;
}
.center {text-align: center;}
h1 {
    font-family: 'Arimo', sans-serif;
    font-size: 36px;

    color: #282525;
    transition: 0.3s;
    margin: 15px 0 0 0;
}
.h-blue {color: #3556a8;}
h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    font-weight: 300;
    color: #282525;
    transition: 0.3s;
    margin: 30px 5px 10px 0;
}
h3 {
    font-family: 'berlin_sans', sans-serif;
    font-size: 21px;
    color: #282525;
    transition: 0.3s;
    margin: 20px 5%;
}
h3 a {
    color: #f9ac00;
}
h3 a:hover {
    color: #a36f3b;
}
h4 {
    font-family: 'berlin_sans', sans-serif;
    font-size: 21px;
    color: #282525;
    transition: 0.3s;
    margin: 20px 5% 0;
}
.h4-cta {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    padding: 0 0 36px 0;
}
.h4-cta a {
    font-weight: 600;
    color: white;
    background-color: #263a6c;
    padding: 2px 13px;
    border-radius: 7px;
}
.h4-cta a:hover {
    color: #263a6c;
    background-color: #d5c395;
}
.reference {
    font-size: 15px;
}
#top-row {display: table-row; }
#bottom-row {display: none; }
.consequences {
    padding: 3px 0;
    display: table;
    width: 100%;
}
.aa,
.bb,
.cc,
.dd,
.ee,
.ff {
    vertical-align: top;
    display: inline-grid;
    padding: 0 1% ;
    width: 16%;
    max-width: 150px;
    height: auto;
    transition: 0.3s;
}
.aa { margin-top: 50px; }
.bb { margin-top: 20px; }
.cc { margin-top: 5px; }
.dd { margin-top: 0px; }
.ee { margin-top: 20px; }
.ff { margin-top: 50px; }

.vid {
    width: 100%;
    max-width: 1060px;
    padding: 23px 2%;
}
#video1 {
    width: 100%;
    -webkit-box-shadow: 12px 12px 0px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 12px 12px 0px 0px rgba(0,0,0,0.25);
    box-shadow: 12px 12px 0px 0px rgba(0,0,0,0.25);
}
.video_title {
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 28px;
    font-weight: 400;
}
aside {
    margin: 20px 0;
    padding: 40px;
    background-image: url('../images/aside_bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
aside a {
    color: #263a6c;
}
aside a:hover {
    color: #a36f3b;
}
aside ul {
    list-style-type: disc;
}
aside li {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    padding: 7px;
    margin-bottom: 0px;
    color: #263a6c;
    transition: 0.2s;
    /* text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2); */
}
#learn-l, #learn-r, #learn-f,
.learn-l, .learn-r, .learn-f
{display: inline-block;}
#learn-l, .learn-l { width: 59%; }
#learn-r, .learn-r { width: 39%; text-align: center; margin: 20px 0; }
.mod-r { top: 25% !important; }
#learn-r img, .learn-r img { width: 100%; max-width: 254px; }
#learn-f, .learn-f { width: 100%; }
#loading, #loading-q {
    position: fixed;
    top: 40%;
    width: 100%;
    display: none;
    z-index: 1268;
    text-align: center;
    opacity: 0.7;
}
#loading-q {
    position: absolute;
    top: 30%;
    width: 100%;
    display: none;
    z-index: 1270;
    text-align: center;
    opacity: 0.7;
}
#fa, #sa, #wue, .cycle, #bed,
.fa, .sa, .wue,
.fa-r, .sa-r, .wue-r {
    text-align: center;
    display: flex;
    margin: 20px;
    transition: 0.3s;
}

#fa, #bed, .fa { margin-left: 15%; }
#sa, .sa { margin-left: 30%; }
.cycle { margin-left: 27%; }
#wue, .wue { margin-left: 45%; }
.learn-txt {
    float: left;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 31px;
    letter-spacing: 1px;
    line-height: 31px;
    margin-left: 4%;
    transition: 0.3s;
    text-align: left;
}
.learn-txt b {
    font-weight: 600;
    color: #e5edb1;
}
.learn-clocks {
    float: left;
}
.learn-clocks img {
    width: 100%;
    max-width: 64px !important;
    height: auto;
    transition: 0.3s;
}

.prevention-icons {
    float: left;
}
.prevention-icons img {
    width: 80%;
    max-width: 124px;
    height: auto;
    transition: 0.3s;
}
.sleeping-bed img {
    width: 70%;
}
footer {
    height: auto;
    width: 100%;
    color: #fff;
    text-align: center;
}
footer .max-width {
    text-align: center;
    max-width: 1100px;
    font-size: 23px;
    margin: 0 auto;
}
footer #bottom-nav {
    height: 96px;
    width: 100%;
    font-family: 'PT Sans', sans-serif;
    font-weight: 300;
    background-image: url('../images/footer_bg_top.png');
    background-position: top center;
    background-color: #000;
    background-repeat: repeat-x;
    transition: 0.2s;
    color: #fff4bc; /* #e5edb1 */
    padding: 28px 0;
}
footer #bottom-nav a {
    font-size: 19px;
    color: #ffc285;
    font-size: inherit;
}
footer #bottom-nav a:hover {
    text-decoration: underline;
    color: #ffffff;
}

footer #copyright {
    width: 100%;
    font-family: 'PT Sans', sans-serif;
    font-weight: 100;
    transition: 0.3s;
    color: #ffffff;
    padding: 28px 0;
    background-color: #000;
    background-image: url('../images/grass.png');
    background-position: bottom center;
    background-repeat: repeat-x;
    transition: 0.5s;
}
footer #copyright .galt-logo .logo {
    padding: 0 0 60px 0;
    max-width: 143px;
    height: auto;
    width: 100%;
}
footer #copyright .galt-logo .sheeps {
    position: relative;
    padding: 0 0 20px 0;
    max-width: 253px;
    height: auto;
    width: 100%;
}

footer #copyright .copyline {
    float: left;
    text-align: left;
    font-size: 19px;
}

footer #copyright .copyline a {
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
}
footer #copyright .copyline a:hover {
    text-decoration: underline;
}

footer #copyright .galt-logo {
    float: right;
    white-space: nowrap;
    text-align: right;
}


/* * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * */
/*** MODAL POPUP for leaving site ****/

#confirm, .box-hidden { display: none; }
.box-hidden {
    position: absolute;
    top: 50%; left: 50%;
    width: 65%; height: max-content !important;
    transform: translate(-50%, -50%);
    padding: 20px;
    background-color: #fff;
    z-index: 9999;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow:0 5px 5px 5px rgba(0,0,0,.25);
    -moz-box-shadow:0 5px 5px 5px rgba(0,0,0,.25);
    box-shadow:0 5px 5px 5px rgba(0,0,0,.25)
}
.modal-btn {
    padding: 5px 15px;
    font-size: 19px;
    text-shadow: 0px 0px 4px #674710;
    color: #fff;
}
#confirm-overlay { background-color:#eee; }
#confirm-container {
    height: max-content !important;
    transform: translateY(-28%);
    width: 65%;
    text-align: left;
    padding: 20px;
    z-index: 10000 !important;
    background:rgba(255,255,255,1);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow:0 5px 5px 5px rgba(0,0,0,.25);
    -moz-box-shadow:0 5px 5px 5px rgba(0,0,0,.25);
    box-shadow:0 5px 5px 5px rgba(0,0,0,.25)
}
#confirm-container .header {
    height:30px;
    line-height:30px;
    width:100%;
    color:#fc4d00;
    font-weight:700
}
#confirm-container .header span {
    padding-left:8px
}
#confirm-container .message {
    color:#333;
    font-size:16px;
    margin:0;
    padding:12px 4px 12px 8px;
    line-height:20px
}
#confirm-container .buttons .yes,
#confirm-container .buttons .no {
    float: right;
    margin: 10px 0 10px 20px;
}

.of-button {
	background-color: #f9ac00;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 22px;
	padding: 8px 21px;
	text-decoration: none;
}

.of-button:hover {
	background-color: #966818;
}

.of-button:focus {
    box-shadow: 0 0 2px 2px #162651;
}
/*#confirm-container .buttons .yes:hover,
#confirm-container .buttons .no:hover {
    color: #49c5b6 !important;
    background: #ffffff !important;
    box-shadow: inset 0px 0px 0px 2px #49c5b6;
}*/
/**   END MODAL POPUP leaving site   **/
/** * * * * * * * *  * * * * * * * * **/
/** * * * * * * * *  * * * * * * * * **/
/** * * * * * * * *  * * * * * * * * **/

.img-focus { box-shadow: 0 0 2px 2px #fdb519 !important; }

#cookie-notice {
    display: none;
    position: fixed;
    min-width: 100%;
    height: auto;
    z-index: 100000;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 20px;
    left: 0;
    bottom: 0;
    text-align: center;
    font-weight: normal;
    font-family: -apple-system,BlinkMacSystemFont,Arial,Roboto,"Helvetica Neue",sans-serif;
    background-color: #1e2c53;
}
.cookie-notice-container {
    padding: 15px 30px;
    text-align: center;
    width: 100%;
    z-index: 2;
}
.cn-text-container, .cn-buttons-container {
    display: inline-block;
}
.cn-text-container {
    margin: 0 0 6px 0;
}
.cn-close-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
    width: 15px;
    height: 15px;
    opacity: 0.5;
    padding: 10px;
    outline: none;
}
#cookie-notice .cn-button {
    margin: 0 0 0 10px;
    border: none;
}
.cn-button.bootstrap {
    color: #000;
    background: #fdb519;
}
.cn-button {
    font-family: -apple-system,BlinkMacSystemFont,Arial,Roboto,"Helvetica Neue",sans-serif;
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 0.25px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: none;
    display: inline-block;
    cursor: pointer;
    touch-action: manipulation;
    white-space: nowrap;
    outline: none;
    box-shadow: none;
    text-shadow: none;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.cn-button.wp-default, .cn-button.bootstrap {
    text-decoration: none;
    padding: 8.5px 10px;
    line-height: 1;
}
.speaking {
    animation: shadowThrob 0.9s infinite;
    animation-direction: alternate;
    -webkit-animation: shadowThrob 0.9s ease-out infinite;
    -webkit-animation-direction: alternate;
}
.speech { cursor: url('../images/speech.png'), auto; }
@keyframes shadowThrob {
	from {box-shadow: 0 0 10px 3px rgba(253,181,25, 0.9);}
	to {box-shadow: 0 0 10px 3px rgba(253,181,25, 0.2);}
}
@-webkit-keyframes shadowThrob {
	from {box-shadow: 0 0 10px 3px rgba(253,181,25, 0.9);}
	to {box-shadow: 0 0 10px 3px rgba(253,181,25, 0.2);}
}


/* ******************************  1 5 8 0 px  * * * * * * * * * * * * * * * */
@media only screen and (max-width : 1580px) {
    article {
        background-repeat: repeat-y;
        background-position: center top;
        background-size: 129%;
    }
}


/* ******************************  1 1 2 0 px  * * * * * * * * * * * * * * * */
@media only screen and (max-width : 1120px) {

    header nav li {
        font-size: 20px;
        padding: 8px 8px;
    }
    header nav li a:hover, .nav_on {
        padding: 6px 0 0 0;
        color: #282525;
    }
    header nav li:hover {
        padding: 6px 8px 0;
        color: #282525;
    }
    .dropdown-menu a, .dropdown-menu-dev a {
        font-size: 16px;
    }
    header nav #nav-l {
        width: 400px;
    }
    header nav #nav-r {
        width: 400px;
    }
    header nav li .arrow-down {
        border-width: 10px 5px 0 5px;
    }
    .dropdown_on_parent {
        margin-top: 0px;
        padding: 6px 10px;
    }
    article {
        background-repeat: repeat-y;
        background-position: center top;
        background-size: 128%;
    }
    h1 { font-size: 32px; }
    h2 { font-size: 30px; }
    .aa,
    .bb,
    .cc,
    .dd,
    .ee,
    .ff {
        max-width: 140px;
    }
    .learn-txt {
        font-size: 27px;
        letter-spacing: 1px;
        line-height: 27px;
    }
    .learn-clocks img { width: 90% !important; }
}

/* ******************************  9 0 0 px  * * * * * * * * * * * * * * * */
@media only screen and (max-width : 900px) {
    header nav {text-align: center;}
    header nav ul {
        width: 550px;
        transition: 0.2s;
    }
    header nav li {
        /* margin-left: 2%; */
        font-size: 17px;
        padding: 10px 8px;
    }
    header nav li a:hover, .nav_on {
        padding: 10px 0 31px 0;
        color: #282525;
    }
    header nav li:hover {
        padding: 8px 8px 10px;
        color: #282525;
    }
    header nav li .arrow-down {
        border-width: 9px 5px 0 5px;
    }
    .dropdown-menu a, .dropdown-menu a:hover,
    .dropdown-menu-dev a, .dropdown-menu-dev a:hover {
        padding: 11px;
        font-size: 14px;
    }
    header nav #nav-l,
    header nav #nav-r {
        width: 350px;
    }
    article {
        background-repeat: repeat-y;
        background-position: center top;
        background-size: 125%;
    }
    h1 {
        font-size: 26px;
    }
    h2 {
        /*font-size: 22px;*/
    }
    .aa,
    .bb,
    .cc,
    .dd,
    .ee,
    .ff {
        max-width: 120px;
    }

    [class*="col-"] {
        float: none;
        padding: 0 15px;
        width: 100%;
    }
    .col-4 {width: 70%; margin: 40px auto;}

    aside {
        margin: 40px 15%;
        padding: 40px;
    }
    #fa, #bed, .fa { margin-left: 10%;}
    #sa, .cycle, .sa { margin-left: 20%;}
    #wue, .wue { margin-left: 30%;}
}
/* ******************************  8 0 0 px  * * * * * * * * * * * * * * * */
@media only screen and (max-width : 800px) {
    .sleeping-bed img {
        width: 80%;
    }
    .mod-r { margin: 0 !important; }
}
/* ******************************  7 2 0 px  * * * * * * * * * * * * * * * */
@media only screen and (max-width : 730px) {
    header {
        height: 210px;
    }
    header nav {
        height: 50px;
        line-height: 40px;
	}
	header nav ul {
        width: 100%;
		display: none;
		height: auto;
	}
    header nav a:hover, .nav_on {
        padding: 0;
        transition: 0.2s;
    }
	header nav a#pull {
		display: block;
        font-family: 'Berlin Sans FB', sans-serif;
        font-size: 20px;
        color: #263a6c;
		background-color: #d5c294;
		width: 100%;
		position: relative;
        z-index: 600;
        -webkit-box-shadow: 0px 6px 17px -13px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 6px 17px -13px rgba(0,0,0,0.75);
        box-shadow: 0px 6px 17px -13px rgba(0,0,0,0.75);
	}
	header nav a#pull:after {
		content:"";
		background: url('../images/nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 20px;
		top: 10px;
	}
  	header nav li {
		width: 100%;
		float: none;
        display: block;
		position: relative;
        margin: 0;
	    padding: 0;
        font-size: 20px;
        background: rgba(222, 222, 222, 0.9);
        background-color: #dedede;
        border-bottom: 1px solid #9f9f9f;
        height: 50px;
        /* z-index: 590; */
	}
    header nav li:hover {
        margin-top: 0;
        padding: 6px 10px 7px;
        background-color: #b19e71;
        height: 50px;
    }
  	header nav li a {
/*		 border-bottom: 1px solid #cecece; */
	}
  	header nav a {
        text-align: left;
	  	width: 100%;
	  	text-indent: 20px;
  	}
    header nav li a:hover, .nav_on {
        padding: 0;
    }
    article .main {
        padding: 20px 20px 0;
    }
    article {
        background-repeat: repeat-y;
        background-position: center top;
        background-size: 143%;
    }
    .left-box, .left-box-edit {
        float: none;
        width: 100%;
    }
    .right-box, .right-box-edit {
        float: none;
        width: 100%;
    }
    #smicons {
        text-align: center;
    }
    #smicons .img {
        margin: 0 1% 0 1%;
    }
    #nav-l, #nav-r {display: none;}

    .dropdown-menu {

        display: none;
        position: relative;
        background-color: #acc5b7;

        top: 0;
        left: 0;
    /*    min-width: 150px;*/
        -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.4);
        transition: 0.5s;
    }

    .dropdown-menu a {

        line-height: 18px;
        color: #282525;

        text-decoration: none;
        display: block;
        transition: 0.5s;
        font-size: 17px;
        text-align: center;
        width: 100%;
        border: 0;
        padding: 20px 20px 20px 0;
    }

    .dropdown-menu a:hover {
        font-size: 16px;
        color: #fff;
        background-color: #282525;
        transition: 0.5s;
        border: 0;
        padding: 20px 0 20px 0;
    }

    .dropdown:hover .dropdown-menu {
        transition: 0.5s;
        display: block;
        width: 100%;
    }
    h1 {
        font-size: 24px;
        margin: 10px 0 18px 0;
    }
    h2 {
        /*font-size: 20px;*/
    }
    h3 {
        font-size: 22px;
    }
    #top-row {display: none;}
    #bottom-row {display: block;}
    .consequences {
        display: block;
    }
    .aa,
    .bb,
    .cc,
    .dd,
    .ee,
    .ff {
        vertical-align: top;
        display: inline-block;
        width: 100%;
        height: auto;
        transition: 0.3s;
        max-width: 142px;
        padding: 2%;
    }
    .aa {margin-top: 0px; }
    .bb {margin-top: 0px; }
    .cc {margin-top: 0px; }
    .dd {margin-top: 0px; }
    .ee {margin-top: 0px; }
    .ff {margin-top: 0px; }
    #video1 {
    width: 100%;
        -webkit-box-shadow: 8px 8px 0px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: 8px 8px 0px 0px rgba(0,0,0,0.25);
        box-shadow: 8px 8px 0px 0px rgba(0,0,0,0.25);
    }
    .col-4 {width: 80%;}
    aside {
        margin: 40px 10%;
        padding: 35px;
    }
    footer .max-width {
        font-size: 17px;
    }
    #fa, #sa, #wue, #bed,
    .fa, .sa, .wue {
        margin: 10px;
    }
    #fa, #bed, .fa { margin-left: 8%;}
    #sa, .cycle, .sa { margin-left: 16%;}
    #wue, .wue { margin-left: 24%;}
    .learn-txt {
        font-size: 22px;
        letter-spacing: 1px;
        line-height: 22px;
    }
    .learn-clocks img {
        width: 70% !important;
    }

}
/* ******************************  6 3 0 px  * * * * * * * * * * * * * * * */
@media only screen and (max-width : 630px) {
    header {
        height: 195px;
    }
    article .main {
        padding: 20px 20px 0;
    }
    .left-box-30, .right-box-30, .center-box-30 {
        float: none;
        width: 100%;
    }
    .h4-cta { font-size: 20px; }
}
/* ******************************  5 3 0 px  * * * * * * * * * * * * * * * */
@media only screen and (max-width : 530px) {
    header {
        height: 185px;
        width: 100%;
        background-image: url('../images/top-bar-bg.jpg');
        background-position: center -15px;
        background-repeat: no-repeat;
        transition: 0.3s;
    }
    p, li {
        font-size: 16px;
        line-height: 22px;
    }
    aside li {
        font-size: 18px;
        padding: 5px;
    }
    #smicons .img {
        /*margin: 0 1% 0 1%;*/
        width: 9%;
    }
    #social-media .img {
        width: 23%;
    }
    footer #copyright .galt-logo .logo {
        width: 60%;
        padding: 20px 0 0 0;
    }
    footer #copyright .galt-logo .sheeps {
        display: none;
        width: 60%;
    }
    #learn-l, #learn-r, .learn-l, .learn-r { display: block; }
    #learn-l, .learn-l { width: 100%; }
    #learn-r, .learn-r { width: 100%; margin: 20px 0 20px 0; }
    #learn-r img, .learn-r img { width: 70%; }
    #fa, #bed, .fa { margin-left: 0%; }
    #sa, .sa { margin-left: 8%; }
    #wue, .wue { margin-left: 16%; }
    .mod-r { top: 8% !important; }
    .mod-l { top: 55% !important; }
    .of-button {
        font-size: 18px;
        padding: 8px 16px;
    }
}
/* ******************************  4 8 5 px  * * * * * * * * * * * * * * * */
@media only screen and (max-width : 485px) {
    header {
        background-position: center -30px;
        height: 184px;
    }
    article .main {
        padding: 0 20px 0;
    }
    h1 {
        font-size: 24px;
        margin: 20px 0 15px 0;
    }
    .aa,
    .bb,
    .cc,
    .dd,
    .ee,
    .ff {
        width: 100%;
        height: auto;
        transition: 0.3s;
        max-width: 130px;
        padding: 3%;
    }
    .col-4 {width: 90%;}
    aside {
        margin: 40px 5%;
        padding: 30px;
    }
    footer .max-width {
        font-size: 14px;
    }

}
/* ******************************  3 6 0 px  * * * * * * * * * * * * * * * */
@media only screen and (max-width : 360px) {
    header {
        background-position: center -50px;
        height: 154px;
    }
    .learn-txt {
        font-size: 18px;
        letter-spacing: 1px;
        line-height: 18px;
    }
}
