/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: local('Raleway Light'), local('Raleway-Light'), url(../fonts/raleway/1Ptrg8zYS_SKggPNwIYqWqhPAMif.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: local('Raleway Light'), local('Raleway-Light'), url(../fonts/raleway/1Ptrg8zYS_SKggPNwIYqWqZPAA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), local('Raleway-Regular'), url(../fonts/raleway/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), local('Raleway-Regular'), url(../fonts/raleway/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: local('Raleway Bold'), local('Raleway-Bold'), url(../fonts/raleway/1Ptrg8zYS_SKggPNwJYtWqhPAMif.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: local('Raleway Bold'), local('Raleway-Bold'), url(../fonts/raleway/1Ptrg8zYS_SKggPNwJYtWqZPAA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
  font-family: 'Raleway', sans-serif !important;
}

.parallax-container {
  height: 220px;
}

.parallax-container-short {
  height: 140px;
}

.parallax-img {
  width: 100%;
  height: auto !important;
}

.light {
  font-weight:300;
}

.mb0 {
  margin-bottom: 0px !important;
}

.modal {
  max-height: 80% !important;
}

@media only screen and (max-width: 992px) {
	.modal {
	  width: 95% !important;
	}
}

.dropdown-content li>a, .dropdown-content li>span {
	color:#333333 !important;
}

.select-wrapper input.select-dropdown:focus {
    border-bottom: 1px solid #2196F3 !important;
}

[type="checkbox"]:checked+span:not(.lever):before {   
   border-right: 2px solid #2196F3 !important;
   border-bottom: 2px solid #2196F3 !important;
}

.block {
	display: block !important;
    width: 100% !important;
}

.m-b-20 {
	margin-bottom:20px;
}

.p-t-30 {
	padding-top:30px;
}

.m-tb-0 {
	margin-bottom:0px !important;
	margin-top:0px !important;
}

.btn-extra { 
	text-align: left; 
}

.img-marg { 
	margin-top:15px;
	margin-bottom:15px;
}

#actionbox { 
	position:relative; 
}

#actionbutton { 
	position:absolute; 
	right:12px; 
	top: 24px;
}

#content {
	min-height:300px;
}

.page-heading-bg {
	padding:5px 12px !important; background-color:rgba(255,255,255,0.9) !important; display:inline-block !important;
}

.modal-links {
	text-decoration: underline !important;
}