@import url('https://fonts.googleapis.com/css?family=Varela');
/*font-family: 'Varela', sans-serif;*/

@import url('https://fonts.googleapis.com/css?family=Varela+Round');
/*font-family: 'Varela Round', sans-serif;*/

body {
  font-family: 'Varela Round', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}

*, :focus, :active {
  outline: none !important;
}

a {
  color: #034ea2;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #0c4da2;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.clearfix:before,
.clearfix:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}

.clearfix:after,
.navbar:after,
.navbar-header:after {
  clear: both;
}

img {
  border: 0;
  vertical-align: middle;
}

a,
button {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  outline: none;
  text-decoration: none;
}

a i.fa,
button i.fa {
  margin: 0 5px;
}

ul.list-style-none {
  list-style: none;
}

.btn {
  font-weight: 700;
  font-family: 'Varela Round', Helvetica, Arial, sans-serif;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  border-radius: 0;
  border: 2px solid #fff;
  /*feedback 171122*/
  -webkit-box-shadow: 0px 3px 3px 0.3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 3px 0.3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 3px 0.3px rgba(0, 0, 0, 0.3);
  /*feedback 171122*/
  outline: none;
}


.btn-lg {
  font-size: 16px;
  line-height: 1.33;
  border-radius: 0;
  font-weight: normal;
  padding: 10px 40px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

.btn-radius {
  border-radius: 35px !important;
}


.dark_blue {
    background: #034ea2;
    border: 1px solid #fff;
    color: #fff;
    -webkit-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.75);
  }

.dark_blue:active,
.dark_blue.active,
.dark_blue:hover,
.dark_blue:focus,
.blue:active,
.blue.active,
.blue:hover,
.blue:focus  {
  
  background: #043f81;
  color: #fff;
  outline: none;
}

.green {
  background: #33c5c4;
  color: #fff;
}
.green:active,
.green.active,
.green:hover,
.green:focus  {
  background: #2aa09f;
  color: #fff;
   outline: none;
}

.white {
  background: #fff;
  border-color: #a9a9a9;
  color: #034ea2;
}

.white:active,
.white.active,
.white:hover,
.white:focus  {
   outline: none;
}

.dark_blue,.blue {
  background: #034ea2;
  color: #fff;
}

.tealText {color: #00aaa9; }

.default-color {
  color: #043f81 !important;
}

.heading {
  margin-bottom: 40px;
}

.h1,
h1 {
  font-size: 30px;
}

.heading h1 {
  display: inline-block;
  font-family: 'Varela Round', sans-serif;
  line-height: 1.1;
  margin-bottom: 0;
  padding-bottom: 10px;
  margin-top: 0px;
  vertical-align: middle;
  text-transform: uppercase;
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(3, 78, 162, 0.81) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}

#top {
  background: #00aaa9;
  color: #eeeeee;
  padding: 10px 0 5px;
}

.top-logo {
  float: left;
}
.option {
  position: relative;
}

.option input {
  visibility: hidden;
  position: absolute !important;
}

.checkbox_blk .optionLable span {
  text-decoration: underline;
}

.optionLable i.fa {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  font-size: 17px;
  display: inline-block;
  vertical-align: middle;
}

.option input:checked+label>.fa:before {
  content: "\f046";
  color: #00aaa9;
}

.option input:checked+label>.fa.fa-circle-o:before {
  content: "\f192";
}

.optionLable {
  cursor: pointer;
  display: inline-block;
  color: #7f7f7f;
  font-weight: 100;
  font-size: initial;
}

.optionLable a,
.optionLable span {
  color: #00aabb;
  text-decoration: underline;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ccc;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #ccc;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #ccc;
}
:-moz-placeholder { /* Firefox 18- */
  color: #ccc;
}