/* CSS Document */

@charset utf-8;
@import url('https://fonts.googleapis.com/css?family=Handlee|Quicksand:300,400,500,700');

/* GLOBAL STYLES ----------------------------------------------- */


body {
    color: #5a5a5a;
    font-family: 'Quicksand' sans-serif !important;
    font-size: 100%
}




footer {
    background: #062063 !important;
    min-height: 380px;
    padding: 40px 0;
    margin-top:30px;
    color: #fff;
}

footer a:link {
    color: #fff;
    text-decoration: none
}

footer a:visited {
    color: #fff;
    text-decoration: none
}

footer a:hover,
a:active,
a:focus {
    color: #FC0;
    text-decoration: underline
}
footer .YWC {
    padding-top: 30px;
}
h2 {
    font: bold 2.2em/1.2 "Quicksand", sans-serif!important;
    color: #555!important;
    margin: 10px 0 10px!important;
}


section {
    margin-top: 30px;
}


.backtoTop {
    margin-top: 20px;
}

.btn-default {
    color: #fff;
    margin-bottom: 20px;
    border: none;
    background-color: #360 !important;
}

.btn-default:hover {
    background-color: #f90 !important;
    color: #fff;
}
.choices {
    width: 20%;
    display: inline-block;
    text-align: center;
    margin: 2%;
    border-radius: 4px;
    -webkit-box-shadow: 0px 30px 50px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 30px 50px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 30px 50px 0px rgba(0,0,0,0.2);
}
.choices .inner h3 {
    font: bold 1.8em/1.2 "Quicksand", sans-serif!important;
    color: #555!important;
    margin: 10px 0 10px!important;
}
.choices .inner h4 {
    font: bold 1.8em/1.2 "Quicksand", sans-serif!important;
    color: #555!important;
    margin: 10px 0 10px!important;
}
.choices .inner {
    padding: 20px 0 0;
}
.choices .inner img{
    margin: auto;
}
.choices .copy {
    padding: 20px;
}
.choices .inner .middle {
    margin: 0 2%;
}



/* CAROUSEL ---------------------------------------------- */
.carousel-caption {
    background: rgba(6, 32, 99, .9)!important;
    text-shadow: none !important;
    text-align: center; 
    bottom: 8% !important;
    left: 0% !important;
    right: 0% !important;
    width: 90%;
    padding: 20px 0;
    border-radius: 4px;
}

.carousel-caption h1 {
    font: 500 3.2em/1.4 "Quicksand", sans-serif !important;
    color: #fff;
    margin: 0 auto !important;
    padding: 0 10px;
}
.carousel-caption h2 {
    font: 400 2.2em/1.4 "Quicksand", sans-serif !important;
    color: #fff!important;
    padding: 0;
    margin: 0 auto !important;
}
.carousel {
    position: relative;
    height: 600px;
}
.carousel .carousel-inner .item {
    height: 600px;
}
.carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.carousel .slides .slide-1, 
.carousel .slides .slide-2,
.carousel .slides .slide-3,
.carousel .slides .slide-4,
.carousel .slides .slide-5 {
  height: 600px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.carousel .slides .slide-1 {
  background-image: url(/assets/imgs/jpgs/slide1.jpg); 
}
.carousel .slides .slide-2 {
  background-image: url(/assets/imgs/jpgs/slide2.jpg); 
}
.carousel .slides .slide-3 {
  background-image: url(/assets/imgs/jpgs/slide3.jpg); 
}

/* end CAROUSEL -------------------------------------------------- */


.container-fluid {
    padding: 0 !important;
}

.container>.navbar-header {
    margin-right: 0;
    margin-left: 0;
}

.content h2 {
    font: 600 3.4em/1.4 "Quicksand", sans-serif !important;
    color: #062063;
    margin: 0 0 10px !important;
}

.content h3 {
    font: 500 2.2em/1.4 "Quicksand", sans-serif !important;
    color: #333;
    margin: 0 0 10px 0 !important;
}

.content h4 {
    font: 500 1.6em/1.4 "Quicksand", sans-serif !important;
    color: #333;
    margin: 0 0 10px 0 !important;
}

.content p {
    font: normal 1.5em/1.8 "Quicksand", sans-serif
}

.content ul {    
    font: normal 1.4em/1.4 "Quicksand", sans-serif !important;
}

.content ul li {
    margin: 0 0 14px 10px;
    padding: 0 !important;
}
.content ul i {
    color: #339900;
}
.content .left {
    padding: 30px 0 0 0;
}
.content .right {
    padding: 30px 30px 20px 0;
}
.content .right p {
    font: italic 1.4em/1.8 "Quicksand", sans-serif;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 20px;
}
.content .test {
    margin: 0 0 10px 0;

}
.content .test p {
    font: italic 1.4em/1.8 "Quicksand", sans-serif;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 20px;    -webkit-box-shadow: 0 0 12px 0 rgba(6, 32, 99, .1);
    -moz-box-shadow:  0 0 12px 0  rgba(6, 32, 99, .1);
    box-shadow:  0 0 12px 0  rgba(6, 32, 99, .1);
}

.followButtons {
    font: normal 1.5em/1.4 "Quicksand", sans-serif !important;
}


/* .FORM -------------------------------------------------- */
.form  {
    background: #FFED00;
    border-radius: 4px;
    padding: 0 !important;
    -webkit-box-shadow: 0 0 12px 0 rgba(6, 32, 99, .4);
    -moz-box-shadow:  0 0 12px 0  rgba(6, 32, 99, .4);
    box-shadow:  0 0 12px 0  rgba(6, 32, 99, .4);
}
.formAlt  {
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 20px !important;
}
.form img {
    margin: 20px auto 10px;
}
.form [id^=pjWrapper] {
    background-color: transparent!important;
}
.form [id^=pjWrapper] .panel-body {
    padding: 0 15px 0 !important;
}
[id^=pjWrapper] .form-control {
    height: 42px!important;
}
[id^=pjWrapper] .form-group {
    margin-bottom: 0px !important;;
    }
[id^=pjWrapper] label {
    color: #062063 !important;
    font: 400 1.2em/1.3 "Quicksand" !important; 
    margin: 14px 0 0 0 !important;
}
.form #pjCF_container_1 .title {
    font: 400 1em/1.3 "Quicksand" !important;
    color: #062063 !important;
}
.form #pjWrapperContactForm_1 .pjCF-form label.cf-heading-large {
    font: bold 2em/1.3 "Quicksand" !important; 
    margin: 0 0 6px 0 !important;
    padding: 0;
    color: #062063 !important;
}
.formAlt #pjWrapperContactForm_2 .pjCF-form label.cf-heading-large {
    font: bold 2em/1.3 "Quicksand" !important; 
    margin: 0 0 10px 0 !important;
    padding: 0;
    color: #062063 !important;
}

.form #pjWrapperContactForm_1 .pjCF-form label.cf-heading-medium {
    font: 400 1.8em/1.3 "Quicksand" !important;
    padding: 0;
    margin: 0 0 6px 0 !important;
    color: #062063 !important;
}
.formAlt #pjWrapperContactForm_2 .pjCF-form label.cf-heading-medium {
    font: 400 1.8em/1.3 "Quicksand" !important;
    padding: 0;
    margin: 0 0 10px 0 !important;
    color: #062063 !important;
}

.form #pjWrapperContactForm_1 .pjCF-form label.cf-heading-small {
    font: 400 1.3em/1.3 "Quicksand" !important;
    padding: 0 0 6px;
    color: #062063 !important;}

.formAlt #pjWrapperContactForm_2 .pjCF-form label.cf-heading-small {
    font: 400 1.3em/1.3 "Quicksand" !important;
    padding: 0 0 20px;
    color: #062063 !important;
}
.form #pjCF_container_1 .pjCF-button {
    font: 400 1.1em/1.3 "Quicksand" !important;
    color: #fff;
    background-color: #062063 !important;
    border-color: #062063 !important;
    margin: 20px 0 26px;
    padding: 10px;
}

.form #pjWrapperContactForm_2 .pjCF-form label.cf-heading-large {
    font: bold 2em/1.3 "Quicksand" !important; 
    padding: 0;
    color: #666 !important;
}
.form #pjCF_container_2 .title {
    font: 400 1em/1.3 "Quicksand" !important;
    color: #333 !important;
}
.form #pjWrapperContactForm_2 .pjCF-form label.cf-heading-medium {
    font: 400 2em/1.3 "Quicksand" !important;
    padding: 0;
    color: #666 !important;
}
.form #pjWrapperContactForm_2 .pjCF-form label.cf-heading-small {
    font: 300 1.3em/1.3 "Quicksand" !important;
    padding: 0 0 10px;
    color: #333 !important;
}
.formAlt #pjCF_container_2 .pjCF-button {
    font: 300 1.1em/1.3 "Quicksand" !important;
    color: #fff;
    background-color: #360 !important;
    border-color: #360 !important;
}
/* end .FORM -------------------------------------------------- */

hr {
    border: 0;
    margin: 30px 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #fff, #062063, #fff);
    background-image: -moz-linear-gradient(left, #fff, #062063, #fff);
    background-image: -ms-linear-gradient(left, #fff, #062063, #fff);
    background-image: -o-linear-gradient(left, #fff, #062063, #fff);
}

.modal-body {
    padding: 0 30px 15px !important;
}

.modal-body p {
    font: normal 1.4em/1.8 "Quicksand", sans-serif
}

.modal-header {
    padding: 15px 30px 0 0 !important;
    border-bottom: 0px !important;
}


/* .NAVBAR -------------------------------------------------- */

.navbar-default {
    background-color: #FFED00;
    padding: 20px 0;
    border-bottom: 2px solid #062063;
}

.nav > li > a {
    padding: 0px;
    font: 600 1.6em/1.6 'Quicksand', sans-serif !important;
}

.navbar-default .navbar-brand {
    color: #fff;
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 0 0 0 10px;
    height: inherit;
    width: 400px;
}

.navbar-brand img {
    width: 100%;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border: none !important;
    padding: 0 !important;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #062063;
    background-color: transparent;
}

.navbar-default .navbar-nav > li > a {
    color: #062063;
    text-align: center;
    font-weight: 300px;
    padding: 10px 20px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #062063;
    text-decoration: underline;
}

.navbar-nav> li> .dropdown-menu {
    text-align: center
}

.navbar-fixed-top {
    padding: 20px 0;
    transition: all 0.5s;
}

.navbar-nav {
    margin: 40px 0 0 !important;
}

.navbar-right {
    margin: 0 !important;
}

.navbar-toggle {
    margin: 40px 0 0;
}

/* end .NAVBAR -------------------------------------------------- */



.no-padding {
    padding: 0 !important;;
}
.parallax { 
    /* The image used */
    background-image: url("/assets/imgs/jpgs/slide4.jpg");

    /* Set a specific height */
    height: 500px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
.sectionImg {
    overflow: hidden; 
    max-height: 500px; 
    padding: 0
}



