/**
 * additional CSS style
 */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap');
/*
 * General Settings
*/
body,
h2.dark-text,
.contact-info .dark-text {
    color: #000;
}
a {
    color: #0053a5;
}
body *,
.section-header h2,
h1.entry-title.single-title,
h1#intro_section_text_1,
#intro_section_text_2,
a#inpage_scroll_btn,
#login h3.text-center, #signup h3.text-center {
    font-family: 'Open Sans', sans-serif;
}
h1.entry-title.single-title {
    font-weight: bold;
}
h2 + .colored-line {
    background-color: #0053a5;
}
.font-style-normal,
.font-style-normal *{
    font-style: normal;
}
/*
 * Sections Header Settings
*/
.home .section-header {
    text-align: left;
}
.section-header h2.dark-text,
.content-section h2.dark-text,
.contact-info  h2.dark-text {
    display: inline-block;
    position: relative;
}
.section-header h2.dark-text:after,
.content-section h2.dark-text:after,
.contact-info  h2.dark-text:after {
    content: "";
    background: #0053a5;
    left: 0;
    top: calc(100% + 5px);
    width: 100%;
    height: 5px;
    position: absolute;
}
.section-header .colored-line,
.content-section .colored-line,
.contact-info  .colored-line {
    display: none !important;
}
/*
 * Site Header Settings
*/
.header .navbar-brand {
    height: auto;
}
/*
 * Navigation Settings
*/
#menu-primary,
.navbar-header {
    padding: 14px 0;
}
.sticky-navigation .main-navigation a {
    color: #000;
    font-weight: bold;
}
.sticky-navigation .main-navigation li a:hover,
.sticky-navigation .main-navigation li a:focus, .sticky-navigation .login-register li.login a:hover, .sticky-navigation .login-register li.login a:focus,
.sticky-navigation .main-navigation li:hover a,
.sticky-navigation .main-navigation li:focus a, .sticky-navigation .login-register li.login:hover a, .sticky-navigation .login-register li.login:focus a {
    color: #000;
}
.sticky-navigation .main-navigation li a {
    position: relative;
}
.sticky-navigation .main-navigation li a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: -15%;
    transition: all 0.3s ease-in-out;
}
.sticky-navigation .main-navigation li.current-menu-item a:after {
    background: #0053a5 ;
}
.sticky-navigation .main-navigation li a:hover:after,
.sticky-navigation .main-navigation li a:focus:after,
.sticky-navigation .main-navigation li:hover a:after,
.sticky-navigation .main-navigation li:focus a:after {
    background-color: #f90;
    top: 100%;
    height: 5px;
}
#menu-openings .sub-menu > li > a:after {
	display: none;
}
/*
 * Hero Section Settings
*/
.header {
    background-repeat: no-repeat;
}
.overlay-layer-wrap {
    background-color: rgba(0,0,0,0);
}
.overlay-layer-wrap .overlay-layer {
    padding: 0!important;
}
.intro-section-text-wrap {
    height: 100vh;
    display: table;
    width: 100%;
}
.intro-section {
    display: table-cell;
    vertical-align: middle;
}
@media all and (min-width: 479px) {
    .intro-section,
    .intro-section h1#intro_section_text_1,
    .intro-section h5#intro_section_text_2 {
        text-align: left;
    }
}
.intro-section h1#intro_section_text_1,
.intro-section h5#intro_section_text_2 {
    color: #FFF;
    font-size: 50px;
    font-weight: bold;
    line-height: 1em;
    text-shadow: 1px 1px 10px rgba(0,0,0,1);
}
.intro-section h1#intro_section_text_1{
    margin-bottom: 20px;
}
.intro-section h5#intro_section_text_2 {
    margin-top: auto;
}
@media all and (max-width: 767px) {
    .intro-section {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media all and (max-width: 480px) {
    .intro-section h1#intro_section_text_1,
    .intro-section h5#intro_section_text_2 {
        font-size: 28px;
        max-width: 100%;
    }
}
.intro-section a#inpage_scroll_btn {
    background: #b5cbe9;
    color: #000;
    padding: 8px 45px;
    position: relative;
    opacity: 0;
    animation: Up .5s forwards .9s;
    overflow: hidden;
    transition: color 0.3s ease-in-out;
    z-index: 9;
}
.intro-section a#inpage_scroll_btn:hover,
.intro-section-text-wrap a#inpage_scroll_btn:focus {
    color: #000;
}
.intro-section a#inpage_scroll_btn:after {
    content: "";
    width: 100%;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    z-index: -1;
    transition: all .4s cubic-bezier(.215,.61,.355,1) 0s;
    border-radius: 50px;
}
.intro-section a#inpage_scroll_btn:hover:after,.intro-section a#inpage_scroll_btn:focus:after {
    bottom: 0;
    top: auto;
    height: 100%;
}
/* CountDown Section */
#countd-timer .dark-text {
    color: #000;
}
#countd-timer {
    color: #b5cbe9;
}
@media all and (min-width: 992px) {
    #countd-timer .row {
        max-width: 50%;
        margin-right: auto;
        margin-left: auto;
    }
}
#countd-timer div[class^=col] h2 {
    font-size: 56px;
    font-weight: bold;
}
#countd-timer div[class^=col] h5 {
    color: #000;
    font-size: 18px;
}
/*
 * Our Services Settings
*/
.services-wrap .service-box, .single-service {
    height: auto;
    box-shadow: none;
}
@media all and (min-width: 750px) {
    .services-wrap .service-box, .single-service {
        min-height: 440px;
    }
}
.brief h2.text-center {
    text-align: left;
}
.single-service:hover p.untfull,
.single-service:focus p.untfull,
.single-service:hover p.untexc,
.single-service:focus p.untexc,
.single-service:hover .untexc a,
.single-service:focus .untexc a,
.single-service:hover h3.colored-text,
.single-service:focus h3.colored-text {
    color: #000;
}
.service-box .untexc a {
    color: #0053a5;
}
.service-box .service-icon span,
.service-box h3.colored-text {
    color: #000;
}
/*
 * Colorize Sections Hover
*/
.services-wrap .single-service {
    border: 1px solid rgba(181,203,233,0.3);
}
.services-wrap .single-service:hover,
.services-wrap .single-service:focus {
    background-color: rgba(181,203,233,0.3);
}
/*
 * Timeline Settings
*/
.timeline h2 {
    padding-right: 0;
}
/* Timeline heading styling */
.timeline.custom .section-overlay-layer {
    padding-bottom: 0;
}
.timeline.custom .content-container {
    padding-bottom: 50px;
    padding-top: 50px
}
@media all and (max-width: 767px) {
    .timeline.custom .content-container {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.timeline.custom .full-width-container .section-header > h2 {
    background-color: #ef4135;
    color: #FFF;
    margin-top: 0;
    padding: 20px 0;
    text-align: center;
}
/* Timeline main style */
#timeline .timeline-item .timeline-content {
    box-shadow: none !important;
}
#timeline .timeline-item .timeline-content h2 {
    background: rgba(0,0,0,0)  !important;
    font-weight: bold !important;
}
@media all and (min-width: 768px) {
    #timeline .timeline-item:nth-child(odd) .timeline-content * {
        text-align: right;
    }
}
#timeline .timeline-item .timeline-content:before {
    display: none;
}
/* Timeline heading style */
@media all and (min-width: 768px) {
    #timeline .timeline-item .timeline-content h2  {
        padding: 20px 0 !important;
    }
    #timeline .timeline-item:nth-child(odd) .timeline-content h2 {
        float: right;
    }
    #timeline .timeline-item:nth-child(even) .timeline-content h2 {
        float: left;
    }
}
#timeline .timeline-item .timeline-content h2, #timeline .timeline-item .timeline-content h2 + p  {
    position: relative;
}
#timeline .timeline-item .timeline-content h2:after {
    content: "";
    width: 100%;
    height: 1px;
    right: 0;
    bottom: 0;
    position: absolute;
}
#timeline .timeline-item .timeline-content h2 + p {
    clear: both;
    padding-top: 20px;
}
#timeline .timeline-item .timeline-content h2 + p:before, #timeline .timeline-item .timeline-content h2 + p:after {
    content: "";
    display: table;
}
#timeline .timeline-item .timeline-content h2 + p:before {
    clear: both;
}
/* nth-child(odd) text style */
#timeline .timeline-item:nth-child(odd) .timeline-content h2 {
    color: #2F70B6;
}
#timeline .timeline-item:nth-child(odd) .timeline-content h2:after {
    background: #0053a5;
}
/* nth-child(even) text style */
#timeline .timeline-item:nth-child(even) .timeline-content h2 {
    color: #f90;
}
#timeline .timeline-item:nth-child(even) .timeline-content h2:after {
    background: #f60;
}
/* Number style */
#timeline .timeline-item .timeline-icon:after {
    color: #FFF;
    font-size: 30px;
    font-family: "Open Sans";
}
#timeline .timeline-item:first-child .timeline-icon:after {
    content: "1";
}
#timeline .timeline-item:nth-child(2) .timeline-icon:after {
    content: "2";
}
#timeline .timeline-item:nth-child(3) .timeline-icon:after {
    content: "3";
}
#timeline .timeline-item:nth-child(4) .timeline-icon:after {
    content: "4";
}
#timeline .timeline-item:nth-child(5) .timeline-icon:after {
    content: "5";
}
#timeline .timeline-item:nth-child(6) .timeline-icon:after {
    content: "6";
}
#timeline .timeline-item:nth-child(7) .timeline-icon:after {
    content: "7";
}
#timeline .timeline-item:nth-child(8) .timeline-icon:after {
    content: "8";
}
#timeline .timeline-item:nth-child(9) .timeline-icon:after {
    content: "9";
}
#timeline .timeline-item:nth-child(10) .timeline-icon:after {
    content: "10";
}
#timeline .timeline-item:nth-child(11) .timeline-icon:after {
    content: "11";
}
#timeline .timeline-item:nth-child(12) .timeline-icon:after {
    content: "12";
}
#timeline .timeline-item:nth-child(13) .timeline-icon:after {
    content: "13";
}
#timeline .timeline-item:nth-child(14) .timeline-icon:after {
    content: "14";
}
#timeline .timeline-item:nth-child(15) .timeline-icon:after {
    content: "15";
}
#timeline .timeline-item:nth-child(16) .timeline-icon:after {
    content: "16";
}
#timeline .timeline-item:nth-child(17) .timeline-icon:after {
    content: "17";
}
#timeline .timeline-item:nth-child(18) .timeline-icon:after {
    content: "18";
}
#timeline .timeline-item:nth-child(19) .timeline-icon:after {
    content: "19";
}
#timeline .timeline-item:nth-child(20) .timeline-icon:after {
    content: "20";
}
/* Vertical line style */
#timeline:before {
    background: #b5cbe9 !important;
    width: 3px;
    opacity: 0.25;
}
/* Item  icons style */
/* Properly reposition icon wrapper */
#timeline .timeline-item .timeline-icon {
    transform: translateX(-50%);
    margin-left: auto !important;
    color: #fff !important;
}
#timeline .timeline-item:nth-child(odd) .timeline-icon {
    background: #b5cbe9 !important;
    border: 3px solid #0053a5;
}
#timeline .timeline-item:nth-child(even) .timeline-icon {
    background: #f90 !important;
    border: 3px solid #f60;
}
/*
 * Brief Section Settings
*/
@media all and (max-width: 991px) {
    .brief .content-section {
        padding-left: 15px;
        padding-right: 15px;
        width: auto !important;
    }
}
/*
 * Eligible to Apply Section Settings
*/
.eligible-apply {
    text-align: left !important;
}
/*
 * Judging Criteria Section Settings
*/
.judCri .section-header {
    margin-top: auto;
}
.judCri .list-container > p {
    padding-left: 20px;
    position: relative;
}
.judCri .list-container > p:before {
    content: "\f0e3";
    color: #0053a5;
    font-family: FontAwesome;
    left: 0;
    position: absolute;
}
.elgCri .list-container, .judCri .list-container {
    width: auto !important;
}
/*
 * Awards Section Settings
*/
.prizes .section-header {
    margin-top: auto;
    margin-bottom: 30px;
}
.prizes .timline-wrap {
    display: none;
}
.prizes .prizes-wrap > p > .fa {
    color: #0053a5;
}
/*
 * Call to Action Settings
*/
.call-to-action .standard-button,
.call-to-action .navbar-register-button {
    transition: transform 0.3s ease-in-out;
}
.call-to-action .standard-button,
.call-to-action .navbar-register-button,
.call-to-action .standard-button:hover,
.call-to-action .navbar-register-button:hover,
.call-to-action .standard-button:focus,
.call-to-action .navbar-register-button:focus,
.call-to-action .standard-button:active,
.call-to-action .navbar-register-button:active,
.call-to-action .standard-button:visited {
    background-color: #0053a5 !important;
    border: none !important;
    outline: none !important;
}
.call-to-action .standard-button:active,
.call-to-action .navbar-register-button:active {
    transform: translatey(5px);
}
/*
 * Contact Section Settings
*/
.contact-links {
    padding-left: 15px;
    padding-right: 15px;
}
.contact-links .contact-link-box {
    border-color: #0053a5;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}
@media all and (max-width: 991px) {
    .contact-links .contact-link-box {
        width: 30%;
    }
}
@media all and (max-width: 767px) {
    .contact-links .contact-link-box {
        width: 50%;
        display: block;
        margin: auto auto 15px;
    }
}
.contact-links .contact-link-box:hover,
.contact-links .contact-link-box:focus {
    background-color: #0053a5;
}
.contact-links .contact-link-box span.colored-text {
    color: #0053a5;
}
.contact-links .contact-link-box a.strong {
    color: #0053a5;
}
.contact-links .contact-link-box:hover a.strong,
.contact-links .contact-link-box:focus a.strong,
.contact-links .contact-link-box a.strong:hover {
    color: #fff;
}
/*
 *  Footer
*/
footer.footer ul.social-icons{
    display: initial !important;
}
/* Submit Inputs and Other Styling Settings
*/
.page-template-applicantaccount-page a.btn-primary,
input[type="submit"] {
    background-color: #0053a5;
}
.navbar-inverse .navbar-toggle .icon-bar, .page-template-applicantaccount-page a.btn-primary:hover,
.page-template-applicantaccount-page a.btn-primary:focus,
button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    background-color: #0053a5;
}
#login p.text-center a,
#signup p.text-center a {
    color: #0053a5;
}
/*
 * Forms Settengs
*/
@media all and (max-width: 767px) {
    .page-template-appJgLogin-page .lgnTabCont {
        width: 100% !important;
    }
}
/*
 * Animations
*/
@keyframes Up {
    0% {
        opacity: 0;
        top: 100px
    }

    to {
        opacity: 1;
        top: 0
    }
}
.gf_editable_form .editable_file_description .file-note {
    color: #F44336;
}
.gf_editable_form .editable_file_description .file-name {
    margin-bottom: 0;
}
.gf_editable_form .editable_file_description .file-name i {
    color: #43A047;
}
.gf_editable_form .editable_file_description:not(:first-child) {
    display: none;
}