
@import url("https://use.typekit.net/zns5ojs.css");

    html body {
        font-family: "century-gothic", sans-serif;
    }



.primaryColor   { color: #3a4778; }
.secondaryColor { color: #86d0c5; }
.tertiaryColor   { background-color: #ffffff; }
.textColor      { color: #111; }
.btnBio         { background-color: #3a4778!important; border-color: #3a4778; }
/*.btnBio:hover   { background-color: #ffffff!important; border-color: #ffffff; color:#333!important; }*/
#btnRegister    { background-color: #3a4778; border-color: #3a4778; }
.BoxObjectives { border: 0px solid #3a4778; }
.borderColorPrimary { border: 1px solid #3a4778; }
.when {
    border : 1px solid #3a4778;
    border-radius: 5px;
   } 
.imgBorder { border : 2px solid #3a4778; }
.sessiontitle { background-color: #3a4778!important; border-color: #3a4778;  }
.form-check-input.locationRadioButton { cursor: pointer; }
.form-check-input.locationRadioButton:checked {

background-color: #3a4778;
border-color: #86d0c5;

}


.rightcheckbox input { background-color: #3a4778!important; cursor: pointer; }