@charset "utf-8";

/* CSS Document */


.btn {
    padding: 6px 16px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.42857143;
    white-space: normal;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 22px;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none !important;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #fff;
  text-decoration: none;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #fff;
  text-decoration: none;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #fff;
  text-decoration: none;
}



/* white button */

.btn-white.short {
	color: #1D365F;
	background-color: #ffffff !important;
	border-color: none;
	width: 100%;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	max-width: 125px;
	padding: 6px 10px !important;
	text-decoration: none !important;
}

.btn-white {
	color: #1D365F;
	background-color: #ffffff !important;
	border-color: none;
	width: 100%;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	max-width: 150px;
	text-decoration: none !important;
}

.btn-white:focus,
.btn-white.focus {
  color: #fff;
  background-color: #003865;
  border-color: none;
	text-decoration: none !important;
}
.btn-white:hover {
  color: #1D365F;
  background-color: #fda38c !important;
  border-color: none;
	text-decoration: none !important;
}
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  color: #fff;
  background-color: #003865;
  border-color: none;
	text-decoration: none !important;
}


.btn-white:active:hover,
.btn-white.active:hover,
.open > .dropdown-toggle.btn-white:hover,
.btn-white:active:focus,
.btn-white.active:focus,
.open > .dropdown-toggle.btn-white:focus,
.btn-white:active.focus,
.btn-white.active.focus,
.open > .dropdown-toggle.btn-white.focus {
  color: #fff;
  background-color: #003865 !important;
  border-color: none;
	text-decoration: none !important;
}

.btn-white:active:hover,
.btn-white.active:hover,
.open > .dropdown-toggle.btn-white:hover,
.btn-white:active:focus,
.btn-white.active:focus,
.open > .dropdown-toggle.btn-white:focus,
.btn-white:active.focus,
.btn-white.active.focus,
.open > .dropdown-toggle.btn-white.focus {
  color: #fff;
  background-color: #003865 !important;
  border-color: none;
	text-decoration: none !important;
}

.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled.focus,
.btn-white[disabled].focus,
fieldset[disabled] .btn-white.focus {
  background-color: #003865 !important;
  border-color: none;
	text-decoration: none !important;
}



/* blue button */

.btn-linkBlue {
	color: #fff;
	background-color: #003865;
	border-color: none;
	width: 50%;
	font-family: cabin;
	font-size: 16px;
	max-width: 325px;
	text-decoration: none !important;
  margin-bottom: 60px;
  float: initial!important;
}

.btn-linkBlue:focus,
.btn-linkBlue.focus {
  color: #fff;
  background-color: #0062b1;
  border-color: none;
	text-decoration: none !important;
}
.btn-linkBlue:hover {
  color: #1D365F;
  background-color: #74aa50 !important;
  border-color: none;
	text-decoration: none !important;
}
.btn-linkBlue:active,
.btn-linkBlue.active,
.open > .dropdown-toggle.btn-linkBlue {
  color: #fff;
  background-color: #0062b1;
  border-color: none;
	text-decoration: none !important;
}


.btn-linkBlue:active:hover,
.btn-linkBlue.active:hover,
.open > .dropdown-toggle.btn-linkBlue:hover,
.btn-linkBlue:active:focus,
.btn-linkBlue.active:focus,
.open > .dropdown-toggle.btn-linkBlue:focus,
.btn-linkBlue:active.focus,
.btn-linkBlue.active.focus,
.open > .dropdown-toggle.btn-linkBlue.focus {
  color: #fff;
  background-color: #0062b1 !important;
  border-color: none;
	text-decoration: none !important;
}

.btn-linkBlue:active:hover,
.btn-linkBlue.active:hover,
.open > .dropdown-toggle.btn-linkBlue:hover,
.btn-linkBlue:active:focus,
.btn-linkBlue.active:focus,
.open > .dropdown-toggle.btn-linkBlue:focus,
.btn-linkBlue:active.focus,
.btn-linkBlue.active.focus,
.open > .dropdown-toggle.btn-linkBlue.focus {
  color: #fff;
  background-color: #0062b1 !important;
  border-color: none;
	text-decoration: none !important;
}

.btn-linkBlue.disabled:hover,
.btn-linkBlue[disabled]:hover,
fieldset[disabled] .btn-linkBlue:hover,
.btn-linkBlue.disabled:focus,
.btn-linkBlue[disabled]:focus,
fieldset[disabled] .btn-linkBlue:focus,
.btn-linkBlue.disabled.focus,
.btn-linkBlue[disabled].focus,
fieldset[disabled] .btn-linkBlue.focus {
  background-color: #0062b1 !important;
  border-color: none;
	text-decoration: none !important;
}




/* transp button */

.btn-transp.short {
	color: #1D365F;
	background-color: none !important;
	border-color: none;
	width: 100%;
	font-family: cabin;
	font-size: 16px;
	max-width: 125px;
	padding: 6px 10px !important;
	text-decoration: none !important;
}

.btn-transp {
	color: #1D365F;
	background-color: none !important;
	border-color: none;
	width: 100%;
	font-family: cabin;
	font-size: 16px;
	max-width: 250px;
	text-decoration: none !important;
}

.btn-transp:focus,
.btn-transp.focus {
  color: #5d866e;
  background-color: none;
  border-color: none;
	text-decoration: none !important;
}
.btn-transp:hover {
  color: #5d866e;
  background-color: none !important;
  border-color: none;
	text-decoration: none !important;
}
.btn-transp:active,
.btn-transp.active,
.open > .dropdown-toggle.btn-transp {
  color: #5d866e;
  background-color: none;
  border-color: none;
	text-decoration: none !important;
}


.btn-transp:active:hover,
.btn-transp.active:hover,
.open > .dropdown-toggle.btn-transp:hover,
.btn-transp:active:focus,
.btn-transp.active:focus,
.open > .dropdown-toggle.btn-transp:focus,
.btn-transp:active.focus,
.btn-transp.active.focus,
.open > .dropdown-toggle.btn-transp.focus {
  color: #5d866e;
  background-color: none !important;
  border-color: none;
	text-decoration: none !important;
}

.btn-transp:active:hover,
.btn-transp.active:hover,
.open > .dropdown-toggle.btn-transp:hover,
.btn-transp:active:focus,
.btn-transp.active:focus,
.open > .dropdown-toggle.btn-transp:focus,
.btn-transp:active.focus,
.btn-transp.active.focus,
.open > .dropdown-toggle.btn-transp.focus {
  color: #5d866e;
  background-color: none !important;
  border-color: none;
	text-decoration: none !important;
}

.btn-transp.disabled:hover,
.btn-transp[disabled]:hover,
fieldset[disabled] .btn-transp:hover,
.btn-transp.disabled:focus,
.btn-transp[disabled]:focus,
fieldset[disabled] .btn-transp:focus,
.btn-transp.disabled.focus,
.btn-transp[disabled].focus,
fieldset[disabled] .btn-transp.focus {
  background-color: none !important;
  border-color: none;
	text-decoration: none !important;
}


/* drop down text button */

.btnDrop {
  border-color: none;
  border: none;
    background-color: inherit;
    padding-bottom: 0px;
    cursor: pointer;
    display: inline-block;
  text-decoration: none !important;
}

.btnDrop:hover {
    background: none;
  border-color: none;
    border: none;
    color: #74aa50;
    text-decoration: none !important;	
}

.btnDrop:active,
.btnDrop.active {
  background: none;
  border-color: none;
  border: none;
  color: #74aa50;
  text-decoration: none !important;
}


.btnDrop:focus,
.btnDrop.focus {
  background: none;
  border-color: none;
  border: none;
  color: #74aa50;
  text-decoration: none !important;
}


.btnDrop:active:hover,
.btnDrop.active:hover,
.open > .dropdown-toggle.btnDrop:hover,
.btnDrop:active:focus,
.btnDrop.active:focus,
.open > .dropdown-toggle.btnDrop:focus,
.btnDrop:active.focus,
.btnDrop.active.focus,
.open > .dropdown-toggle.btnDrop.focus {
  background-color: none !important;
  border-color: none;
  border: none;
	text-decoration: none !important;
}

.btnDrop:active:hover,
.btnDrop.active:hover,
.open > .dropdown-toggle.btnDrop:hover,
.btnDrop:active:focus,
.btnDrop.active:focus,
.open > .dropdown-toggle.btnDrop:focus,
.btnDrop:active.focus,
.btnDrop.active.focus,
.open > .dropdown-toggle.btnDrop.focus {
  background-color: none !important;
  border-color: none;
  border: none;
	text-decoration: none !important;
}


#drop-gray {
    display: none;
}
#drop-blue {
	display: none;
}

.noBrk {
	display: inline;
}
