body,
html {
    margin: 0;
    padding: 0
}
h1.title,
h3.title {
    text-transform: uppercase;
    text-indent: 10px
}
h1.title,
h3.title,
nav.top>ul {
    text-transform: uppercase
}
.button,
a,
nav.top a {
    text-decoration: none
}
#sitemap ul,
nav.bottom li {
    list-style: none
}
body {
    background-color: #FFF;
    background-attachment: scroll;
    background-image: url(../img/layout/background.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    font-family: Lato, sans-serif
}
a {
    color: #1b9bff
}
h2 {
    color: #124874;
    text-align: left
}
h1.title {
    font-size: 1.6em;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #000;
    background: -moz-linear-gradient(top, #000 0, #a86008 3%, #f79d0c 7%, #f29500 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000), color-stop(3%, #a86008), color-stop(7%, #f79d0c), color-stop(100%, #f29500));
    background: -webkit-linear-gradient(top, #000 0, #a86008 3%, #f79d0c 7%, #f29500 100%);
    background: -o-linear-gradient(top, #000 0, #a86008 3%, #f79d0c 7%, #f29500 100%);
    background: -ms-linear-gradient(top, #000 0, #a86008 3%, #f79d0c 7%, #f29500 100%);
    background: linear-gradient(to bottom, #000 0, #a86008 3%, #f79d0c 7%, #f29500 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#f29500', GradientType=0);
    color: #333
}
h3.title {
    font-size: 1em;
    margin: 10px 0;
    padding: 5px 0;
    background: #eee;
    color: #333
}
img.page-image {
    display: block;
    width: 100%;
    max-with: 1070px;
    margin: 15px 0 0
}
img.left {
    float: left;
    margin: 10px 10px 10px 0
}
img.border {
    border: 12px solid #ccc
}
.right {
    float: right;
    display: block;
    margin: 10px
}
h2,
h3,
h4,
h5,
h6 {
    margin: 5px 0 0
}
p {
    margin: 5px 0 20px
}
header {
    height: 138px;
    position: relative;
    width: 100%
}
header img.logo {
    max-width: 240px;
    max-height: 120px;
    height: auto;
    z-index: 2;
    position: absolute;
    top: 16px;
    left: 8px
}
header>img.caep-participants {
    z-index: 1;
    position: absolute;
    top: 3px;
    left: 150px;
    background-image: url(../img/layout/caep-participants.png);
    height: 129px;
    width: 189px
}
header>div.slogan {
    z-index: 3;
    color: #333;
    font-size: 1.2em;
    font-weight: 700;
    position: absolute;
    right: 20px;
    top: 105px
}
nav.top {
    padding: 0;
    margin: 0;
    border: 0;
    width: auto;
    background: #EAEAEA;
    border-bottom: 4px solid #060;
    font-size: 1.1em
}
nav.top li,
nav.top ul {
    list-style: none;
    margin: 0;
    padding: 0
}
nav.top>ul {
    position: relative;
    z-index: 597
}
nav.top>ul li {
    float: left;
    min-height: 1px;
    vertical-align: middle
}
nav.top>ul li.hover,
nav.top>ul li:hover {
    position: relative;
    z-index: 599;
    cursor: default
}
nav.top>ul ul {
    visibility: hidden;
    position: absolute;
    top: 100%;
    z-index: 598;
    width: 100%
}
nav.top>ul ul li {
    float: none;
    font-weight: 400;
    position: relative
}
nav.top>ul ul ul {
    top: 0;
    left: 190px;
    width: 190px
}
nav.top>ul li:hover>ul {
    visibility: visible
}
nav.top>ul ul {
    bottom: 0;
    left: 0;
    margin-top: 0;
    border-top: 4px solid #333;
    text-transform: none;
    min-width: 190px
}
nav.top a {
    display: block;
    line-height: 1em;
    border-right: 1px solid #fff;
    color: #333;
    padding: 0 20px
}
nav.top a.apply-now {
    background: #38a901;
    background: -moz-linear-gradient(top, #38a901 1%, #060 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #38a901), color-stop(100%, #060));
    background: -webkit-linear-gradient(top, #38a901 1%, #060 100%);
    background: -o-linear-gradient(top, #38a901 1%, #060 100%);
    background: -ms-linear-gradient(top, #38a901 1%, #060 100%);
    background: linear-gradient(to bottom, #38a901 1%, #060 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#38a901', endColorstr='#006600', GradientType=0);
    color: #FFF
}
nav.top a.apply-now:hover {
    background: #54ed02;
    background: -moz-linear-gradient(top, #54ed02 0, #46bc01 4%, #060 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #54ed02), color-stop(4%, #46bc01), color-stop(100%, #060));
    background: -webkit-linear-gradient(top, #54ed02 0, #46bc01 4%, #060 100%);
    background: -o-linear-gradient(top, #54ed02 0, #46bc01 4%, #060 100%);
    background: -ms-linear-gradient(top, #54ed02 0, #46bc01 4%, #060 100%);
    background: linear-gradient(to bottom, #54ed02 0, #46bc01 4%, #060 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#54ed02', endColorstr='#006600', GradientType=0);
    color: #FFF
}
nav.top a.become-a-host {
    background: #f75c02;
    background: -moz-linear-gradient(top, #f75c02 0, #ad3400 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f75c02), color-stop(100%, #ad3400));
    background: -webkit-linear-gradient(top, #f75c02 0, #ad3400 100%);
    background: -o-linear-gradient(top, #f75c02 0, #ad3400 100%);
    background: -ms-linear-gradient(top, #f75c02 0, #ad3400 100%);
    background: linear-gradient(to bottom, #f75c02 0, #ad3400 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f75c02', endColorstr='#ad3400', GradientType=0);
    color: #FFF
}
nav.top a.become-a-host:hover {
    background: #fc9802;
    background: -moz-linear-gradient(top, #fc9802 0, #f78902 4%, #ad3400 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fc9802), color-stop(4%, #f78902), color-stop(100%, #ad3400));
    background: -webkit-linear-gradient(top, #fc9802 0, #f78902 4%, #ad3400 100%);
    background: -o-linear-gradient(top, #fc9802 0, #f78902 4%, #ad3400 100%);
    background: -ms-linear-gradient(top, #fc9802 0, #f78902 4%, #ad3400 100%);
    background: linear-gradient(to bottom, #fc9802 0, #f78902 4%, #ad3400 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fc9802', endColorstr='#ad3400', GradientType=0);
    color: #FFF
}
nav.top a.members-login {
    background: #edc602;
    background: -moz-linear-gradient(top, #edc602 0, #e28400 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #edc602), color-stop(100%, #e28400));
    background: -webkit-linear-gradient(top, #edc602 0, #e28400 100%);
    background: -o-linear-gradient(top, #edc602 0, #e28400 100%);
    background: -ms-linear-gradient(top, #edc602 0, #e28400 100%);
    background: linear-gradient(to bottom, #edc602 0, #e28400 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#edc602', endColorstr='#e28400', GradientType=0);
    color: #FFF
}
nav.top a.members-login:hover {
    background: #f2ce02;
    background: -moz-linear-gradient(top, #f2ce02 0, #e28400 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f2ce02), color-stop(100%, #e28400));
    background: -webkit-linear-gradient(top, #f2ce02 0, #e28400 100%);
    background: -o-linear-gradient(top, #f2ce02 0, #e28400 100%);
    background: -ms-linear-gradient(top, #f2ce02 0, #e28400 100%);
    background: linear-gradient(to bottom, #f2ce02 0, #e28400 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f2ce02', endColorstr='#e28400', GradientType=0);
    color: #FFF
}
nav.top:after,
nav.top>ul:after {
    content: '';
    display: block;
    clear: both
}
nav.top>ul li.has-sub>a:after,
nav.top>ul ul li.has-sub>a:after {
    content: '+';
    margin-left: 5px
}
nav.top>ul ul a {
    background: #060;
    color: #fff;
    border-top: 1px solid #38a901;
    line-height: 150%;
    padding: 5px 10px
}
nav.top>ul ul ul {
    border-top: 0 none
}
nav.top>ul ul li:hover>a {
    background: #38a901;
    color: #003000
}
nav.top>ul ul li:last-child>a {
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}
nav.top>ul ul li:last-child:hover>a {
    -moz-border-radius: 0 0 0 3px;
    -webkit-border-radius: 0 0 0 3px;
    border-radius: 0 0 0 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}
nav.top>ul li.active>a,
nav.top>ul li:hover>a {
    background: #545454;
    background: -moz-linear-gradient(top, #545454 0, #000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #545454), color-stop(100%, #000));
    background: -webkit-linear-gradient(top, #545454 0, #000 100%);
    background: -o-linear-gradient(top, #545454 0, #000 100%);
    background: -ms-linear-gradient(top, #545454 0, #000 100%);
    background: linear-gradient(to bottom, #545454 0, #000 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#545454', endColorstr='#000000', GradientType=0);
    color: #fff
}
nav.top>ul li.last ul {
    left: auto;
    right: 0
}
nav.top>ul li.last ul ul {
    left: auto;
    right: 99.5%
}
nav.top>ul>li>a {
    line-height: 48px
}
.slicknav_menu {
    display: none
}
#container {
    margin: 0 auto;
    width: 1320px
}
#content-wrapper {
    overflow: auto;
    float: left;
    max-width: 1070px;
    min-height: 500px;
    width: 100%
}
#content-wrapper-full {
    overflow: auto;
    min-height: 500px;
    width: 100%
}
#content {
    margin: 20px;
    padding: 0
}
.staff {
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
    background-color: #EEE;
    border: 1px solid #CCC;
    overflow: hidden
}
.staff>.image-wrapper {
    margin: 10px;
    padding: 0;
    background-color: #CCC;
    float: left
}
.staff>.image-wrapper>img {
    max-width: 160px;
    height: auto;
    margin: 10px
}
.staff>.info-wrapper {
    font-size: .9em;
    width: 100%;
    margin: 0 0 10px;
    padding: 0
}
.staff>.info-wrapper>h3 {
    margin: 10px;
    color: #060
}
.contact_info {
    margin: 10px 0 20px 20px
}
.interface-button {
    max-width: 240px;
    height: auto
}
a.sidebar-button,
a.social-button {
    background-size: contain;
    background-repeat: no-repeat;
    height: 45px
}
.interface-button .right {
    text-align: right
}
.button {
    width: auto;
    font-size: 1em;
    font-weight: 400;
    border-radius: 5px;
    border: none;
    padding: 9px 18px;
    background-color: #3d94f6;
    color: #fff
}
.button,
a.social-button {
    display: inline-block;
    background-position: left center;
    width: 45px;
    padding: 0;
    margin: 0 3px 0 0
}
a.social-button:hover {
    -khtml-opacity: .8;
    -moz-opacity: .8;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    opacity: .8
}
a.social-button.facebook {
    background-image: url(../img/layout/icons/facebook.jpg)
}
a.social-button.linkedin {
    background-image: url(../img/layout/icons/linkedin.jpg)
}
a.social-button.instagram {
    background-image: url(../img/layout/icons/instagram.jpg)
}
a.social-button.twitter {
    background-image: url(../img/layout/icons/twitter.jpg)
}
a.social-button.youtube {
    background-image: url(../img/layout/icons/youtube.jpg)
}
#sidebar-wrapper {
    overflow: visible;
    float: left;
    min-width: 250px;
    padding: 0;
    margin: 0
}
#sidebar {
    margin: 20px 0
}
a.sidebar-button {
    display: block;
    background-position: right center;
    text-align: left;
    text-indent: 15px;
    text-transform: uppercase;
    background-color: #333;
    color: #fff;
    line-height: 45px;
    width: 250px;
    padding: 0;
    margin: 0 0 5px
}
a.sidebar-button:hover {
    background-color: #666
}
a.sidebar-button.agriculture {
    background-color: #060;
    background-image: url(../img/layout/icons/agriculture-icon.png)
}
a.sidebar-button.enology {
    background-color: #060;
    background-image: url(../img/layout/icons/enology-icon.png)
}
a.sidebar-button.equine {
    background-color: #060;
    background-image: url(../img/layout/icons/equine-icon.png)
}
a.sidebar-button.horticulture {
    background-color: #060;
    background-image: url(../img/layout/icons/horticulture-icon.png)
}
a.sidebar-button.agriculture:hover,
a.sidebar-button.enology:hover,
a.sidebar-button.equine:hover,
a.sidebar-button.horticulture:hover {
    background-color: #38a901
}
a.sidebar-button.hot-opportunities {
    background-color: #d54a01;
    background-image: url(../img/layout/icons/hot-opportunities-icon.png)
}
a.sidebar-button.hot-opportunities:hover {
    background-color: #ea5104
}
a.sidebar-button.caep-experience {
    background-color: #355489;
    background-image: url(../img/layout/icons/caep-experience-icon.png)
}
a.sidebar-button.caep-experience:hover {
    background-color: #369
}
a.sidebar-button.caep-blog {
    background-color: #eb950b;
    background-image: url(../img/layout/icons/caep-blog-icon.png)
}
a.sidebar-button.caep-blog:hover {
    background-color: #f79d0c
}
a.sidebar-button.chat-now {
    background-color: #333;
    background-image: url(../img/layout/icons/chat-now-icon.png)
}
a.sidebar-button.chat-now:hover {
    background-color: #333
}
#application-flags {
    width: 100%;
    text-align: center;
    margin: 0 auto
}
.application-flag {
    display: inline-block
}
.application-flag img {
    max-width: 250px;
    height: auto
}
.subprograms-wrapper {
    background-color: #f5f5f5;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px solid #ddd;
    margin: 20px 0 0
}
.subprograms {
    margin: 20px
}
.subprograms .title {
    background-color: #555;
    color: #FFF;
    font-size: 1.4em
}
.program-country-flags {
    text-align: right;
    display: block;
    margin-right: 5px
}
.program-country-title {
    margin: 0 5px 0 0;
    color: #555
}
.program-country-flags img.flag {
    max-width: 70px;
    height: auto
}
.embed-container {
    margin: 20px 0 30px;
    height: auto;
    overflow: hidden;
    padding: 30px 0 56.25%;
    position: relative;
    width: 100%
}
.embed-container>embed,
.embed-container>iframe,
.embed-container>object {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}
#footer #copyright {
    background-color: #000;
    color: #FFF;
    font-size: .9em;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    margin: 0 0 10px;
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px
}
nav.bottom {
    border-top: 8px solid #666;
    border-bottom: 4px solid #666;
    background: #000;
    background: -moz-linear-gradient(top, #000 0, #052d00 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000), color-stop(99%, #052d00));
    background: -webkit-linear-gradient(top, #000 0, #052d00 99%);
    background: -o-linear-gradient(top, #000 0, #052d00 99%);
    background: -ms-linear-gradient(top, #000 0, #052d00 99%);
    background: linear-gradient(to bottom, #000 0, #052d00 99%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#052d00', GradientType=0);
    margin: 0;
    padding: 0;
    width: 100%
}
nav.bottom .menu-container {
    margin: 0 auto;
    max-width: 1400px
}
nav.bottom .menu {
    float: left;
    margin: 20px;
    padding: 0
}
nav.bottom .title {
    color: #EFC102;
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 10px
}
nav.bottom ul {
    margin: 0;
    padding: 0
}
nav.bottom a.menu-item {
    color: #FFF;
    display: block;
    font-size: .9em;
    line-height: 30px;
    margin: 0;
    padding: 0
}
nav.bottom a.menu-item:hover {
    color: #1b9bff
}
#sitemap {
    padding: 0;
    margin: 0 0 25px
}
#sitemap h3 {
    padding: 0;
    margin: 0 0 5px
}
#sitemap ul {
    padding: 10px;
    margin: 0
}
#sitemap>ul {
    float: left;
    font-size: .8em
}
.clear {
    clear: both;
    margin: 0;
    padding: 0
}
#map {
    display: block;
    width: 100%;
    height: 240px
}
#dpts-wrapper {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    height: auto
}
#dpts {
    margin: 0!important;
    padding: 0!important;
    text-align: left
}
.map_link {
    text-align: center;
    cursor: pointer;
    display: block;
    font-size: .9em;
    color: #FFF;
    line-height: 1.8em;
    height: 1.8em;
    background: #222;
    margin: 3px 0 0;
    width: 100%
}
.cluster {
    text-shadow: 0 0 2px #FFF;
    font-size: 16px
}
.cluster_info {
    padding-left: 10px;
    margin-top: -24px
}
@media only screen and (max-width: 1340px) {
    .button,
    h1.title,
    h3.title {
        text-align: center
    }
    body {
        background-image: none
    }
    img.page-image {
        margin: 0
    }
    header {
        background-color: #FFF;
        position: relative;
        width: 100%;
        padding: 0
    }
    header>img.logo {
        height: auto;
        width: 100%;
        max-width: 240px
    }
    header>img.caep-participants {
        z-index: 1;
        position: absolute;
        top: 3px;
        left: 120px;
        background-image: url(../img/layout/caep-participants.png);
        height: 129px;
        width: 189px
    }
    header>div.slogan {
        color: #060;
        font-size: 1.2em;
        font-weight: 700;
        position: absolute;
        right: 10px;
        top: 10px
    }
    nav.top {
        display: none
    }
    .slicknav_menu {
        display: block
    }
    h1.title {
        text-indent: 0
    }
    #container {
        width: 100%;
        margin-top: 56px
    }
    #content-wrapper,
    #content-wrapper-full {
        overflow: hidden;
        display: block;
        width: 100%
    }
    #sidebar-wrapper {
        display: block;
        width: 100%
    }
    #sidebar {
        width: 100%
    }
    a.sidebar-button {
        background-color: #093;
        width: 100%
    }
    .staff>.image-wrapper {
        width: 100%;
        padding: 0;
        margin: 0 0 10px
    }
    .staff>.image-wrapper>img {
        width: 100%;
        max-width: 300px
    }
    .staff>.info-wrapper {
        width: 100%;
        margin: 10px;
        padding: 0
    }
    .staff>.info-wrapper>h3 {
        margin: 0 0 10px;
        font-size: 1.5em
    }
    #content-wrapper {
        overflow: visible;
        float: none;
        display: block;
        margin: 0 auto;
        max-width: 1070px;
        min-height: 400px;
        width: 100%
    }
    .subprograms img {
        max-width: 100%
    }
    #application-flags {
        width: auto;
        max-width: 100%;
        text-align: center;
        margin: 0 auto;
        padding: 0
    }
    .application-flag {
        display: inline-block
    }
    .application-flag img {
        max-width: 250px;
        height: auto
    }
    .button {
        width: 99%;
        padding: 12px 0;
        margin: 10px auto 0
    }
    #footer #copyright {
        -webkit-border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-bottomright: 0;
        -moz-border-radius-bottomleft: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }
  	.map_link {
        line-height: 2.8em;
        height: 2.8em;
    }
}
@media only screen and (max-width: 1068px) {
    #content-wrapper {
        width: 100%;
        max-width: 800px
    }
}
@media only screen and (max-width: 800px) {
    #content-wrapper {
        width: 100%;
        max-width: 600px
    }
}
@media only screen and (max-width: 620px) {
    #content-wrapper {
        width: 100%;
        max-width: 100%
    }
}
@media only screen and (max-width: 463px) {
    #content-wrapper {
        width: 100%;
        max-width: 100%
    }
}
@media only screen and (max-width: 350px) {
    #content-wrapper {
        width: 100%;
        max-width: 100%
    }
}