@font-face{
    font-family: 'PlayFairDisplay';
    src: url('../fonts/playfairdisplay-regular.eot');
    src: local('☺'), url('../fonts/playfairdisplay-regular.woff') format('woff'),
                     url('../fonts/playfairdisplay-regular.ttf') format('truetype'),
                     url('../fonts/playfairdisplay-regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold.eot');
    src: local('☺'), url('../fonts/Montserrat-Bold.woff') format('woff'),
                     url('../fonts/Montserrat-Bold.ttf') format('truetype'),
                     url('../fonts/Montserrat-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'Montserrat-Medium';
    src: url('../fonts/Montserrat-Medium.eot');
    src: local('☺'), url('../fonts/Montserrat-Medium.woff') format('woff'),
                     url('../fonts/Montserrat-Medium.ttf') format('truetype'),
                     url('../fonts/Montserrat-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'Montserrat-SemiBold';
    src: url('../fonts/Montserrat-SemiBold.eot');
    src: local('☺'), url('../fonts/Montserrat-SemiBold.woff') format('woff'),
                     url('../fonts/Montserrat-SemiBold.ttf') format('truetype'),
                     url('../fonts/Montserrat-SemiBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular.eot');
    src: local('☺'), url('../fonts/Montserrat-Regular.woff') format('woff'),
                     url('../fonts/Montserrat-Regular.ttf') format('truetype'),
                     url('../fonts/Montserrat-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'Montserrat-Light';
    src: url('../fonts/Montserrat-Light.eot');
    src: local('☺'), url('../fonts/Montserrat-Light.woff') format('woff'),
                     url('../fonts/Montserrat-Light.ttf') format('truetype'),
                     url('../fonts/Montserrat-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Master layout */
/************************************************************
Global styles */

/* Partial CSS Reset */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html, body {
    height: 100%;
    width: 100%;
    -webkit-text-size-adjust: 100%;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, select, input, option {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
}
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

:focus {
    outline: none;
}

table {
    border: 0 none;
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
td {
    vertical-align: top;
}
/* End Reset */

body {
    line-height: normal;
    font: 14px 'Montserrat-Regular';
    color: #1d1d1d;
}


/* Links */
a,
input[type="submit"] {
    display: inline-block;
    color: inherit;
    outline: none;
    -webkit-transition: all 0.3s ease 0s; 
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    outline: none;
}
a[href^="tel:"] {
    color: inherit;
}
a img {
    border: none;
    -webkit-transition: all 0.5s ease 0s;
       -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
         -o-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
}
img {
    max-width: 100%;
}

[role="button"],
button {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* Reset `button` and button-style `input` default styles */
button {
  background: none;
  border: 0;
  color: inherit;
  /* cursor: default; */
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button; /* for input */
  -webkit-user-select: none; /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
  outline: none;
}

/* Make `a` like a button */
[role="button"] {
  color: inherit;
  cursor: default;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  white-space: pre;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

button::-moz-focus-inner {
  border: 0;
}


/* Form elements */
label i{
    margin-left: 2px;
    vertical-align: text-bottom !important;
}
input[type]:-webkit-autofill,
input[type]:-webkit-autofill:hover,
input[type]:-webkit-autofill:focus,
input[type]:-webkit-autofill:active { /* Fix input background with autocomplete */
    transition: background-color 5000s ease-in-out 0s;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
/*
input[type="checkbox"]:not(checked) {
    position: absolute;
    visibility: hidden;
}
input[type="checkbox"]:not(checked) + label:before {
    content: "";
    position: relative;
    top: -1px;
    vertical-align: middle;
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-right: 8px;
    border: 1px solid #0b1016;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
}
input[type="checkbox"]:checked + label:before {
    content: "\f00c";
    font: 9px 'Font Awesome\ 5 Pro';
    font-weight: bold;
    color: #0d8642;
}
*/
input[type="submit"] {
    cursor: pointer;
}
input[type="submit"]::-moz-focus-inner { /* Fix extra button padding in Firefox */
    padding: 0;
    border: none;
    line-height: 1;
}

textarea {
    resize: none;
}

/* Default Placeholder styles */
::-webkit-input-placeholder,
.sbSelector{
/* WebKit browsers */
    color: #1d1d1d;
}
:-moz-placeholder{
/* Mozilla Firefox 4 to 18 */
    color: #1d1d1d;
    opacity: 1;
}
::-moz-placeholder{
/* Mozilla Firefox 19+ */
    color: #1d1d1d;
    opacity: 1;
}
:-ms-input-placeholder{
/* Internet Explorer 10+ */
    color: #1d1d1d;
    opacity: 1;
}


/* Headings */
h1, h2, h3, h4, h5, h6{
    font-weight: normal;
}
h1 {
    font: 54px/56px 'playfairdisplay-regular';
    margin-bottom: 30px;
}
h2 {
    font: 46px/48px 'playfairdisplay-regular';
}
h3 {
    font: 24px/28px 'Montserrat-Bold';
    text-transform: uppercase;
}
h4 {
    font: 16px/22px 'Montserrat-Bold';;
    line-height: 24px;
}
h5 {
   
}
h6 {
   
}

/* Block-level */
address {
    font-style: inherit;
}
p {
    font-size: 16px;
    line-height: 22px;
}
* + p {
	margin-top: 15px;
}
ul {
    list-style-type: none;
}
strong {
    font-weight: normal;
    font-family: 'Montserrat-Bold';
}
sup {
    font-size: 11px;
}

/************************************************************
Generic Site Styles */
.flexbox {
    display: flex; 
    flex-wrap: wrap;
    align-items: stretch; 
    justify-content: flex-start;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
    float: none !important;
}
.table.page,
.container {
    max-width: 1120px;
    margin: 0 auto;
}
.container {
    padding: 0 15px;
}
main .table.page,
.table.auto-height {
    height: auto;
}

.table.auto-width {
    width: auto;
}
.table.auto-all {
    height: auto;
    width: auto;
}
.row {
    display: table-row;
}
.cell {
    display: table-cell;
    vertical-align: top;
    height: 100%;
    float: none !important;
}

.padding {
    padding: 0px 15px;
}
.padding-left {
    padding-left: 15px;
}
.padding-right {
    padding-right: 15px;
}
.middle {
    vertical-align: middle;
}
.bottom {
    vertical-align: bottom;
}
.table-header-group {
    display: table-header-group;
}
.table-footer-group {
    display: table-footer-group;
}

/* Text alignment */
.align-left {
    text-align: left !important;
}
.align-center {
    text-align: center !important;
}
.align-right {
    text-align: right !important;
}

/* Container class to make iFrames responsive */
.frame-contain {
    position: relative;
    max-width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%; /* 16:9 */
                            /* 75% = 4:3 */
}
.frame-contain iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/************************************************************
Miscellaneous */
.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.relative {
    position: relative;
}
.full-size {
    width: 100%;
    height: 100%;
}

.on-top {
    position: relative;
    z-index: 1;
}

.hide {
    display: none !important;
}

.no-scroll {
    overflow: hidden;
}
.overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(76,49,41,.38);
    z-index: 1;
}

a:not([class*="fa-"]):before,
a:after,
[class*="fa-"],
.open .nav-btn span,
.logo-img, .logo p, .logo span,
#menu,.search-box,
.toggle-head,
.toggle-head:before,
.toggle-head:after,
.img-box:after{
    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}
.ql-box, .ql-box:before, .ql-box:after,
.news-line:before,
.sub-menu-wrapper{
    -webkit-transition: all 0.5s ease 0s;
       -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
         -o-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
}
a [class*="fa-"] {
    -webkit-transition: none;
       -moz-transition: none;
        -ms-transition: none;
         -o-transition: none;
            transition: none;
}
.img-box {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.img-box:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
    background: rgba(29, 29, 29, 0.5);
    opacity: 0;
    visibility: hidden;
}
.img-box .relative {
    z-index: 1;
}
.btn,
.fb-button [type="submit"],
.button, .button[type="submit"] {
    display: inline-block;
    vertical-align: top;
    min-width: 142px;
    padding: 20px 15px 19px;
    text-transform: uppercase;
    text-align: center;
    font: 14px 'Montserrat-Bold';
    white-space: nowrap;
    background: #1d1d1d;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}
.btn.btn-alt {
	min-width: 0;
	padding: 10px 15px 9px;
	font: 13px 'Montserrat-Bold';
	border:3px solid #ed1c24;
	background: transparent;
	color: #000;
}
.btn:hover,
.btn.active,
.fb-button [type="submit"]:hover,
.button:hover, .button[type="submit"]:hover {
    background-color: #ed1c24;
    color: #fff;
}
.pdf-link:hover {
	color: #ed1c24;
}

.form-wrap.form-builder .btn {
	min-width: 0;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

/* Red Line */
.main-info .left-box h3:before,
.main-content h1:after,
.quick-links-menu li.active:after,
.popup-content h3:after,
.main-info .left-box h3:after{
    content: "";
    display: block;
    width: 42px;
    height: 3px;
    background: #ed1c24;
}
.toggle-head span:after {
	transition: all 0.3s ease 0s;
	content: "";
    display: inline-block;
    position: relative;
    top: 11px;
    margin-left: 15px;
    vertical-align: top;
    width: 0px;
    height: 3px;
    background: #ed1c24;
}
.popup-content h3:after,
.main-info .left-box h3:before,
.main-info .left-box h3:after{
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 8px;
    margin-left: 15px;
}

.toggle-open .toggle-head span:after {
	width: 42px !important;
}

.modal {
	padding: 30px;
	background: #FFF;
}

.modal h3 {
	padding-bottom: 14px;
}

.modal a {
	font-family: 'Montserrat-Bold';
	color: #ed1c24;
}

ol:not([class]) {
	display: block;
	padding: 12px 0 0 20px;
}

ol:not([class]) > li {
	padding: 6px 0;
	font-size: 16px;
	line-height: 22px;
}
/***********************
  Pagination Styles
***********************/

.pagination {
  display: block;
  background-color: #e1e1e1;
  border: 1px solid #e1e1e1;
  padding: 6px;
  margin-top: 40px;
  text-align: center;
  margin-bottom: 30px;
}

.pagination > div {
  display: inline-block;
  vertical-align: middle;
}

.pagination > div + div {
  margin-left: 6px;
}

.pagination a, 
.pagination span,
.pagination strong {
  display: inline-block;
  font-family: 'Montserrat-Medium';
  font-size: 14px;
  line-height: 14px;
  padding: 10px 11px 8px;
  border-radius: 4px;
}

.pagination span {
  padding:10px 13px 10px 11px;
}

.pagination a {
  color: #ed1c24 !important;
  background-color: #FFF;
  border: 1px solid #ed1c24;
  transition: all 0.3s ease 0s;
}

.pagination a:hover {
  background-color: #ed1c24;
  color: #FFF !important;
}

.pagination span {
  font-family: 'Montserrat-Regular';
  color: #FFF;
  background-color: #F47E58;
  border: 1px solid #FFF;
  font-weight: bold;
}

.pagination > .prev a,
.pagination > .next a {
  font-size: 22px;
  padding: 8px 11px 11px 11px;
}

.pagination strong {
  font-family: 'Montserrat-Bold';
  font-weight: normal;
  color: #FFF;
  background-color: #ed1c24;
  border: 1px solid #ed1c24;
}

.pagination > .prev:empty,
.pagination > .next:empty {
  display: none;
}

.pagination > .prev:empty + div {
  margin-left: 0px;
}

#search-results .pagination > li {
	display: inline-block;
	vertical-align: middle;
}
#search-results .pagination > li + li {
	margin-left:8px;
}
#search-results > ol > li {
	font-size:24px;
}
#search-results > ol > li p {
	font-size:16px;
}

#search-results h4  {
	font-weight:bold;
}

#search-results h4 a {
	color:#ed1c24;
}

#search-results mark {
	color:#FFF;
	background-color:#ff0000;
}
