* {
    margin: 0;
    outline: 0;
    padding: 0;
}

/*==========================================
*** HTML TAG STYLES
==========================================*/

body {
    color: #000;
    font-family: 'HelveticaNeueMediumCond';
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    background-color: #FFF;
    /*background:url(../images/bg-top.png) top center repeat-x, url(../images/bg-bottom.png) bottom center repeat-x;*/
    overflow-x: hidden;
}

/*==========================================
*** SHELL STYLES
==========================================*/

.group:before, .group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
    /* For IE 6/7 (trigger hasLayout) */
}

a {
    color: #000;
    text-decoration: none;
}

.nomargin {
    margin: 0 !important;
}

.clear {
    clear: both;
}

p {
    margin-bottom: 15px !important;
}

.bold {
    font-family: 'latobold';
}

.display {
    display: block !important;
}

::-webkit-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

:-ms-input-placeholder {
    color: #000;
}


/*==========================================
*** GRID SYSTEM STYLES
==========================================*/

.wrapper {
    width: 990px;
    margin: 0 auto;
}

header {
    width: 100%;
    height: 50px;
    background-color: #000;
}

header nav.top {
    width: 80%;
    float: left;
}

header .social {
    float: right;
    width: 20%;
}

header .social ul {
    width: 100%;
    float: right;
    display: block;
    padding: 11px 0;
    float: right;
    text-align: right;
}

header .social ul li {
    margin-left: 4%;
    display: inline-block;
}

header .social ul li a#twitter {
    background-image: url(../images/icon-social-twitter.png);
    background-repeat: no-repeat;
    width: 23px;
    height: 24px;
    display: block;
    float: left;
}

header .social ul li a#facebook {
    background-image: url(../images/icon-social-facebook.png);
    background-repeat: no-repeat;
    width: 23px;
    height: 24px;
    display: block;
    float: left;
}

header .social ul li a#instagram {
    background-image: url(../images/icon-social-instagram.png);
    background-repeat: no-repeat;
    width: 23px;
    height: 24px;
    display: block;
    float: left;
}

header .social ul li a#twitter:hover {
    background-image: url(../images/icon-social-twitter-hover.png);
}

header .social ul li a#facebook:hover {
    background-image: url(../images/icon-social-facebook-hover.png);
}

header .social ul li a#instagram:hover {
    background-image: url(../images/icon-social-instagram-hover.png);
}

section.home-page-logo {
    width: 100%;
    height: auto;
    margin: 45px 0 0px 0;
    ;
}

section.home-page-logo .logo {
    background-color: #000;
    text-align: center;
    padding: 125px 0;
}

section.spotlight {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}

section.spotlight .wrapper {
    position: relative;
}

section.spotlight .wrapper .bg {
    background-image: url('../images/spotlight-bg.png');
    position: absolute;
    width: 395px;
    height: 394px;
    top: 17px;
    right: -114px;
}

section.spotlight figure {
    width: 31.11111111111111%;
    height: auto;
    margin-right: 3.0303030303030303%;
    border: 1px solid #000;
    float: left;
    background-color: #FFF;
    margin-top: 45px;
    z-index: 100;
}

section.spotlight figure.last {
    margin-right: 0 !important;
}

section.spotlight figure .image {
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

section.spotlight figure .image img {
    width: 100%;
    height: 325px;
    visibility: hidden;
}

section.spotlight figure .title {
    margin-left: 5%;
    margin-top: -30px;
}

section.spotlight figure .text {
    width: 78%;
    padding: 2% 16% 0 6%;
    text-transform: uppercase;
    min-height: 54px;
}

section.spotlight figure div.read-more {
    display: block;
    height: 34px;
    width: 100%;
    background-image: url(../images/icon-plus-button.jpg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
}

section.spotlight figure:hover div.read-more {
    background-image: url(../images/icon-plus-button2.png);
}

section.mission {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}

section.mission p {
    font-family: 'HelveticaNeueLightCond';
    font-size: 23px;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 0 !important;
}

section.mission p span {
    color: #FFF;
    background-color: #000;
    padding: 3px 3px 0 3px;
}

section.mission p strong {
    font-family: 'HelveticaNeueMediumCond';
    font-weight: normal;
}

section.main {
    width: 100%;
    height: auto;
}

section.main aside.content {
    float: left;
    width: 65.15151515151516%;
    margin-right: 2.0202020202020203%;
}

section.main aside.content .video {
    width: 100%;
    position: relative;
    padding-bottom: 96px;
}

section.main aside.content .video .bg {
    background-image: url('../images/video-bg.png');
    position: absolute;
    width: 671px;
    height: 428px;
    top: 96px;
    left: -84px;
}

section.main aside.content .video figure {
    width: 99.61%;
    height: auto;
    border: 1px solid #000;
    float: left;
    background-color: #FFF;
    margin-top: 45px;
    z-index: 100;
}

section.main aside.content .video figure .image {
    width: 100%;
}

section.main aside.content .video figure .image img {
    width: 100%;
    height: 325px;
}

section.main aside.content .video figure .title {
    margin-left: 3%;
    margin-top: -30px;
}

section.main aside.content .video figure .text {
    width: 78%;
    padding: 2% 16% 0 4%;
    text-transform: uppercase;
    min-height: 34px;
}

section.main aside.content .video figure a.read-more {
    float: right;
    display: block;
    height: 34px;
    width: 34px;
    margin-top: -20px;
}

section.main aside.sidebar {
    width: 32.82828282828283%;
    float: left;
}

section.main aside.sidebar .widget-instagram {
    width: 100%;
    border-top: 2px solid #000;
    border-bottom: 40px solid #000;
    position: relative;
}

section.main aside.sidebar .widget-instagram figure {
    width: 100%;
    height: auto;
    float: left;
    background-color: #FFF;
    z-index: 100;
}

section.main aside.sidebar .widget-instagram figure .image {
    width: 100%;
}

section.main aside.sidebar .widget-instagram figure .image img {
    width: 100%;
}

section.main aside.sidebar .widget-instagram figure .border {
    width: 99.38461538461539%;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    position: relative;
}

section.main aside.sidebar .widget-instagram figure .border .title {
    margin-top: -45px;
    text-align: center;
}

section.main aside.sidebar .widget-instagram figure .border .text {
    width: 100%;
    padding: 6% 0% 6% 0%;
    text-transform: uppercase;
    min-height: 34px;
    text-align: center;
    text-align: center;
}

section.main aside.sidebar .widget-instagram figure .border .text h3 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 5%;
}

section.main aside.sidebar .widget-instagram figure .border .text a {
    font-size: 14px;
}

footer {
    width: 100%;
    height: 25px;
    background-color: #000;
    padding-top: 40px;
    padding-bottom: 30px;
    color: #FFF;
    font-family: 'HelveticaNeueLightCond';
    font-size: 14px;
}

footer a {
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
}

footer a:hover {
    text-decoration: underline;
}


/* ABOUT PAGE STYLE  */

section.inside-page-logo {
    width: 100%;
    height: auto;
    margin: 20px 0 0px 0;
}

section.inside-page-logo .wrapper {
    position: relative;
}

section.inside-page-logo .logo {
    background-color: #000;
    text-align: center;
    height: 70px;
    text-align: right;
    padding: 20px 0 0 0;
}

section.inside-page-logo .bg-more-width {
    width: 170px;
    height: 90px;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #000;
}

section.main-container {
    width: 100%;
    height: auto;
    margin: 20px 0 0px 0;
}

section.main-container aside.sidebar {
    float: left;
    width: 24.242424242424242%;
    margin-right: 7.575757575757576%;
}

section.main-container aside.sidebar nav.second-menu {
    width: 100%;
}

section.main-container aside.sidebar nav.second-menu ul {
    width: 100%;
    float: left;
    display: block;
}

section.main-container aside.sidebar nav.second-menu ul li {
    margin-bottom: 15px;
}

section.main-container aside.sidebar nav.second-menu ul li a {
    display: block;
    padding: 12px 10px 10px 10px;
    background-color: #FFF;
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'HelveticaNeueLightCond';
}

section.main-container aside.sidebar nav.second-menu ul li a:hover, section.main-container aside.sidebar nav.second-menu ul li a.active {
    background-color: #000;
    color: #FFF;
}

section.main-container aside.sidebar nav.second-menu ul li>ul {
    display: block;
    margin: 15px 0 20px 0;
    background-color: #FFF;
}

section.main-container aside.sidebar nav.second-menu ul li>ul li {
    display: block;
    margin-bottom: 15px;
}

section.main-container aside.sidebar nav.second-menu ul li>ul li a {
    background-color: #FFF;
    color: #000;
    text-transform: none;
    font-size: 16px;
    padding: 0px 15px 0px 15px;
    font-family: 'HelveticaNeueLightCond';
}

section.main-container aside.sidebar nav.second-menu ul li>ul li a:hover, section.main-container aside.sidebar nav.second-menu ul li>ul li a.active {
    background-color: #FFF;
    color: #000;
    font-family: 'HelveticaNeueCondensed';
}

section.main-container aside.content {
    float: left;
    width: 68.18181818181817%;
}

section.main-container aside.content .mission {
    width: 100%;
}

section.main-container aside.content .mission img {
    margin-bottom: 40px;
}

section.main-container aside.content .mission h2 {
    font-family: 'onyxregular';
    font-weight: normal;
    font-size: 90px;
    line-height: 90px;
    letter-spacing: 3px;
    margin-bottom: 25px;
}

section.main-container aside.content .mission p {
    font-size: 20px;
    font-family: 'HelveticaNeueCondensed';
    line-height: 25px;
}

section.main-container aside.content .mission {
    width: 100%;
}

section.main-container aside.content .history .line {
    height: 7px;
    display: block;
    padding: 45px 0 60px 0;
}

section.main-container aside.content .history h2 {
    font-family: 'onyxregular';
    font-weight: normal;
    font-size: 90px;
    line-height: 90px;
    letter-spacing: 3px;
    margin-bottom: 25px;
}

section.main-container aside.content .history p {
    font-size: 16px;
    font-family: 'HelveticaNeueLightCond';
    line-height: 21px;
}

section.board {
    width: 100%;
    height: auto;
    background-color: #FFF;
    margin: 60px 0;
    color: #FFF;
}

section.board .details {
    margin-left: 24.318181818181817%;
    padding-left: 7%;
    background-color: #000;
    padding-top: 60px;
    padding-bottom: 30px;
}

section.board .details-width {
    width: 675px;
    float: left;
}

section.board .details h2 {
    font-family: 'onyxregular';
    font-weight: normal;
    font-size: 90px;
    line-height: 90px;
    letter-spacing: 3px;
    margin-bottom: 30px;
}

section.board .details figure {
    width: 32%;
    margin-right: 2%;
    float: left;
}

section.board .details figure.last {
    margin-right: 0%;
}

section.board .details figure .name {
    font-family: 'HelveticaNeueLightCond';
    display: block;
    width: 96%;
    padding: 5% 2% 3% 2%;
    background-color: #FFF;
    color: #000;
    font-size: 30px;
    text-transform: uppercase;
}

section.board .details figure .position {
    font-size: 24px;
    font-family: 'HelveticaNeueThinCond';
    color: #ca0000;
}

section.board .details figure .pos-details {
    font-family: 'HelveticaNeueCondensed';
    font-size: 15px;
    line-height: 19px;
}

section.financials {
    width: 100%;
    height: 310px;
    background-color: #FFF;
    color: #000;
    padding-bottom: 30px;
}

section.financials .details {
    width: 68.18181818181817%;
    margin-left: 31.818181818181817%;
}

section.financials .details h2 {
    font-family: 'onyxregular';
    font-weight: normal;
    font-size: 90px;
    line-height: 90px;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

section.financials .details p {
    font-family: 'HelveticaNeueLightCond';
    font-size: 18px;
}

section.financials .details figure {
    width: 25%;
    float: left;
}

section.financials .details figure ul li {
    margin-bottom: 13px;
}

section.financials .details figure ul li a {
    color: #ca0000;
    text-decoration: underline;
    font-family: 'HelveticaNeueLightCond';
}

section.main-container aside.content .banner {
    height: auto;
    width: 100%;
    margin-bottom: 10px;
}

section.main-container aside.content .banner img {
    width: 100%;
}

section.main-container aside.content .title {
    width: 100%;
}

section.main-container aside.content .title h2 {
    font-family: 'onyxregular';
    font-weight: normal;
    font-size: 98px;
    text-transform: uppercase;
}

section.main-container aside.programs {
    font-family: 'HelveticaNeueLightCond';
    font-size: 16px;
    color: #000;
}

section.main-container aside.programs .not-full-width {
    width: 90%;
    margin: 3% 0% 10% 10%;
    line-height: 25px;
}

section.main-container aside.programs .not-full-width img {
    width: 100%;
}

section.main-container aside.programs .not-full-width a {
    color: #ca0000;
    text-decoration: underline;
}

section.main-container aside.programs .not-full-width figure.requirements {
    width: 90%;
    padding: 5%;
    background-color: #000;
    color: #FFF;
    font-family: 'HelveticaNeueMediumCond';
    margin-bottom: 40px;
}

section.main-container aside.programs .not-full-width figure.requirements h3 {
    font-size: 46px;
    line-height: 50px;
    font-weight: normal;
    font-family: 'HelveticaNeueLightCond';
}

section.main-container aside.programs .not-full-width figure.requirements ul, section.main-container aside.programs .not-full-width figure.requirements ol {
    margin-top: 15px;
    margin-left: 30px;
}

section.main-container aside.programs .not-full-width figure.requirements ul li {
    list-style: disc;
    margin-bottom: 5px;
}

section.main-container aside.programs .not-full-width figure.requirements ol li {
    list-style: decimal;
    margin-bottom: 5px;
    font-size: 12px;
    font-family: 'HelveticaNeueLightCond';
    font-style: italic;
}

section.main-container aside.programs .not-full-width figure.requirements ol li span {
    font-style: normal;
    font-family: 'HelveticaNeueThinCond';
    font-size: 26px;
    line-height: 30px;
}

section.main-container aside.programs .not-full-width .title-with-border {
    border: 1px solid #000;
    padding: 3% 2% 2% 2%;
    margin-bottom: 20px;
}

section.main-container aside.programs .not-full-width .title-with-border h2 {
    font-size: 40px;
    line-height: 44px;
    font-weight: normal;
    font-family: 'HelveticaNeueThinCond';
}

section.main-container aside.programs .not-full-width figure.scholars {
    width: 90%;
    padding: 5%;
    background-color: #000;
    color: #FFF;
    margin: 20px 0 40px 0;
}

section.main-container aside.programs .not-full-width figure.scholars .title {
    display: block;
    margin: 30px 0 40px 0;
}

section.main-container aside.programs .not-full-width figure.scholars .title h2 {
    font-family: 'onyxregular';
    font-weight: normal;
    font-size: 99px;
    text-transform: uppercase;
}

section.main-container aside.programs .not-full-width figure.scholars .desc {
    font-family: 'HelveticaNeueLightCond';
    font-style: italic;
    font-size: 15px;
    line-height: 17px;
    margin-top: 15px;
    display: block;
    margin-left: 30px;
}

section.main-container aside.programs .not-full-width figure.scholars .slider {
    width: 100%;
}

section.main-container aside.programs .not-full-width figure.scholars .slider .line-number {
    border-bottom: 1px solid #6d6d6d;
    font-size: 23px;
    text-align: right;
    margin: 15px 0;
}

section.main-container aside.programs .not-full-width figure.scholars .slider article.slide {
    width: 100%;
}

section.main-container aside.programs .not-full-width figure.scholars .slider article.slide .name {
    width: 80%;
    float: left;
    font-size: 42px;
    margin: 30px 0 20px 0;
}

section.main-container aside.programs .not-full-width figure.scholars .slider article.slide .navigation {
    width: 20%;
    float: left;
    margin: 30px 0 20px 0;
    text-align: right;
}

section.main-container aside.programs .not-full-width figure.scholars .slider article.slide .navigation a {
    color: #FFF;
    font-size: 50px;
    margin-left: 8px;
    text-decoration: none;
}

section.main-container aside.programs .not-full-width figure.scholars .slider article.slide .image {
    float: left;
    width: 22%;
    text-align: left;
    margin-right: 5%;
}

section.main-container aside.programs .not-full-width figure.scholars .slider article.slide .image img {
    width: 100%;
}

section.main-container aside.programs .not-full-width figure.scholars .slider article.slide .text {
    float: left;
    width: 73%;
    font-family: 'HelveticaNeueMediumCond';
    font-size: 16px;
    line-height: 20px;
}

section.main-container aside.programs .not-full-width figure.alumni {
    width: 89.5%;
    padding: 5%;
    background-color: #FFF;
    color: #000;
    margin: 20px 0 40px 0;
    border: 1px solid #000;
}

section.main-container aside.programs .not-full-width figure.alumni .title {
    display: block;
    margin: 30px 0 30px 0;
}

section.main-container aside.programs .not-full-width figure.alumni .title h2 {
    font-family: 'onyxregular';
    font-weight: normal;
    font-size: 107px;
    text-transform: uppercase;
}

section.main-container aside.programs .not-full-width figure.alumni .desc {
    font-family: 'HelveticaNeueLightCond';
    font-style: italic;
    font-size: 15px;
    line-height: 17px;
    margin-top: 15px;
    display: block;
    margin-left: 30px;
}

section.main-container aside.programs .not-full-width figure.alumni .slider {
    width: 100%;
}

section.main-container aside.programs .not-full-width figure.alumni .slider .line-number {
    border-bottom: 1px solid #6d6d6d;
    font-size: 23px;
    text-align: right;
    margin: 15px 0;
}

section.main-container aside.programs .not-full-width figure.alumni .slider article.slide {
    width: 100%;
}

section.main-container aside.programs .not-full-width figure.alumni .slider article.slide .name {
    width: 80%;
    float: left;
    font-size: 42px;
    margin: 30px 0 20px 0;
}

section.main-container aside.programs .not-full-width figure.alumni .slider article.slide .navigation {
    width: 20%;
    float: left;
    margin: 30px 0 20px 0;
    text-align: right;
}

section.main-container aside.programs .not-full-width figure.alumni .slider article.slide .navigation a {
    color: #000;
    font-size: 50px;
    margin-left: 8px;
    text-decoration: none;
}

section.main-container aside.programs .not-full-width figure.alumni .slider article.slide .image {
    float: left;
    width: 22%;
    text-align: left;
    margin-right: 5%;
}

section.main-container aside.programs .not-full-width figure.alumni .slider article.slide .image img {
    width: 100%;
}

section.main-container aside.programs .not-full-width figure.alumni .slider article.slide .text {
    float: left;
    width: 73%;
    font-family: 'HelveticaNeueMediumCond';
    font-size: 16px;
    line-height: 20px;
}

section.main-container aside.programs .not-full-width figure.alumni .slider article.slide p.blockquotes {
    font-size: 14px;
    line-height: 16px;
    font-style: italic;
    padding-left: 50px;
    background-image: url(../images/icon-blockquotes.png);
    background-repeat: no-repeat;
    background-position: center left;
    margin-left: -50px;
}

section.main-container aside.programs .not-full-width .app-button {
    margin: 40px 0 50px -115px;
}

section.main-container aside.programs .not-full-width .app-button img {
    width: auto;
}

section.main-container aside.programs .not-full-width .faq {
    width: 100%;
    height: auto;
}

section.main-container aside.programs .not-full-width .faq .title {
    font-size: 78px;
    font-family: 'Arvil';
    margin-bottom: 60px;
}

section.main-container aside.programs .not-full-width .faq ul li {
    margin-bottom: 20px;
    margin-top: 10px;
}

section.main-container aside.programs .not-full-width .faq ul li:last-child img {
    display: none;
}

section.main-container aside.programs .not-full-width .faq h2.question {
    display: block;
    padding-left: 40px;
    background-image: url(../images/icon-faq-answer.png);
    background-repeat: no-repeat;
    float: left;
    text-transform: uppercase;
    font-family: 'HelveticaNeueThinCond';
    font-size: 26px;
    line-height: 29px;
    margin-bottom: 20px;
    padding-top: 10px;
    font-weight: normal;
}

section.main-container aside.programs .not-full-width .faq h3.answer {
    float: left;
    font-family: 'HelveticaNeueLightCond';
    font-weight: normal;
    padding-top: 10px;
    padding-left: 40px;
    background-image: url(../images/icon-faq-question.png);
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

section.main-container aside.programs .not-full-width h4 {
    color: #ca0000;
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'HelveticaNeueLightCond';
}

section.main-container aside.programs .not-full-width ol {
    margin: 20px 0 20px 30px;
}

section.main-container aside.programs .not-full-width ol li {
    list-style: decimal;
    margin-bottom: 5px;
    font-size: 12px;
    font-family: 'HelveticaNeueLightCond';
    font-style: italic;
    font-weight: normal;
}

section.main-container aside.programs .not-full-width ol li span {
    font-style: normal;
    font-size: 16px;
    line-height: 23px;
}

section.main-container aside.programs .not-full-width p.note {
    display: block;
    border-top: 1px solid #b1b1b1;
    border-bottom: 1px solid #b1b1b1;
    padding: 12px 0;
    text-align: justify;
    letter-spacing: 0.04em;
    font-family: 'HelveticaNeueMediumCond';
    font-size: 15px;
    color: #ca0000;
    text-transform: uppercase;
}

section.main-container aside.programs .not-full-width .black-box-text {
    width: 583px;
    height: auto;
    padding: 15px 180px 10px 10px;
    color: #FFF;
    background-color: #000;
    font-size: 26px;
    text-transform: uppercase;
    font-family: 'HelveticaNeueLightCond';
    margin-top: 10px;
    line-height: 28px;
}

section.main-container aside.programs .not-full-width .testimlnials-abroad {
    margin: 40px 0;
}

section.main-container aside.programs .not-full-width .testimlnials-abroad figure {
    margin-bottom: 80px;
}

section.main-container aside.programs .not-full-width .testimlnials-abroad figure h2 {
    font-size: 50px;
    font-family: 'HelveticaNeueThinCond';
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding: 0;
    font-weight: normal;
    padding-top: 0px;
}

section.main-container aside.programs .not-full-width .testimlnials-abroad figure h3 {
    font-size: 20px;
    font-family: 'HelveticaNeueLightCond';
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 15px;
}

section.main-container aside.programs .not-full-width .testimlnials-abroad figure .desc {
    text-align: justify;
}

section.main-container aside.programs .not-full-width .testimlnials-abroad figure .desc img {
    margin: 0 5px 0px 0;
    width: auto;
}

section.main-container aside.programs .not-full-width .testimlnials-abroad figure .line-bottom {
    margin: 10px 0 0 0;
    height: 7px;
    width: 100%;
}

section.main-container aside.programs .not-full-width .testimlnials-abroad figure .line-bottom img {
    width: 100%;
}

section.main-container aside.programs .not-full-width .testimlnials-abroad figure.last .line-bottom img {
    display: none;
}

.world-bg {
    background-image: url(../images/world-bg.png);
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 65%;
}

section.main-container .main-image {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

section.main-container .main-image img {
    width: 100%;
    height: auto;
}

section.main-container .main-title {
    font-size: 100px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'onyxregular';
    padding-left: 25px;
    margin: 20px 0;
}

section.main-container .contact {
    width: 520px;
    height: auto;
    margin-left: 27px;
    margin-bottom: 40px;
}

section.main-container .contact select {
    width: 86%;
    font-size: 17px;
    font-family: 'HelveticaNeueLightCond';
    line-height: 20px;
    color: #000;
    padding: 3% 2% 2% 2%;
    float: left;
    margin-bottom: 20px;
    text-transform: uppercase;
}

section.main-container .contact input[type="text"] {
    width: 95.5%;
    font-size: 17px;
    font-family: 'HelveticaNeueLightCond';
    line-height: 20px;
    color: #000;
    padding: 2% 2% 2% 2%;
    float: left;
    margin-bottom: 20px;
}

section.main-container .contact textarea {
    width: 96% !important;
    font-size: 17px;
    font-family: 'HelveticaNeueLightCond';
    line-height: 20px;
    color: #000;
    padding: 2% 2% 2% 2%;
    float: left;
    margin-bottom: 20px;
    height: 180px;
}

section.main-container .contact input[type="submit"] {
    width: 20%;
    border: 1px solid #000;
    float: right;
    background-color: #000;
    color: #FFF !important;
    font-size: 26px;
    text-align: center;
    font-family: 'HelveticaNeueLightCond';
    color: #000;
    padding: 2.3% 0% 2% 0%;
    text-transform: uppercase;
}

section.main-container .contact input[type="submit"]:hover {
    background-color: #FFF;
    color: #000 !important;
    border: 1px solid #ca0000;
}

section.main-container .events {
    padding-left: 2.525252525252525%;
    width: 97.47474747474747%;
    margin: 20px 0;
    height: auto;
}

section.main-container .events article {
    float: left;
    width: 46%;
    margin-right: 8%;
    min-height: 430px;
    margin-bottom: 25px;
}

section.main-container .events article.last {
    margin-right: 0%;
}

section.main-container .events article .image {
    width: 100%;
    margin-bottom: 10px;
}

section.main-container .events article .image img {
    width: 100%;
    height: auto;
}

section.main-container .events article .title {
    font-size: 40px;
    line-height: 40px;
    color: #FFF;
    font-family: 'onyxregular';
    margin-bottom: 10px;
}

section.main-container .events article ul {
    margin-left: 20px;
}

section.main-container .events article ul li {
    margin-bottom: 5px;
    list-style-image: url(../images/icon-article-li.png);
    padding-left: 10px;
    font-family: 'HelveticaNeueLightCond';
    line-height: 22px;
}

section.main-container .news-separator-line {
    background-image: url(../images/news-events-line.png);
    height: 7px;
    width: 100%;
    background-repeat: no-repeat;
}

section.main-container .news {
    padding-top: 20px;
    margin-bottom: 60px;
}

section.main-container .news article {
    display: block;
    margin-bottom: 15px;
    padding-left: 25px;
}

section.main-container .news article .title {
    font-family: 'HelveticaNeueLightCond';
    font-style: italic;
    font-size: 14px;
    padding-bottom: 5px;
}

section.main-container .news article .link {
    font-size: 17px;
    padding-bottom: 5px;
}

section.main-container .news article .link a:hover {
    color: #cb0000;
}

section.main-container .news p {
    padding-left: 25px;
}

section.main-container .donate {
    width: 100%;
    height: auto;
}

section.main-container .donate aside.donate-today {
    width: 51.515151515151516%;
    margin-right: 9.090909090909092%;
    float: left;
    color: #000;
}

section.main-container .donate aside.donate-email {
    width: 39.39393939393939%;
    float: left;
    background-color: #141414;
    color: #FFF;
    margin-bottom: 9.090909090909092%;
}

section.main-container .donate aside.donate-email .box {
    padding: 8.974358974358974%;
}

section.main-container .donate aside.donate-email .box input[type="text"] {
    border: 1px solid #8a8a8a;
    width: 95.3%;
    padding: 4% 2%;
    margin-bottom: 1.5%;
    margin-top: 3%;
    background-color: transparent;
    color: #FFF;
    font-size: 15px;
    font-family: 'HelveticaNeueLightCond';
}

section.main-container .donate aside.donate-email .box input[type="submit"] {
    width: 100%;
    border: none;
    background-image: url(../images/icon-donate-by-email-noactive.png);
    background-color: #FFF;
    background-repeat: no-repeat;
    background-position-x: 5%;
    background-position-y: 50%;
    margin: 35px 0;
    padding: 5% 10% 5% 10%;
    font-size: 30px;
    color: #000;
    font-family: 'onyxregular';
    text-transform: uppercase;
}

section.main-container .donate aside.donate-email .box input[type="submit"]:hover {
    width: 100%;
    border: 1px solid #c90101;
    background-image: url(../images/icon-donate-by-email-active.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position-x: 5%;
    background-position-y: 50%;
    margin: 35px 0;
    padding: 4.7% 10% 4.7% 10%;
    font-size: 30px;
    color: #FFF;
    font-family: 'onyxregular';
    text-transform: uppercase;
}

section.main-container .donate aside.donate-email .box h2 {
    font-size: 44px;
    font-weight: normal;
    font-family: 'HelveticaNeueLightCond';
    line-height: 44px;
    text-transform: uppercase;
}

section.main-container .donate aside.donate-email .box .premission {
    width: 100%;
    min-height: 100px;
    background-color: #FFF;
    margin-top: 20px;
}

section.main-container .donate aside.donate-email .box h2 span {
    text-transform: none;
    display: block;
    font-size: 28px;
}

section.main-container .donate aside.donate-email .separator {
    width: 100%;
    height: 1px;
    border-top: 1px dashed #FFF;
    margin-bottom: 20px;
}

section.main-container .donate aside.donate-email ::-webkit-input-placeholder {
    color: #FFF;
}

section.main-container .donate aside.donate-email :-moz-placeholder {
    /* Firefox 18- */
    color: #FFF;
}

section.main-container .donate aside.donate-email ::-moz-placeholder {
    /* Firefox 19+ */
    color: #FFF;
}

section.main-container .donate aside.donate-email :-ms-input-placeholder {
    color: #FFF;
}

section.main-container .donate aside.donate-today .box {
    padding-top: 6.974358974358974%;
}

section.main-container .donate aside.donate-today .box input[type="text"] {
    border: 1px solid #8a8a8a;
    width: 72.8%;
    padding: 2.7% 1.7%;
    margin-bottom: 2.1%;
    background-color: transparent;
    color: #000;
    font-size: 15px;
    font-family: 'HelveticaNeueLightCond';
}

section.main-container .donate aside.donate-today .box input[type="submit"] {
    width: 76.5%;
    border: 0;
    padding: 5% 10% 4% 10%;
    font-size: 30px;
    margin: 35px 0;
    float: left;
    background-color: #000;
    color: #FFF;
}

section.main-container .donate aside.donate-today .box input[type="submit"]:hover {
    background-color: #FFF;
    color: #000;
    border: 1px solid #ca0000;
    padding: 4.8% 10% 3.8% 10%;
}

section.main-container .donate aside.donate-today .box h2 {
    font-size: 44px;
    font-weight: normal;
    font-family: 'HelveticaNeueLightCond';
    line-height: 44px;
    text-transform: uppercase;
}

section.main-container .donate aside.donate-today .box h3 {
    font-size: 37px;
    font-weight: normal;
    font-family: 'HelveticaNeueThinCond';
    margin-bottom: 20px;
}

section.main-container .donate aside.donate-today .box .premission {
    width: 100%;
    min-height: 100px;
    background-color: #FFF;
    margin-top: 20px;
}

section.main-container .donate aside.donate-today .box h2 span {
    text-transform: none;
    display: block;
    font-size: 28px;
}

section.main-container .donate aside.donate-today .separator {
    width: 100%;
    height: 7px;
    margin: 20px 0;
    background-image: url(../images/donate-today-separator.jpg);
    background-repeat: no-repeat;
}

section.main-container .donate aside.donate-today .box select {
    border: 1px solid #8a8a8a;
    width: 52.8%;
    padding: 2.5% 1.5%;
    margin-bottom: 2.1%;
    background-color: transparent;
    color: #000;
    font-size: 15px;
    font-family: 'HelveticaNeueLightCond';
}

section.main-container .donate aside.donate-today .box input[type="text"]#zip {
    width: 49.0%;
}

section.main-container .donate aside.donate-today .box select#exp-date {
    width: 29.0%;
    margin-right: 6.2%
}

section.main-container .donate aside.donate-today .box input[type="text"]#ccv {
    width: 37%;
}

section.main-container .donate aside.donate-today ::-webkit-input-placeholder {
    color: #000;
}

section.main-container .donate aside.donate-today :-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

section.main-container .donate aside.donate-today ::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

section.main-container .donate aside.donate-today :-ms-input-placeholder {
    color: #000;
}


/* CHECKBOX STYLE  */


/* Base for label styling */

section.main-container .donate aside.donate-today .box [type="checkbox"]:not(:checked), section.main-container .donate aside.donate-today .box [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

section.main-container .donate aside.donate-today .box [type="checkbox"]:not(:checked)+label, section.main-container .donate aside.donate-today .box [type="checkbox"]:checked+label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-size: 15px;
    padding-top: 5px;
    font-family: 'HelveticaNeueLightCond';
}


/* checkbox aspect */

section.main-container .donate aside.donate-today .box [type="checkbox"]:not(:checked)+label:before, section.main-container .donate aside.donate-today .box [type="checkbox"]:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 17px;
    height: 17px;
    background: #FFF;
    border: 1px solid #000;
}


/* checked mark aspect */

section.main-container .donate aside.donate-today .box [type="checkbox"]:not(:checked)+label:after, section.main-container .donate aside.donate-today .box [type="checkbox"]:checked+label:after {
    content: '✔';
    position: absolute;
    top: 5px;
    left: 3px;
    font-size: 16px;
    color: #000;
    transition: all .2s;
}


/* checked mark aspect changes */

section.main-container .donate aside.donate-today .box [type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0);
}

section.main-container .donate aside.donate-today .box [type="checkbox"]:checked+label:after {
    opacity: 1;
    transform: scale(1);
}


/* disabled checkbox */

section.main-container .donate aside.donate-today .box [type="checkbox"]:disabled:not(:checked)+label:before, section.main-container .donate aside.donate-today .box [type="checkbox"]:disabled:checked+label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

section.main-container .donate aside.donate-today .box [type="checkbox"]:disabled:checked+label:after {
    color: #999;
}

section.main-container .donate aside.donate-today .box [type="checkbox"]:disabled+label {
    color: #aaa;
}

/* accessibility */

section.main-container .donate aside.donate-today .box [type="checkbox"]:checked:focus+label:before, section.main-container .donate aside.donate-today .box [type="checkbox"]:not(:checked):focus+label:before {}

section.main-container .donate aside.donate-today .box .amounts .toggle {
    background: url("../images/checkbox.png") bottom left;
    display: inline-block;
    width: 20px;
    height: 18px;
}

section.main-container .donate aside.donate-today .box .amounts .toggle.checked {
    background-position: left top;
}

section.main-container .donate aside.donate-today .box .amounts .toggleR {
    background: url("../images/radio.png") bottom left;
    display: inline-block;
    width: 20px;
    height: 18px;
}

section.main-container .donate aside.donate-today .box .amounts .toggleR.checked {
    background-position: left top;
}

section.main-container .donate aside.donate-today .box .amounts {
    width: 76.8%;
    float: left;
    margin-right: 27.2%;
    height: auto;
    margin-bottom: 10px;
}

section.main-container .donate aside.donate-today .box .amounts .col1 {
    float: left;
    width: 25%;
    margin-bottom: 10px;
}

section.main-container .donate aside.donate-today .box .amounts .col2 {
    float: left;
    width: 25%;
    margin-bottom: 10px;
}

section.main-container .donate aside.donate-today .box .amounts .col3 {
    float: left;
    width: 50%;
    padding-top: 75px;
    margin-bottom: 10px;
}

section.main-container .donate aside.donate-today .box .amounts .col3 input[type="radio"] {
    float: left;
}

section.main-container .donate aside.donate-today .box .amounts .col3 #other {
    float: right;
    width: 150px;
    display: inline-block;
    padding: 5.7% 4.7%;
    margin-top: -10px;
}

section.main-container .donate aside.donate-today .box #verified {
    float: left;
    margin-top: 35px;
    margin-left: 20px;
}

section.main-container .donate aside.donate-today .box .exp-date-label {
    display: block;
    margin-top: 30px;
}


/*==========================================
*** RESPONSIVNESS STYLES - TABs AND MOBILE
==========================================*/

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    header, section, footer {
        width: auto;
        overflow: hidden;
    }
    .wrapper {
        width: 96%;
        padding: 0 2%;
        margin: 0 auto;
        position: relative;
    }
    section.spotlight figure {
        margin-right: 2.9214030303030303%;
    }
    section.spotlight .wrapper .bg {
        display: none;
    }
    section.spotlight figure .image img, section.main aside.content .video figure .image img {
        height: auto;
    }
    section.spotlight figure .title img, section.main aside.content .video figure .title img {
        height: 30px;
    }
    section.spotlight figure .title, section.main aside.content .video figure .title {
        margin-top: -20px;
    }
    section.spotlight figure .text, section.main aside.content .video figure .text {
        font-size: 13px;
    }
    section.home-page-logo .logo img {
        width: 70%;
    }
    .jetmenu>li>a, .jetmenu li span {
        font-size: 14px !important;
    }
    section.main aside.content .video {
        padding-bottom: 20px;
    }
    section.main aside.content .video .bg {
        display: none;
    }
    section.main aside.content .video figure {
        margin-top: 0px;
    }
    section.mission p {
        font-size: 20px;
        line-height: 25px;
    }
    section.main aside.sidebar .widget-instagram figure .border .text h3 {
        font-size: 20px;
    }
    section.main aside.sidebar .widget-instagram figure .border .text a {
        font-size: 12px;
    }
    footer {
        padding-top: 60px;
    }
    section.inside-page-logo .logo {
        text-align: center;
    }
    section.main-container aside.content .mission img {
        width: 100%;
    }
    section.board {
        height: auto;
    }
    section.board .details-width {
        width: auto;
        float: left;
    }
    section.board .details figure .name {
        font-size: 23px;
    }
    section.financials .details figure {
        margin-right: 3%;
    }
    section.main-container aside.programs .not-full-width {
        width: 100%;
        margin-left: 0;
    }
    section.main-container aside.programs .not-full-width .app-button {
        width: 100%;
        margin: 40px 0 50px 0px;
    }
    section.main-container aside.programs .not-full-width .app-button img {
        width: 100%;
    }
    section.main-container aside.programs .not-full-width figure.requirements ol li span {
        font-size: 21px;
        line-height: 25px;
    }
    .world-bg {
        background-image: none;
    }
    section.main-container .events article {
        min-height: 460px;
    }
    section.main-container .donate aside.donate-today .box .amounts .col3 #other {
        width: 72%;
        margin-top: -7px;
    }
    section.main-container .donate aside.donate-today .box input[type="image"] {
        width: 77% !important;
    }
    section.main-container .donate aside.donate-today .box #verified {
        width: 15%;
    }
    section.main-container .donate aside.donate-email .box input[type="submit"] {
        background-size: 13%;
        padding: 2% 20% 2% 20%;
        font-size: 23px;
        background-position-x: 3%;
    }
    section.main-container .donate aside.donate-email .box input[type="submit"]:hover {
        background-size: 13%;
        padding: 1.5% 20% 1.5% 20%;
        font-size: 23px;
        background-position-x: 3%;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    header, section, footer {
        width: auto;
        overflow: hidden;
    }
    .wrapper {
        width: 96%;
        padding: 0 2%;
        margin: 0 auto;
        position: relative;
    }
    section.spotlight figure {
        margin-right: 2.6514030303030303%;
    }
    section.spotlight .wrapper .bg {
        display: none;
    }
    section.home-page-logo .logo {
        padding: 70px 0;
    }
    section.home-page-logo {
        margin: 25px 0 0px 0;
    }
    header {
        height: auto;
    }
    header .wrapper {
        width: 100%;
        padding: 0;
    }
    header .social {
        width: 100%;
        text-align: center;
    }
    header .social ul {
        float: none;
        text-align: center;
    }
    header nav.top {
        width: 100%;
    }
    section.spotlight figure .image img, section.main aside.content .video figure .image img {
        height: auto;
    }
    section.spotlight figure .title img {
        height: auto;
        width: 80%;
    }
    section.main aside.content .video figure .title img {
        height: auto;
        width: 30%;
    }
    section.spotlight figure .title, section.main aside.content .video figure .title {
        margin-top: -20px;
    }
    section.spotlight figure .text, section.main aside.content .video figure .text {
        font-size: 12px;
    }
    section.spotlight figure a.read-more, section.main aside.content .video figure a.read-more {
        width: 20px;
        height: 20px;
    }
    section.spotlight figure div.read-more {
        height: 20px;
    }
    section.spotlight figure a.read-more img, section.main aside.content .video figure a.read-more img {
        width: 100%;
    }
    section.home-page-logo .logo img {
        width: 70%;
    }
    .jetmenu>li>a, .jetmenu li span {
        font-size: 14px !important;
    }
    .jetmenu>li.showhide {
        height: auto;
        padding: 5px 0 5px 0;
    }
    .jetmenu>li.showhide span.icon {
        margin: 13px 15px !important;
    }
    .jetmenu>li:hover, .jetmenu>li.active {
        background-image: none !important;
    }
    .jetmenu>li span.separator {
        display: none;
    }
    .jetmenu>li>a {
        margin: 0 !important;
    }
    .jetmenu li {
        padding: 5px 0 !important;
    }
    .jetmenu a {
        background: #000 !important;
        text-align: center;
    }
    .jetmenu a:hover {
        background: #333 !important;
    }
    section.main aside.content .video {
        padding-bottom: 20px;
    }
    section.main aside.content .video .bg {
        display: none;
    }
    section.main aside.content .video figure {
        margin-top: 0px;
        width: 99.51%;
    }
    section.mission p {
        font-size: 18px;
        line-height: 23px;
    }
    section.main aside.sidebar .widget-instagram figure .border .text h3 {
        font-size: 17px;
    }
    section.main aside.sidebar .widget-instagram figure .border .text a {
        font-size: 8px;
    }
    footer {
        padding-top: 20px;
        font-size: 12px;
        text-align: center;
    }
    footer a {
        font-size: 12px;
    }
    section.main aside.sidebar .widget-instagram figure .border .title img {
        width: 50px;
    }
    section.main aside.sidebar .widget-instagram figure .border .title {
        margin-top: -30px;
    }
    section.main aside.sidebar .widget-instagram {
        border-bottom: 20px solid #000;
    }
    header .social ul li {
        margin: 0 2%;
    }
    section.spotlight, section.mission {
        margin-bottom: 20px;
    }
    section.spotlight figure {
        margin-top: 25px;
    }
    section.inside-page-logo .logo {
        text-align: center;
    }
    section.main-container aside.content .mission img {
        width: 100%;
    }
    section.board, section.financials {
        height: auto;
        margin: 30px 0;
    }
    section.board .details figure .name, section.board .details figure .position {
        font-size: 21px;
    }
    section.financials .details figure {
        margin-right: 0%;
        width: 33%;
    }
    section.main-container aside.sidebar, section.main-container aside.content {
        width: 100%;
    }
    section.board .details, section.financials .details {
        width: 100%;
        margin-left: 0;
    }
    section.board .details figure .pos-details {
        font-size: 13px;
        line-height: 17px;
    }
    section.financials .details figure ul li a {
        font-size: 14px;
    }
    section.main-container aside.programs .not-full-width {
        width: 100%;
        margin-left: 0;
    }
    section.main-container aside.programs .not-full-width .app-button {
        width: 100%;
        margin: 40px 0 50px 0px;
    }
    section.main-container aside.programs .not-full-width .app-button img {
        width: 100%;
    }
    section.main-container aside.content .title h2 {
        font-size: 80px;
    }
    section.main-container aside.programs .not-full-width figure.requirements h3 {
        font-size: 40px;
        line-height: 46px;
    }
    section.main-container aside.programs .not-full-width .title-with-border h2 {
        font-size: 35px;
        line-height: 41px;
    }
    section.main-container aside.programs .not-full-width figure.requirements ol li span {
        font-size: 21px;
        line-height: 25px;
    }
    section.main-container aside.programs .not-full-width .black-box-text {
        width: 96%;
        padding: 2%;
    }
    .world-bg {
        background-image: none;
    }
    section.main-container .main-title {
        font-size: 80px;
        line-height: 80px;
        margin-bottom: 15px;
        padding-left: 0;
    }
    section.main-container .contact {
        width: 100%;
        height: auto;
        margin-left: 0;
    }
    section.main-container .contact input[type="submit"] {
        font-size: 20px;
    }
    section.main-container .events {
        padding-left: 0;
        width: 100%;
    }
    section.main-container .events article {
        width: 100%;
        margin-right: 0%;
        min-height: 100px;
        margin-bottom: 20px;
    }
    section.main-container .news article, section.main-container .news p {
        padding-left: 0px;
    }
    section.main-container .donate aside.donate-today .box .amounts .col3 #other {
        width: 72%;
        margin-top: -7px;
    }
    section.main-container .donate aside.donate-today .box input[type="image"] {
        width: 77% !important;
    }
    section.main-container .donate aside.donate-today .box #verified {
        width: 15%;
    }
    section.main-container .donate aside.donate-today {
        width: 100%;
        margin-right: 0;
    }
    section.main-container .donate aside.donate-email {
        width: 100%;
    }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
    header, section, footer {
        width: auto;
        overflow: hidden;
    }
    .wrapper {
        width: 96%;
        padding: 0 2%;
        margin: 0 auto;
        position: relative;
    }
    section.spotlight figure {
        margin-right: 2.6514030303030303%;
    }
    section.spotlight .wrapper .bg {
        display: none;
    }
    section.home-page-logo .logo {
        padding: 70px 0;
    }
    section.home-page-logo {
        margin: 25px 0 0px 0;
    }
    header {
        height: auto;
    }
    header .wrapper {
        width: 100%;
        padding: 0;
    }
    header .social {
        width: 100%;
        text-align: center;
    }
    header .social ul {
        float: none;
        text-align: center;
    }
    header nav.top {
        width: 100%;
    }
    section.spotlight figure .image img, section.main aside.content .video figure .image img {
        height: auto;
    }
    section.spotlight figure .title img {
        height: auto;
        width: 50%;
    }
    section.main aside.content .video figure .title img {
        height: auto;
        width: 40%;
    }
    section.spotlight figure .title, section.main aside.content .video figure .title {
        margin-top: -20px;
    }
    section.spotlight figure .text, section.main aside.content .video figure .text {
        font-size: 14px;
    }
    section.spotlight figure a.read-more, section.main aside.content .video figure a.read-more {
        width: 25px;
        height: 25px;
    }
    section.spotlight figure div.read-more {
        height: 25px;
    }
    section.spotlight figure a.read-more img, section.main aside.content .video figure a.read-more img {
        width: 100%;
    }
    section.home-page-logo .logo img {
        width: 70%;
    }
    .jetmenu>li>a, .jetmenu li span {
        font-size: 14px !important;
    }
    .jetmenu>li.showhide {
        height: auto;
        padding: 5px 0 5px 0;
    }
    .jetmenu>li.showhide span.icon {
        margin: 13px 15px !important;
    }
    .jetmenu>li:hover, .jetmenu>li.active {
        background-image: none !important;
    }
    .jetmenu>li span.separator {
        display: none;
    }
    .jetmenu>li>a {
        margin: 0 !important;
    }
    .jetmenu li {
        padding: 5px 0 !important;
    }
    .jetmenu a {
        background: #000 !important;
        text-align: center;
    }
    .jetmenu a:hover {
        background: #333 !important;
    }
    section.main aside.content .video {
        padding-bottom: 20px;
    }
    section.main aside.content .video .bg {
        display: none;
    }
    section.main aside.content .video figure {
        margin-top: 0px;
        width: 99.51%;
    }
    section.mission p {
        font-size: 16px;
        line-height: 20px;
    }
    section.mission p span {
        padding: 3px 3px 0 3px;
    }
    section.main aside.sidebar .widget-instagram figure .border .text h3 {
        font-size: 20px;
    }
    section.main aside.sidebar .widget-instagram figure .border .text a {
        font-size: 12px;
    }
    footer {
        padding-top: 20px;
        font-size: 12px;
        text-align: center;
    }
    footer a {
        font-size: 12px;
    }
    section.main aside.sidebar .widget-instagram figure .border .title img {
        width: 25%;
    }
    section.main aside.sidebar .widget-instagram figure .border .title {
        margin-top: -40px;
    }
    section.main aside.sidebar .widget-instagram {
        border-bottom: 20px solid #000;
        margin-bottom: 5%;
    }
    header .social ul li {
        margin: 0 2%;
    }
    section.spotlight, section.mission {
        margin-bottom: 20px;
    }
    section.spotlight figure {
        margin-top: 25px;
        width: 99.5%;
        margin-right: 0;
        position: relative;
    }
    section.main aside.content, section.main aside.sidebar {
        width: 100%;
    }
    section.inside-page-logo .logo {
        text-align: center;
    }
    section.main-container aside.content .mission img {
        width: 100%;
    }
    section.board, section.financials {
        height: auto;
        margin: 30px 0;
    }
    section.board .details figure .name, section.board .details figure .position {
        font-size: 23px;
    }
    section.financials .details figure {
        margin-right: 0%;
        width: 50%;
    }
    section.main-container aside.sidebar, section.main-container aside.content {
        width: 100%;
    }
    section.board .details, section.financials .details {
        width: 100%;
        margin-left: 0;
    }
    section.board .details figure .pos-details {
        font-size: 16px;
        line-height: 20px;
    }
    section.financials .details figure ul li a {
        font-size: 14px;
    }
    section.main-container aside.sidebar nav.second-menu ul li a {
        padding: 10px 8px 8px 8px;
        font-size: 16px;
    }
    section.main-container aside.sidebar nav.second-menu ul li {
        margin-bottom: 8px;
    }
    section.main-container aside.content .mission h2, section.main-container aside.content .history h2, section.board .details h2, section.financials .details h2 {
        font-size: 50px;
        margin-bottom: 15px;
    }
    section.board .details h2 {
        line-height: 60px;
    }
    section.main-container aside.content .mission p {
        font-size: 17px;
        line-height: 22px;
    }
    section.main-container aside.content .history .line {
        padding: 25px 0 40px 0;
    }
    section.main-container aside.content .history p, section.financials .details p {
        font-size: 14px;
        line-height: 18px;
    }
    section.board .details figure {
        width: 100%;
        margin-right: 0%;
    }
    section.main-container aside.programs .not-full-width {
        width: 100%;
        margin-left: 0;
        font-size: 17px;
        line-height: 22px;
    }
    section.main-container aside.programs .not-full-width p {
        font-size: 17px;
        line-height: 22px;
    }
    section.main-container aside.programs .not-full-width .app-button {
        width: 100%;
        margin: 40px 0 50px 0px;
    }
    section.main-container aside.programs .not-full-width .app-button img {
        width: 100%;
    }
    section.main-container aside.content .title h2 {
        font-size: 55px;
    }
    section.main-container aside.programs .not-full-width figure.requirements h3 {
        font-size: 37px;
        line-height: 43px;
    }
    section.main-container aside.programs .not-full-width .title-with-border h2 {
        font-size: 32px;
        line-height: 39px;
    }
    section.main-container aside.sidebar nav.second-menu ul li>ul {
        margin: 8px 0 12px 0;
    }
    section.main-container aside.sidebar nav.second-menu ul li>ul li a {
        font-size: 14px;
        padding: 0px 13px 0px 13px;
    }
    section.main-container aside.programs .not-full-width figure.scholars .title h2, section.main-container aside.programs .not-full-width figure.alumni .title h2 {
        font-size: 80px;
    }
    section.main-container aside.programs .not-full-width figure.scholars .desc {
        line-height: 15px;
        font-size: 12px;
    }
    section.main-container aside.programs .not-full-width figure.scholars .slider article.slide .name, section.main-container aside.programs .not-full-width figure.alumni .slider article.slide .name {
        font-size: 32px;
        line-height: 36px;
    }
    section.main-container aside.programs .not-full-width figure.scholars .slider article.slide .navigation a, section.main-container aside.programs .not-full-width figure.alumni .slider article.slide .navigation a {
        font-size: 30px;
    }
    section.main-container aside.programs .not-full-width .faq .title {
        font-size: 58px;
        margin-bottom: 30px;
    }
    section.main-container aside.programs .not-full-width .faq h2.question {
        font-size: 20px;
        line-height: 26px;
    }
    section.main-container aside.programs .not-full-width figure.requirements ol li span {
        font-size: 21px;
        line-height: 25px;
    }
    section.main-container aside.programs .not-full-width h4 {
        font-size: 21px;
        line-height: 25px;
    }
    section.main-container aside.programs .not-full-width .black-box-text {
        width: 96%;
        padding: 2%;
        line-height: 23px;
        font-size: 21px;
    }
    section.main-container aside.programs .not-full-width p.note {
        padding: 8px 0;
        letter-spacing: normal;
        font-size: 13px;
        line-height: 16px;
    }
    .world-bg {
        background-image: none;
    }
    section.main-container aside.programs .not-full-width .testimlnials-abroad figure h2 {
        font-size: 37px;
        line-height: 40px;
    }
    section.main-container aside.programs .not-full-width .testimlnials-abroad figure {
        margin-bottom: 30px;
    }
    section.main-container aside.programs .not-full-width .testimlnials-abroad figure h3 {
        font-size: 16px;
        line-height: 18px;
    }
    section.main-container aside.programs .not-full-width .title-without-border h2 {
        font-size: 30px;
        line-height: 34px;
    }
    section.main-container .main-title {
        font-size: 50px;
        margin-bottom: 15px;
        padding-left: 0;
    }
    section.main-container .contact {
        width: 100%;
        height: auto;
        margin-left: 0;
    }
    section.main-container .contact input[type="submit"] {
        font-size: 17px;
    }
    section.main-container .contact select, section.main-container .contact input[type="text"], section.main-container .contact textarea {
        font-size: 15px;
        line-height: 18px;
    }
    section.main-container .contact select {
        width: 100%;
    }
    section.main-container .contact input[type="text"] {
        width: 95%;
    }
    section.main-container .events article {
        width: 100%;
        margin-right: 0%;
        min-height: 100px;
        margin-bottom: 20px;
    }
    section.main-container .news article, section.main-container .news p {
        padding-left: 0px;
    }
    section.main-container .events {
        padding-left: 0;
        width: 100%;
    }
    section.main-container .events article .title {
        font-size: 30px;
        line-height: 30px;
    }
    section.main-container .events article ul li {
        font-size: 16px;
        line-height: 20px;
        padding-left: 5px;
    }
    section.main-container .news article .link {
        font-size: 16px;
        line-height: 20px;
    }
    section.main-container .news p {
        line-height: 20px;
    }
    section.main-container .donate aside.donate-today .box .amounts .col3 #other {
        width: 72%;
        margin-top: -7px;
    }
    section.main-container .donate aside.donate-today .box input[type="image"] {
        width: 77% !important;
    }
    section.main-container .donate aside.donate-today .box #verified {
        width: 15%;
    }
    section.main-container .donate aside.donate-today {
        width: 100%;
        margin-right: 0;
    }
    section.main-container .donate aside.donate-email {
        width: 100%;
    }
    section.main-container .donate aside.donate-today .box h2, section.main-container .donate aside.donate-email .box h2 {
        font-size: 28px;
        line-height: 28px;
    }
    section.main-container .donate aside.donate-today .box h3 {
        font-size: 23px;
    }
    section.main-container .donate aside.donate-today .box input[type="text"], section.main-container .donate aside.donate-today .box input[type="text"]#zip {
        width: 96.2%;
    }
    section.main-container .donate aside.donate-today .box .amounts {
        width: 100%;
    }
    section.main-container .donate aside.donate-today .box .amounts p {
        font-size: 15px;
        !important
    }
    section.main-container .donate aside.donate-today input, section.main-container .donate aside.donate-today select {
        font-size: 15px !important;
    }
    section.main-container .donate aside.donate-today .box [type="checkbox"]:not(:checked)+label, section.main-container .donate aside.donate-today .box [type="checkbox"]:checked+label {
        font-size: 13px;
        padding-top: 7px;
    }
    section.main-container .donate aside.donate-today .box select {
        width: 100%;
    }
    section.main-container .donate aside.donate-today .box select#exp-date {
        width: 100%;
        margin-right: 0;
    }
    section.main-container .donate aside.donate-today .box .exp-date-label {
        font-size: 14px;
        margin-bottom: 3px;
    }
    section.main-container .donate aside.donate-email .box input[type="submit"] {
        background-size: 13%;
        padding: 2% 20% 2% 20%;
        font-size: 23px;
        background-position-x: 3%;
    }
    section.main-container .donate aside.donate-email .box input[type="submit"]:hover {
        background-size: 13%;
        padding: 1.5% 20% 1.5% 20%;
        font-size: 23px;
        background-position-x: 3%;
    }
}