/* theme styles */
body, 
h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
p, 
ul, 
li { 
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 { 
    font-weight:600;
    color:#797979;
    letter-spacing:0.001em;
    line-height: normal;
    text-transform:uppercase;
}

h1 { 
    margin-top:20px;
    margin-bottom:20px;
}

h2 { 
    margin-bottom: 12px;
}

p { 
    line-height: normal;
}

.no-padding-left { 
	padding-left: 0;
}

.no-padding-right { 
	padding-right: 0;
}

a {
	color: #244366;
}

a:hover {
	/* color: #d5b47b; */
    color: #244366;
    text-decoration: underline;
}

a:focus {
	/* color: #d5b47b; */
    color: #244366;
    text-decoration: underline;
}

a:active {
	/*color: #c99e55;*/
    color: #244366;
}

html .heading-primary,
html .lnk-primary,
html .text-color-primary {
	color: #244366 !important;
}

html .heading.heading-primary h1,
html .heading.heading-primary h2,
html .heading.heading-primary h3,
html .heading.heading-primary h4,
html .heading.heading-primary h5,
html .heading.heading-primary h6 {
	border-color: #244366;
}

html .heading-secondary,
html .lnk-secondary,
html .text-color-secondary {
	color: #ead9bb !important;
}

html .heading.heading-secondary h1,
html .heading.heading-secondary h2,
html .heading.heading-secondary h3,
html .heading.heading-secondary h4,
html .heading.heading-secondary h5,
html .heading.heading-secondary h6 {
	border-color: #ead9bb;
}

html .heading-tertiary,
html .lnk-tertiary,
html .text-color-tertiary {
	color: #775926 !important;
}

html .heading.heading-tertiary h1,
html .heading.heading-tertiary h2,
html .heading.heading-tertiary h3,
html .heading.heading-tertiary h4,
html .heading.heading-tertiary h5,
html .heading.heading-tertiary h6 {
	border-color: #775926;
}

html .heading-quaternary,
html .lnk-quaternary,
html .text-color-quaternary {
	color: #313234 !important;
}

html .heading.heading-quaternary h1,
html .heading.heading-quaternary h2,
html .heading.heading-quaternary h3,
html .heading.heading-quaternary h4,
html .heading.heading-quaternary h5,
html .heading.heading-quaternary h6 {
	border-color: #313234;
}

html .heading-dark,
html .lnk-dark,
html .text-color-dark {
	color: #2e353e !important;
}

html .heading.heading-dark h1,
html .heading.heading-dark h2,
html .heading.heading-dark h3,
html .heading.heading-dark h4,
html .heading.heading-dark h5,
html .heading.heading-dark h6 {
	border-color: #2e353e;
}

html .heading-light,
html .lnk-light,
html .text-color-light {
	color: #ffffff !important;
}

html .heading.heading-light h1,
html .heading.heading-light h2,
html .heading.heading-light h3,
html .heading.heading-light h4,
html .heading.heading-light h5,
html .heading.heading-light h6 {
	border-color: #ffffff;
}

html .background-color-primary {
	background-color: #244366 !important;
}

html .background-color-secondary {
	background-color: #ead9bb !important;
}

html .background-color-tertiary {
	background-color: #775926 !important;
}

html .background-color-quaternary {
	background-color: #313234 !important;
}

html .background-color-dark {
	background-color: #2e353e !important;
}

html .background-color-light {
	background-color: #ffffff !important;
}

.alternative-font {
	color: #244366;
}

html .blockquote-primary {
	border-color: #244366 !important;
}

html .blockquote-secondary {
	border-color: #ead9bb !important;
}

html .blockquote-tertiary {
	border-color: #775926 !important;
}

html .blockquote-quaternary {
	border-color: #313234 !important;
}

html .blockquote-dark {
	border-color: #2e353e !important;
}

html .blockquote-light {
	border-color: #ffffff !important;
}

p.drop-caps:first-letter {
	color: #244366;
}

p.drop-caps.drop-caps-style-2:first-letter {
	background-color: #244366;
}

ul.nav-pills > li.active > a {
	background-color: #244366;
}

ul.nav-pills > li.active > a:hover,
ul.nav-pills > li.active > a:focus {
	background-color: #244366;
}

html ul.nav-pills-primary a {
	color: #244366;
}

html ul.nav-pills-primary a:hover {
	color: #d5b47b;
}

html ul.nav-pills-primary a:focus {
	color: #d5b47b;
}

html ul.nav-pills-primary a:active {
	color: #c99e55;
}

html ul.nav-pills-primary > li.active > a {
	background-color: #244366;
}

html ul.nav-pills-primary > li.active > a:hover,
html ul.nav-pills-primary > li.active > a:focus {
	background-color: #244366;
}

html ul.nav-pills-secondary a {
	color: #ead9bb;
}

html ul.nav-pills-secondary a:hover {
	color: #f0e4ce;
}

html ul.nav-pills-secondary a:focus {
	color: #f0e4ce;
}

html ul.nav-pills-secondary a:active {
	color: #e4cea8;
}

html ul.nav-pills-secondary > li.active > a {
	background-color: #ead9bb;
}

html ul.nav-pills-secondary > li.active > a:hover,
html ul.nav-pills-secondary > li.active > a:focus {
	background-color: #ead9bb;
}

html ul.nav-pills-tertiary a {
	color: #775926;
}

html ul.nav-pills-tertiary a:hover {
	color: #8a672c;
}

html ul.nav-pills-tertiary a:focus {
	color: #8a672c;
}

html ul.nav-pills-tertiary a:active {
	color: #644b20;
}

html ul.nav-pills-tertiary > li.active > a {
	background-color: #775926;
}

html ul.nav-pills-tertiary > li.active > a:hover,
html ul.nav-pills-tertiary > li.active > a:focus {
	background-color: #775926;
}

html ul.nav-pills-quaternary a {
	color: #313234;
}

html ul.nav-pills-quaternary a:hover {
	color: #3d3f41;
}

html ul.nav-pills-quaternary a:focus {
	color: #3d3f41;
}

html ul.nav-pills-quaternary a:active {
	color: #252527;
}

html ul.nav-pills-quaternary > li.active > a {
	background-color: #313234;
}

html ul.nav-pills-quaternary > li.active > a:hover,
html ul.nav-pills-quaternary > li.active > a:focus {
	background-color: #313234;
}

html ul.nav-pills-dark a {
	color: #2e353e;
}

html ul.nav-pills-dark a:hover {
	color: #39424d;
}

html ul.nav-pills-dark a:focus {
	color: #39424d;
}

html ul.nav-pills-dark a:active {
	color: #23282f;
}

html ul.nav-pills-dark > li.active > a {
	background-color: #2e353e;
}

html ul.nav-pills-dark > li.active > a:hover,
html ul.nav-pills-dark > li.active > a:focus {
	background-color: #2e353e;
}

html ul.nav-pills-light a {
	color: #ffffff;
}

html ul.nav-pills-light a:hover {
	color: #ffffff;
}

html ul.nav-pills-light a:focus {
	color: #ffffff;
}

html ul.nav-pills-light a:active {
	color: #f2f2f2;
}

html ul.nav-pills-light > li.active > a {
	background-color: #ffffff;
}

html ul.nav-pills-light > li.active > a:hover,
html ul.nav-pills-light > li.active > a:focus {
	background-color: #ffffff;
}

.sort-source-wrapper .nav > li.active > a {
	color: #244366;
}

.sort-source-wrapper .nav > li.active > a:hover,
.sort-source-wrapper .nav > li.active > a:focus {
	color: #244366;
}

.sort-source.sort-source-style-2 > li.active > a:after {
	border-top-color: #244366;
}

html .label-primary {
	background-color: #244366;
}

html .label-secondary {
	background-color: #ead9bb;
}

html .label-tertiary {
	background-color: #775926;
}

html .label-quaternary {
	background-color: #313234;
}

html .label-dark {
	background-color: #2e353e;
}

html .label-light {
	background-color: #ffffff;
}

.btn-link {
	color: #244366;
}

.btn-link:hover {
	color: #d5b47b;
}

.btn-link:active {
	color: #c99e55;
}

html .btn-primary {
    color: #ffffff;
    background-color: #2baab1;
    border-color: #2baab1;
    border-radius: 8px;
}

html .btn-primary:hover {
	background-color: #2baab1;
    border-color: #2baab1;
}

html .btn-primary:active,
html .btn-primary:focus,
html .btn-primary:active:hover,
html .btn-primary:active:focus {
	background-color: #2baab1;
    border-color: #2baab1;
}

html .btn-primary.dropdown-toggle {
	border-left-color: #c99e55;
}

html .btn-primary[disabled],
html .btn-primary[disabled]:hover,
html .btn-primary[disabled]:active,
html .btn-primary[disabled]:focus {
	border-color: #666666;
	background-color: #666666;
}

html .btn-primary:hover,
html .btn-primary:focus,
html .btn-primary:active:hover,
html .btn-primary:active:focus {
	color: #ffffff;
}

html .btn-primary-scale-2 {
	color: #ffffff;
	background-color: #2baab1;
    border-color: #2baab1;
}

html .btn-primary-scale-2:hover {
	background-color: #2baab1;
    border-color: #2baab1;
}

html .btn-primary-scale-2:active,
html .btn-primary-scale-2:focus,
html .btn-primary-scale-2:active:hover,
html .btn-primary-scale-2:active:focus {
	border-color: #b28539 #b28539 #b28539;
	background-color: #b28539;
}

html .btn-primary-scale-2.dropdown-toggle {
	border-left-color: #b28539;
}

html .btn-primary-scale-2[disabled],
html .btn-primary-scale-2[disabled]:hover,
html .btn-primary-scale-2[disabled]:active,
html .btn-primary-scale-2[disabled]:focus {
	background-color: #2baab1;
    border-color: #2baab1;
}

html .btn-secondary {
	color: #ffffff;
	background-color: #ead9bb;
	border-color: #ead9bb #ead9bb #dec394;
}

html .btn-secondary:hover {
	border-color: #cccccc;
	background-color: #cccccc;
}

html .btn-secondary:active,
html .btn-secondary:focus,
html .btn-secondary:active:hover,
html .btn-secondary:active:focus {
	border-color: #cccccc;
	background-color: #cccccc;
}

html .btn-secondary.dropdown-toggle {
	border-left-color: #e4cea8;
}

html .btn-secondary[disabled],
html .btn-secondary[disabled]:hover,
html .btn-secondary[disabled]:active,
html .btn-secondary[disabled]:focus {
	border-color: #666666;
	background-color: #666666;
}

html .btn-secondary:hover,
html .btn-secondary:focus,
html .btn-secondary:active:hover,
html .btn-secondary:active:focus {
	color: #777777;
}

html .btn-secondary-scale-2 {
	color: #ffffff;
	background-color: #666666;
	border-color: #666666;
}

html .btn-secondary-scale-2:hover {
	border-color: #666666;
	background-color: #666666;
}

html .btn-secondary-scale-2:active,
html .btn-secondary-scale-2:focus,
html .btn-secondary-scale-2:active:hover,
html .btn-secondary-scale-2:active:focus {
	border-color: #cccccc;
	background-color: #cccccc;
}

html .btn-secondary-scale-2.dropdown-toggle {
	border-left-color: #cccccc;
}

html .btn-secondary-scale-2[disabled],
html .btn-secondary-scale-2[disabled]:hover,
html .btn-secondary-scale-2[disabled]:active,
html .btn-secondary-scale-2[disabled]:focus {
	border-color: #cccccc;
	background-color: #cccccc;
}

html .btn-tertiary {
	color: #ffffff;
	background-color: #775926;
	border-color: #775926 #775926 #503c1a;
}

html .btn-tertiary:hover {
	border-color: #8a672c #8a672c #644b20;
	background-color: #8a672c;
}

html .btn-tertiary:active,
html .btn-tertiary:focus,
html .btn-tertiary:active:hover,
html .btn-tertiary:active:focus {
	border-color: #644b20 #644b20 #644b20;
	background-color: #644b20;
}

html .btn-tertiary.dropdown-toggle {
	border-left-color: #644b20;
}

html .btn-tertiary[disabled],
html .btn-tertiary[disabled]:hover,
html .btn-tertiary[disabled]:active,
html .btn-tertiary[disabled]:focus {
	border-color: #c29241;
	background-color: #c29241;
}

html .btn-tertiary:hover,
html .btn-tertiary:focus,
html .btn-tertiary:active:hover,
html .btn-tertiary:active:focus {
	color: #ffffff;
}

html .btn-tertiary-scale-2 {
	color: #ffffff;
	background-color: #503c1a;
	border-color: #503c1a #503c1a #2a1f0d;
}

html .btn-tertiary-scale-2:hover {
	border-color: #644b20 #644b20 #3d2e13;
	background-color: #644b20;
}

html .btn-tertiary-scale-2:active,
html .btn-tertiary-scale-2:focus,
html .btn-tertiary-scale-2:active:hover,
html .btn-tertiary-scale-2:active:focus {
	border-color: #3d2e13 #3d2e13 #3d2e13;
	background-color: #3d2e13;
}

html .btn-tertiary-scale-2.dropdown-toggle {
	border-left-color: #3d2e13;
}

html .btn-tertiary-scale-2[disabled],
html .btn-tertiary-scale-2[disabled]:hover,
html .btn-tertiary-scale-2[disabled]:active,
html .btn-tertiary-scale-2[disabled]:focus {
	border-color: #9e7632;
	background-color: #9e7632;
}

html .btn-quaternary {
	color: #ffffff;
	background-color: #313234;
	border-color: #313234 #313234 #18191a;
}

html .btn-quaternary:hover {
	border-color: #3d3f41 #3d3f41 #252527;
	background-color: #3d3f41;
}

html .btn-quaternary:active,
html .btn-quaternary:focus,
html .btn-quaternary:active:hover,
html .btn-quaternary:active:focus {
	border-color: #252527 #252527 #252527;
	background-color: #252527;
}

html .btn-quaternary.dropdown-toggle {
	border-left-color: #252527;
}

html .btn-quaternary[disabled],
html .btn-quaternary[disabled]:hover,
html .btn-quaternary[disabled]:active,
html .btn-quaternary[disabled]:focus {
	border-color: #626469;
	background-color: #626469;
}

html .btn-quaternary:hover,
html .btn-quaternary:focus,
html .btn-quaternary:active:hover,
html .btn-quaternary:active:focus {
	color: #ffffff;
}

html .btn-quaternary-scale-2 {
	color: #ffffff;
	background-color: #18191a;
	border-color: #18191a #18191a #000000;
}

html .btn-quaternary-scale-2:hover {
	border-color: #252527 #252527 #0c0c0d;
	background-color: #252527;
}

html .btn-quaternary-scale-2:active,
html .btn-quaternary-scale-2:focus,
html .btn-quaternary-scale-2:active:hover,
html .btn-quaternary-scale-2:active:focus {
	border-color: #0c0c0d #0c0c0d #0c0c0d;
	background-color: #0c0c0d;
}

html .btn-quaternary-scale-2.dropdown-toggle {
	border-left-color: #0c0c0d;
}

html .btn-quaternary-scale-2[disabled],
html .btn-quaternary-scale-2[disabled]:hover,
html .btn-quaternary-scale-2[disabled]:active,
html .btn-quaternary-scale-2[disabled]:focus {
	border-color: #4a4b4e;
	background-color: #4a4b4e;
}

html .btn-dark {
	color: #ffffff;
	background-color: #2e353e;
	border-color: #2e353e #2e353e #181c21;
}

html .btn-dark:hover {
	border-color: #39424d #39424d #23282f;
	background-color: #39424d;
}

html .btn-dark:active,
html .btn-dark:focus,
html .btn-dark:active:hover,
html .btn-dark:active:focus {
	border-color: #23282f #23282f #23282f;
	background-color: #23282f;
}

html .btn-dark.dropdown-toggle {
	border-left-color: #23282f;
}

html .btn-dark[disabled],
html .btn-dark[disabled]:hover,
html .btn-dark[disabled]:active,
html .btn-dark[disabled]:focus {
	border-color: #596779;
	background-color: #596779;
}

html .btn-dark:hover,
html .btn-dark:focus,
html .btn-dark:active:hover,
html .btn-dark:active:focus {
	color: #ffffff;
}

html .btn-dark-scale-2 {
	color: #ffffff;
	background-color: #181c21;
	border-color: #181c21 #181c21 #030303;
}

html .btn-dark-scale-2:hover {
	border-color: #23282f #23282f #0d0f12;
	background-color: #23282f;
}

html .btn-dark-scale-2:active,
html .btn-dark-scale-2:focus,
html .btn-dark-scale-2:active:hover,
html .btn-dark-scale-2:active:focus {
	border-color: #0d0f12 #0d0f12 #0d0f12;
	background-color: #0d0f12;
}

html .btn-dark-scale-2.dropdown-toggle {
	border-left-color: #0d0f12;
}

html .btn-dark-scale-2[disabled],
html .btn-dark-scale-2[disabled]:hover,
html .btn-dark-scale-2[disabled]:active,
html .btn-dark-scale-2[disabled]:focus {
	border-color: #444e5b;
	background-color: #444e5b;
}

html .btn-light {
	color: #ffffff;
	background-color: #ffffff;
	border-color: #ffffff #ffffff #e6e6e6;
}

html .btn-light:hover {
	border-color: #ffffff #ffffff #f2f2f2;
	background-color: #ffffff;
}

html .btn-light:active,
html .btn-light:focus,
html .btn-light:active:hover,
html .btn-light:active:focus {
	border-color: #f2f2f2 #f2f2f2 #f2f2f2;
	background-color: #f2f2f2;
}

html .btn-light.dropdown-toggle {
	border-left-color: #f2f2f2;
}

html .btn-light[disabled],
html .btn-light[disabled]:hover,
html .btn-light[disabled]:active,
html .btn-light[disabled]:focus {
	border-color: #ffffff;
	background-color: #ffffff;
}

html .btn-light:hover,
html .btn-light:focus,
html .btn-light:active:hover,
html .btn-light:active:focus {
	color: #777777;
}

html .btn-light-scale-2 {
	color: #ffffff;
	background-color: #e6e6e6;
	border-color: #e6e6e6 #e6e6e6 #cccccc;
}

html .btn-light-scale-2:hover {
	border-color: #f2f2f2 #f2f2f2 #d9d9d9;
	background-color: #f2f2f2;
}

html .btn-light-scale-2:active,
html .btn-light-scale-2:focus,
html .btn-light-scale-2:active:hover,
html .btn-light-scale-2:active:focus {
	border-color: #d9d9d9 #d9d9d9 #d9d9d9;
	background-color: #d9d9d9;
}

html .btn-light-scale-2.dropdown-toggle {
	border-left-color: #d9d9d9;
}

html .btn-light-scale-2[disabled],
html .btn-light-scale-2[disabled]:hover,
html .btn-light-scale-2[disabled]:active,
html .btn-light-scale-2[disabled]:focus {
	border-color: #ffffff;
	background-color: #ffffff;
}

html .btn-borders.btn-primary {
	background: transparent;
	border-color: #244366;
	color: #244366;
	text-shadow: none;
}

html .btn-borders.btn-primary:hover,
html .btn-borders.btn-primary:focus {
	background-color: #244366;
	border-color: #244366 #244366 #c39341;
	border-color: #244366 !important;
	color: #ffffff;
}

html .btn-borders.btn-primary:hover:hover,
html .btn-borders.btn-primary:focus:hover {
	border-color: #d5b47b #d5b47b #c99e55;
	background-color: #d5b47b;
}

html .btn-borders.btn-primary:hover:active,
html .btn-borders.btn-primary:focus:active,
html .btn-borders.btn-primary:hover:focus,
html .btn-borders.btn-primary:focus:focus,
html .btn-borders.btn-primary:hover:active:hover,
html .btn-borders.btn-primary:focus:active:hover,
html .btn-borders.btn-primary:hover:active:focus,
html .btn-borders.btn-primary:focus:active:focus {
	border-color: #c99e55 #c99e55 #c99e55;
	background-color: #c99e55;
}

html .btn-borders.btn-primary:hover.dropdown-toggle,
html .btn-borders.btn-primary:focus.dropdown-toggle {
	border-left-color: #c99e55;
}

html .btn-borders.btn-primary:hover[disabled],
html .btn-borders.btn-primary:focus[disabled],
html .btn-borders.btn-primary:hover[disabled]:hover,
html .btn-borders.btn-primary:focus[disabled]:hover,
html .btn-borders.btn-primary:hover[disabled]:active,
html .btn-borders.btn-primary:focus[disabled]:active,
html .btn-borders.btn-primary:hover[disabled]:focus,
html .btn-borders.btn-primary:focus[disabled]:focus {
	border-color: #e8d5b5;
	background-color: #e8d5b5;
}

html .btn-borders.btn-secondary {
	background: transparent;
	border-color: #ead9bb;
	color: #ead9bb;
	text-shadow: none;
}

html .btn-borders.btn-secondary:hover,
html .btn-borders.btn-secondary:focus {
	color: #ffffff;
	background-color: #ead9bb;
	border-color: #ead9bb #ead9bb #dec394;
	border-color: #ead9bb !important;
	color: #777777;
}

html .btn-borders.btn-secondary:hover:hover,
html .btn-borders.btn-secondary:focus:hover {
	border-color: #f0e4ce #f0e4ce #e4cea8;
	background-color: #f0e4ce;
}

html .btn-borders.btn-secondary:hover:active,
html .btn-borders.btn-secondary:focus:active,
html .btn-borders.btn-secondary:hover:focus,
html .btn-borders.btn-secondary:focus:focus,
html .btn-borders.btn-secondary:hover:active:hover,
html .btn-borders.btn-secondary:focus:active:hover,
html .btn-borders.btn-secondary:hover:active:focus,
html .btn-borders.btn-secondary:focus:active:focus {
	border-color: #e4cea8 #e4cea8 #e4cea8;
	background-color: #e4cea8;
}

html .btn-borders.btn-secondary:hover.dropdown-toggle,
html .btn-borders.btn-secondary:focus.dropdown-toggle {
	border-left-color: #e4cea8;
}

html .btn-borders.btn-secondary:hover[disabled],
html .btn-borders.btn-secondary:focus[disabled],
html .btn-borders.btn-secondary:hover[disabled]:hover,
html .btn-borders.btn-secondary:focus[disabled]:hover,
html .btn-borders.btn-secondary:hover[disabled]:active,
html .btn-borders.btn-secondary:focus[disabled]:active,
html .btn-borders.btn-secondary:hover[disabled]:focus,
html .btn-borders.btn-secondary:focus[disabled]:focus {
	border-color: #ffffff;
	background-color: #ffffff;
}

html .btn-borders.btn-tertiary {
	background: transparent;
	border-color: #775926;
	color: #775926;
	text-shadow: none;
}

html .btn-borders.btn-tertiary:hover,
html .btn-borders.btn-tertiary:focus {
	background-color: #775926;
	border-color: #775926 #775926 #503c1a;
	border-color: #775926 !important;
	color: #ffffff;
}

html .btn-borders.btn-tertiary:hover:hover,
html .btn-borders.btn-tertiary:focus:hover {
	border-color: #8a672c #8a672c #644b20;
	background-color: #8a672c;
}

html .btn-borders.btn-tertiary:hover:active,
html .btn-borders.btn-tertiary:focus:active,
html .btn-borders.btn-tertiary:hover:focus,
html .btn-borders.btn-tertiary:focus:focus,
html .btn-borders.btn-tertiary:hover:active:hover,
html .btn-borders.btn-tertiary:focus:active:hover,
html .btn-borders.btn-tertiary:hover:active:focus,
html .btn-borders.btn-tertiary:focus:active:focus {
	border-color: #644b20 #644b20 #644b20;
	background-color: #644b20;
}

html .btn-borders.btn-tertiary:hover.dropdown-toggle,
html .btn-borders.btn-tertiary:focus.dropdown-toggle {
	border-left-color: #644b20;
}

html .btn-borders.btn-tertiary:hover[disabled],
html .btn-borders.btn-tertiary:focus[disabled],
html .btn-borders.btn-tertiary:hover[disabled]:hover,
html .btn-borders.btn-tertiary:focus[disabled]:hover,
html .btn-borders.btn-tertiary:hover[disabled]:active,
html .btn-borders.btn-tertiary:focus[disabled]:active,
html .btn-borders.btn-tertiary:hover[disabled]:focus,
html .btn-borders.btn-tertiary:focus[disabled]:focus {
	border-color: #c29241;
	background-color: #c29241;
}

html .btn-borders.btn-quaternary {
	background: transparent;
	border-color: #313234;
	color: #313234;
	text-shadow: none;
}

html .btn-borders.btn-quaternary:hover,
html .btn-borders.btn-quaternary:focus {
	background-color: #313234;
	border-color: #313234 #313234 #18191a;
	border-color: #313234 !important;
	color: #ffffff;
}

html .btn-borders.btn-quaternary:hover:hover,
html .btn-borders.btn-quaternary:focus:hover {
	border-color: #3d3f41 #3d3f41 #252527;
	background-color: #3d3f41;
}

html .btn-borders.btn-quaternary:hover:active,
html .btn-borders.btn-quaternary:focus:active,
html .btn-borders.btn-quaternary:hover:focus,
html .btn-borders.btn-quaternary:focus:focus,
html .btn-borders.btn-quaternary:hover:active:hover,
html .btn-borders.btn-quaternary:focus:active:hover,
html .btn-borders.btn-quaternary:hover:active:focus,
html .btn-borders.btn-quaternary:focus:active:focus {
	border-color: #252527 #252527 #252527;
	background-color: #252527;
}

html .btn-borders.btn-quaternary:hover.dropdown-toggle,
html .btn-borders.btn-quaternary:focus.dropdown-toggle {
	border-left-color: #252527;
}

html .btn-borders.btn-quaternary:hover[disabled],
html .btn-borders.btn-quaternary:focus[disabled],
html .btn-borders.btn-quaternary:hover[disabled]:hover,
html .btn-borders.btn-quaternary:focus[disabled]:hover,
html .btn-borders.btn-quaternary:hover[disabled]:active,
html .btn-borders.btn-quaternary:focus[disabled]:active,
html .btn-borders.btn-quaternary:hover[disabled]:focus,
html .btn-borders.btn-quaternary:focus[disabled]:focus {
	border-color: #626469;
	background-color: #626469;
}

html .btn-borders.btn-dark {
	background: transparent;
	border-color: #2e353e;
	color: #2e353e;
	text-shadow: none;
}

html .btn-borders.btn-dark:hover,
html .btn-borders.btn-dark:focus {
	background-color: #2e353e;
	border-color: #2e353e #2e353e #181c21;
	border-color: #2e353e !important;
	color: #ffffff;
}

html .btn-borders.btn-dark:hover:hover,
html .btn-borders.btn-dark:focus:hover {
	border-color: #39424d #39424d #23282f;
	background-color: #39424d;
}

html .btn-borders.btn-dark:hover:active,
html .btn-borders.btn-dark:focus:active,
html .btn-borders.btn-dark:hover:focus,
html .btn-borders.btn-dark:focus:focus,
html .btn-borders.btn-dark:hover:active:hover,
html .btn-borders.btn-dark:focus:active:hover,
html .btn-borders.btn-dark:hover:active:focus,
html .btn-borders.btn-dark:focus:active:focus {
	border-color: #23282f #23282f #23282f;
	background-color: #23282f;
}

html .btn-borders.btn-dark:hover.dropdown-toggle,
html .btn-borders.btn-dark:focus.dropdown-toggle {
	border-left-color: #23282f;
}

html .btn-borders.btn-dark:hover[disabled],
html .btn-borders.btn-dark:focus[disabled],
html .btn-borders.btn-dark:hover[disabled]:hover,
html .btn-borders.btn-dark:focus[disabled]:hover,
html .btn-borders.btn-dark:hover[disabled]:active,
html .btn-borders.btn-dark:focus[disabled]:active,
html .btn-borders.btn-dark:hover[disabled]:focus,
html .btn-borders.btn-dark:focus[disabled]:focus {
	border-color: #596779;
	background-color: #596779;
}

html .btn-borders.btn-light {
	background: transparent;
	border-color: #ffffff;
	color: #ffffff;
	text-shadow: none;
}

html .btn-borders.btn-light:hover,
html .btn-borders.btn-light:focus {
	color: #ffffff;
	background-color: #ffffff;
	border-color: #ffffff #ffffff #e6e6e6;
	border-color: #ffffff !important;
	color: #777777;
}

html .btn-borders.btn-light:hover:hover,
html .btn-borders.btn-light:focus:hover {
	border-color: #ffffff #ffffff #f2f2f2;
	background-color: #ffffff;
}

html .btn-borders.btn-light:hover:active,
html .btn-borders.btn-light:focus:active,
html .btn-borders.btn-light:hover:focus,
html .btn-borders.btn-light:focus:focus,
html .btn-borders.btn-light:hover:active:hover,
html .btn-borders.btn-light:focus:active:hover,
html .btn-borders.btn-light:hover:active:focus,
html .btn-borders.btn-light:focus:active:focus {
	border-color: #f2f2f2 #f2f2f2 #f2f2f2;
	background-color: #f2f2f2;
}

html .btn-borders.btn-light:hover.dropdown-toggle,
html .btn-borders.btn-light:focus.dropdown-toggle {
	border-left-color: #f2f2f2;
}

html .btn-borders.btn-light:hover[disabled],
html .btn-borders.btn-light:focus[disabled],
html .btn-borders.btn-light:hover[disabled]:hover,
html .btn-borders.btn-light:focus[disabled]:hover,
html .btn-borders.btn-light:hover[disabled]:active,
html .btn-borders.btn-light:focus[disabled]:active,
html .btn-borders.btn-light:hover[disabled]:focus,
html .btn-borders.btn-light:focus[disabled]:focus {
	border-color: #ffffff;
	background-color: #ffffff;
}

.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #244366;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background-color: #244366 !important;
	border-color: #244366;
}

body.dark .pagination > li > a,
body.dark .pagination > li > span,
body.dark .pagination > li > a:hover,
body.dark .pagination > li > span:hover,
body.dark .pagination > li > a:focus,
body.dark .pagination > li > span:focus {
	color: #244366;
}

body.dark .pagination > .active > a,
body.dark .pagination > .active > span,
body.dark .pagination > .active > a:hover,
body.dark .pagination > .active > span:hover,
body.dark .pagination > .active > a:focus,
body.dark .pagination > .active > span:focus {
	background-color: #244366;
	border-color: #244366;
}

.pagination > .active > a,
body.dark .pagination > .active > a {
	color: #ffffff;
	background-color: #244366;
	border-color: #244366 #244366 #c39341;
}

.pagination > .active > a:hover,
body.dark .pagination > .active > a:hover {
	border-color: #d5b47b #d5b47b #c99e55;
	background-color: #d5b47b;
}

.pagination > .active > a:active,
body.dark .pagination > .active > a:active,
.pagination > .active > a:focus,
body.dark .pagination > .active > a:focus,
.pagination > .active > a:active:hover,
body.dark .pagination > .active > a:active:hover,
.pagination > .active > a:active:focus,
body.dark .pagination > .active > a:active:focus {
	border-color: #c99e55 #c99e55 #c99e55;
	background-color: #c99e55;
}

.pagination > .active > a.dropdown-toggle,
body.dark .pagination > .active > a.dropdown-toggle {
	border-left-color: #c99e55;
}

.pagination > .active > a[disabled],
body.dark .pagination > .active > a[disabled],
.pagination > .active > a[disabled]:hover,
body.dark .pagination > .active > a[disabled]:hover,
.pagination > .active > a[disabled]:active,
body.dark .pagination > .active > a[disabled]:active,
.pagination > .active > a[disabled]:focus,
body.dark .pagination > .active > a[disabled]:focus {
	border-color: #e8d5b5;
	background-color: #e8d5b5;
}

html .alert-primary {
	background-color: #244366;
	border-color: #cba25c;
	color: #ffffff;
}

html .alert-primary .alert-link {
	color: #ffffff;
}

html .alert-secondary {
	background-color: #ead9bb;
	border-color: #e6d2af;
	color: #777777;
}

html .alert-secondary .alert-link {
	color: #777777;
}

html .alert-tertiary {
	background-color: #775926;
	border-color: #6b5022;
	color: #ffffff;
}

html .alert-tertiary .alert-link {
	color: #ffffff;
}

html .alert-quaternary {
	background-color: #313234;
	border-color: #2a2a2c;
	color: #ffffff;
}

html .alert-quaternary .alert-link {
	color: #ffffff;
}

html .alert-dark {
	background-color: #2e353e;
	border-color: #272d35;
	color: #ffffff;
}

html .alert-dark .alert-link {
	color: #ffffff;
}

html .alert-light {
	background-color: #ffffff;
	border-color: #f7f7f7;
	color: #777777;
}

html .alert-light .alert-link {
	color: #777777;
}

html .progress-bar-primary {
	background-color: #244366;
}

html .progress-bar-secondary {
	background-color: #ead9bb;
}

html .progress-bar-tertiary {
	background-color: #775926;
}

html .progress-bar-quaternary {
	background-color: #313234;
}

html .progress-bar-dark {
	background-color: #2e353e;
}

html .progress-bar-light {
	background-color: #ffffff;
}

html section.section-primary {
	background-color: #244366 !important;
	border-color: #c99e55 !important;
}

html section.section-primary h1,
html section.section-primary h2,
html section.section-primary h3,
html section.section-primary h4,
html section.section-primary h5,
html section.section-primary h6 {
	color: #ffffff;
}

html section.section-primary p {
	color: #e6e6e6;
}

html section.section-primary-scale-2 {
	background-color: #c39341 !important;
	border-color: #b28539 !important;
}

html section.section-primary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
	border-top-color: #c39341;
}

html section.section-secondary {
	background-color: #ead9bb !important;
	border-color: #e4cea8 !important;
}

html section.section-secondary h1,
html section.section-secondary h2,
html section.section-secondary h3,
html section.section-secondary h4,
html section.section-secondary h5,
html section.section-secondary h6 {
	color: #777777;
}

html section.section-secondary p {
	color: #5e5e5e;
}

html section.section-secondary-scale-2 {
	background-color: #dec394 !important;
	border-color: #d8b881 !important;
}

html section.section-secondary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
	border-top-color: #dec394;
}

html section.section-tertiary {
	background-color: #775926 !important;
	border-color: #644b20 !important;
}

html section.section-tertiary h1,
html section.section-tertiary h2,
html section.section-tertiary h3,
html section.section-tertiary h4,
html section.section-tertiary h5,
html section.section-tertiary h6 {
	color: #ffffff;
}

html section.section-tertiary p {
	color: #e6e6e6;
}

html section.section-tertiary-scale-2 {
	background-color: #503c1a !important;
	border-color: #3d2e13 !important;
}

html section.section-tertiary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
	border-top-color: #503c1a;
}

html section.section-quaternary {
	background-color: #313234 !important;
	border-color: #252527 !important;
}

html section.section-quaternary h1,
html section.section-quaternary h2,
html section.section-quaternary h3,
html section.section-quaternary h4,
html section.section-quaternary h5,
html section.section-quaternary h6 {
	color: #ffffff;
}

html section.section-quaternary p {
	color: #e6e6e6;
}

html section.section-quaternary-scale-2 {
	background-color: #18191a !important;
	border-color: #0c0c0d !important;
}

html section.section-quaternary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
	border-top-color: #18191a;
}

html section.section-dark {
	background-color: #2e353e !important;
	border-color: #23282f !important;
}

html section.section-dark h1,
html section.section-dark h2,
html section.section-dark h3,
html section.section-dark h4,
html section.section-dark h5,
html section.section-dark h6 {
	color: #ffffff;
}

html section.section-dark p {
	color: #e6e6e6;
}

html section.section-dark-scale-2 {
	background-color: #181c21 !important;
	border-color: #0d0f12 !important;
}

html section.section-dark-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
	border-top-color: #181c21;
}

html section.section-light {
	background-color: #ffffff !important;
	border-color: #f2f2f2 !important;
}

html section.section-light h1,
html section.section-light h2,
html section.section-light h3,
html section.section-light h4,
html section.section-light h5,
html section.section-light h6 {
	color: #777777;
}

html section.section-light p {
	color: #5e5e5e;
}

html section.section-light-scale-2 {
	background-color: #e6e6e6 !important;
	border-color: #d9d9d9 !important;
}

html section.section-light-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
	border-top-color: #e6e6e6;
}

html section.section-default-scale-1 {
	background-color: #dbdbdb !important;
	border-top-color: #d3d3d3 !important;
}

html section.section-default-scale-2 {
	background-color: #c1c1c1 !important;
	border-top-color: #b9b9b9 !important;
}

html section.section-default-scale-3 {
	background-color: #a8a8a8 !important;
	border-top-color: #a0a0a0 !important;
}

html section.section-default-scale-4 {
	background-color: #8e8e8e !important;
	border-top-color: #868686 !important;
}

html section.section-default-scale-5 {
	background-color: #757575 !important;
	border-top-color: #6d6d6d !important;
}

html section.section-default-scale-6 {
	background-color: #5b5b5b !important;
	border-top-color: #535353 !important;
}

html section.section-default-scale-7 {
	background-color: #424242 !important;
	border-top-color: #3a3a3a !important;
}

html section.section-default-scale-8 {
	background-color: #282828 !important;
	border-top-color: #202020 !important;
}

html section.section-default-scale-9 {
	background-color: #0f0f0f !important;
	border-top-color: #070707 !important;
}

html.dark section.section-default-scale-1 {
	background-color: #333a44 !important;
	border-top-color: #2c323b !important;
}

html.dark section.section-default-scale-2 {
	background-color: #495362 !important;
	border-top-color: #424b59 !important;
}

html.dark section.section-default-scale-3 {
	background-color: #5e6b7f !important;
	border-top-color: #586476 !important;
}

html.dark section.section-default-scale-4 {
	background-color: #77849a !important;
	border-top-color: #6e7d93 !important;
}

html.dark section.section-default-scale-5 {
	background-color: #949faf !important;
	border-top-color: #8b97a9 !important;
}

html.dark section.section-default-scale-6 {
	background-color: #b1b9c5 !important;
	border-top-color: #a8b1be !important;
}

html.dark section.section-default-scale-7 {
	background-color: #ced3db !important;
	border-top-color: #c5cbd4 !important;
}

html.dark section.section-default-scale-8 {
	background-color: #ebeef1 !important;
	border-top-color: #e3e6ea !important;
}

html.dark section.section-default-scale-9 {
	background-color: #ffffff !important;
	border-top-color: #f7f7f7 !important;
}

section.page-header h1 {
	border-bottom-color: #244366;
}

section.page-header.custom-product {
	background-color: #c99e55;
	border-top-color: #cda560;
}

html .page-header-color.page-header-primary {
	background-color: #244366;
	border-bottom-color: #244366;
	color: #ffffff;
}

html .page-header-color.page-header-primary h1 {
	color: #ffffff;
}

html .page-header-color.page-header-primary h1 span {
	color: #ffffff;
}

html .page-header-color.page-header-primary a {
	color: #ffffff;
}

html .page-header-color.page-header-primary .breadcrumb > .active {
	color: #ffffff;
}

html .page-header-color.page-header-secondary {
	background-color: #ead9bb;
	border-bottom-color: #ead9bb;
	color: #777777;
}

html .page-header-color.page-header-secondary h1 {
	color: #777777;
}

html .page-header-color.page-header-secondary h1 span {
	color: #777777;
}

html .page-header-color.page-header-secondary a {
	color: #777777;
}

html .page-header-color.page-header-secondary .breadcrumb > .active {
	color: #777777;
}

html .page-header-color.page-header-tertiary {
	background-color: #775926;
	border-bottom-color: #775926;
	color: #ffffff;
}

html .page-header-color.page-header-tertiary h1 {
	color: #ffffff;
}

html .page-header-color.page-header-tertiary h1 span {
	color: #ffffff;
}

html .page-header-color.page-header-tertiary a {
	color: #ffffff;
}

html .page-header-color.page-header-tertiary .breadcrumb > .active {
	color: #ffffff;
}

html .page-header-color.page-header-quaternary {
	background-color: #313234;
	border-bottom-color: #313234;
	color: #ffffff;
}

html .page-header-color.page-header-quaternary h1 {
	color: #ffffff;
}

html .page-header-color.page-header-quaternary h1 span {
	color: #ffffff;
}

html .page-header-color.page-header-quaternary a {
	color: #ffffff;
}

html .page-header-color.page-header-quaternary .breadcrumb > .active {
	color: #ffffff;
}

html .page-header-color.page-header-dark {
	background-color: #2e353e;
	border-bottom-color: #2e353e;
	color: #ffffff;
}

html .page-header-color.page-header-dark h1 {
	color: #ffffff;
}

html .page-header-color.page-header-dark h1 span {
	color: #ffffff;
}

html .page-header-color.page-header-dark a {
	color: #ffffff;
}

html .page-header-color.page-header-dark .breadcrumb > .active {
	color: #ffffff;
}

html .page-header-color.page-header-light {
	background-color: #ffffff;
	border-bottom-color: #ffffff;
	color: #777777;
}

html .page-header-color.page-header-light h1 {
	color: #777777;
}

html .page-header-color.page-header-light h1 span {
	color: #777777;
}

html .page-header-color.page-header-light a {
	color: #777777;
}

html .page-header-color.page-header-light .breadcrumb > .active {
	color: #777777;
}

html .toggle-primary .toggle label {
	color: #244366;
	border-left-color: #244366;
	border-right-color: #244366;
}

html .toggle-primary .toggle.active > label {
	background-color: #244366;
	border-color: #244366;
	color: #ffffff;
}

html .toggle-primary.toggle-simple .toggle > label:after {
	background-color: #244366;
}

html .toggle-secondary .toggle label {
	color: #ead9bb;
	border-left-color: #ead9bb;
	border-right-color: #ead9bb;
}

html .toggle-secondary .toggle.active > label {
	background-color: #ead9bb;
	border-color: #ead9bb;
	color: #777777;
}

html .toggle-secondary.toggle-simple .toggle > label:after {
	background-color: #ead9bb;
}

html .toggle-tertiary .toggle label {
	color: #775926;
	border-left-color: #775926;
	border-right-color: #775926;
}

html .toggle-tertiary .toggle.active > label {
	background-color: #775926;
	border-color: #775926;
	color: #ffffff;
}

html .toggle-tertiary.toggle-simple .toggle > label:after {
	background-color: #775926;
}

html .toggle-quaternary .toggle label {
	color: #313234;
	border-left-color: #313234;
	border-right-color: #313234;
}

html .toggle-quaternary .toggle.active > label {
	background-color: #313234;
	border-color: #313234;
	color: #ffffff;
}

html .toggle-quaternary.toggle-simple .toggle > label:after {
	background-color: #313234;
}

html .toggle-dark .toggle label {
	color: #2e353e;
	border-left-color: #2e353e;
	border-right-color: #2e353e;
}

html .toggle-dark .toggle.active > label {
	background-color: #2e353e;
	border-color: #2e353e;
	color: #ffffff;
}

html .toggle-dark.toggle-simple .toggle > label:after {
	background-color: #2e353e;
}

html .toggle-light .toggle label {
	color: #ffffff;
	border-left-color: #ffffff;
	border-right-color: #ffffff;
}

html .toggle-light .toggle.active > label {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #777777;
}

html .toggle-light.toggle-simple .toggle > label:after {
	background-color: #ffffff;
}

.thumb-info .thumb-info-type {
	background-color: #244366;
}

.thumb-info .thumb-info-action-icon {
	background-color: #244366;
}

.thumb-info-social-icons a {
	background-color: #244366;
}

.thumbnail .zoom {
	background-color: #244366;
}

.img-thumbnail .zoom {
	background-color: #244366;
}

html .thumb-info .thumb-info-action-icon-primary {
	background-color: #244366;
}

html .thumb-info .thumb-info-action-icon-primary i {
	color: #ffffff;
}

html .thumb-info .thumb-info-action-icon-secondary {
	background-color: #ead9bb;
}

html .thumb-info .thumb-info-action-icon-secondary i {
	color: #777777;
}

html .thumb-info .thumb-info-action-icon-tertiary {
	background-color: #775926;
}

html .thumb-info .thumb-info-action-icon-tertiary i {
	color: #ffffff;
}

html .thumb-info .thumb-info-action-icon-quaternary {
	background-color: #313234;
}

html .thumb-info .thumb-info-action-icon-quaternary i {
	color: #ffffff;
}

html .thumb-info .thumb-info-action-icon-dark {
	background-color: #2e353e;
}

html .thumb-info .thumb-info-action-icon-dark i {
	color: #ffffff;
}

html .thumb-info .thumb-info-action-icon-light {
	background-color: #ffffff;
}

html .thumb-info .thumb-info-action-icon-light i {
	color: #777777;
}

.thumb-info-ribbon {
	background: #244366;
}

.thumb-info-ribbon:before {
	border-right-color: #b28539;
	border-left-color: #b28539;
}

.inverted {
	background-color: #244366;
}

html .inverted-primary {
	background-color: #244366;
}

html .inverted-secondary {
	background-color: #ead9bb;
}

html .inverted-tertiary {
	background-color: #775926;
}

html .inverted-quaternary {
	background-color: #313234;
}

html .inverted-dark {
	background-color: #2e353e;
}

html .inverted-light {
	background-color: #ffffff;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
	background-color: #c89c51;
}

.owl-carousel.show-nav-title .owl-nav [class*="owl-"] {
	color: #244366;
}

.owl-carousel .owl-nav [class*="owl-"] {
	color: #ffffff;
	background-color: #244366;
	border-color: #244366 #244366 #c39341;
}

.owl-carousel .owl-nav [class*="owl-"]:hover {
	border-color: #d5b47b #d5b47b #c99e55;
	background-color: #d5b47b;
}

.owl-carousel .owl-nav [class*="owl-"]:active,
.owl-carousel .owl-nav [class*="owl-"]:focus,
.owl-carousel .owl-nav [class*="owl-"]:active:hover,
.owl-carousel .owl-nav [class*="owl-"]:active:focus {
	border-color: #c99e55 #c99e55 #c99e55;
	background-color: #c99e55;
}

.owl-carousel .owl-nav [class*="owl-"].dropdown-toggle {
	border-left-color: #c99e55;
}

.owl-carousel .owl-nav [class*="owl-"][disabled],
.owl-carousel .owl-nav [class*="owl-"][disabled]:hover,
.owl-carousel .owl-nav [class*="owl-"][disabled]:active,
.owl-carousel .owl-nav [class*="owl-"][disabled]:focus {
	border-color: #e8d5b5;
	background-color: #e8d5b5;
}

html body .tabs .nav-tabs a,
html.dark body .tabs .nav-tabs a,
html body .tabs .nav-tabs a:hover,
html.dark body .tabs .nav-tabs a:hover {
	color: #244366;
}

html body .tabs .nav-tabs a:hover,
html.dark body .tabs .nav-tabs a:hover,
html body .tabs .nav-tabs a:focus,
html.dark body .tabs .nav-tabs a:focus {
	border-top-color: #244366;
}

html body .tabs .nav-tabs li.active a,
html.dark body .tabs .nav-tabs li.active a {
	border-top-color: #244366;
	color: #244366;
}

html body .tabs .nav-tabs.nav-justified a:hover,
html.dark body .tabs .nav-tabs.nav-justified a:hover,
html body .tabs .nav-tabs.nav-justified a:focus,
html.dark body .tabs .nav-tabs.nav-justified a:focus {
	border-top-color: #244366;
}

html body .tabs.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs.tabs-bottom .nav-tabs li a:hover,
html body .tabs.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs.tabs-bottom .nav-tabs li.active a,
html body .tabs.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs.tabs-bottom .nav-tabs li.active a:focus {
	border-bottom-color: #244366;
}

html body .tabs.tabs-vertical.tabs-left .nav-tabs li a:hover,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li a:hover,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:hover,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:hover,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:focus,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:focus {
	border-left-color: #244366;
}

html body .tabs.tabs-vertical.tabs-right .nav-tabs li a:hover,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li a:hover,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:hover,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:hover,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:focus,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:focus {
	border-right-color: #244366;
}

html body .tabs.tabs-simple .nav-tabs > li.active a,
html.dark body .tabs.tabs-simple .nav-tabs > li.active a,
html body .tabs.tabs-simple .nav-tabs > li.active a:focus,
html.dark body .tabs.tabs-simple .nav-tabs > li.active a:focus,
html body .tabs.tabs-simple .nav-tabs > li a:hover,
html.dark body .tabs.tabs-simple .nav-tabs > li a:hover,
html body .tabs.tabs-simple .nav-tabs > li.active a:hover,
html.dark body .tabs.tabs-simple .nav-tabs > li.active a:hover {
	border-top-color: #244366;
	color: #244366;
}

html body .tabs-primary .nav-tabs li a,
html.dark body .tabs-primary .nav-tabs li a,
html body .tabs-primary .nav-tabs.nav-justified li a,
html.dark body .tabs-primary .nav-tabs.nav-justified li a,
html body .tabs-primary .nav-tabs li a:hover,
html.dark body .tabs-primary .nav-tabs li a:hover,
html body .tabs-primary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li a:hover {
	color: #244366;
}

html body .tabs-primary .nav-tabs li a:hover,
html.dark body .tabs-primary .nav-tabs li a:hover,
html body .tabs-primary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li a:hover {
	border-top-color: #244366;
}

html body .tabs-primary .nav-tabs li.active a,
html.dark body .tabs-primary .nav-tabs li.active a,
html body .tabs-primary .nav-tabs.nav-justified li.active a,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active a,
html body .tabs-primary .nav-tabs li.active a:hover,
html.dark body .tabs-primary .nav-tabs li.active a:hover,
html body .tabs-primary .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active a:hover,
html body .tabs-primary .nav-tabs li.active a:focus,
html.dark body .tabs-primary .nav-tabs li.active a:focus,
html body .tabs-primary .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active a:focus {
	border-top-color: #244366;
	color: #244366;
}

html body .tabs-primary.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li a:hover,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:hover {
	border-bottom-color: #244366;
}

html body .tabs-primary.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active a,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-primary.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html body .tabs-primary.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
	border-bottom-color: #244366;
}

html body .tabs-primary.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-left li a:hover {
	border-left-color: #244366;
}

html body .tabs-primary.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active a,
html body .tabs-primary.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-primary.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active a:focus {
	border-left-color: #244366;
}

html body .tabs-primary.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-right li a:hover {
	border-right-color: #244366;
}

html body .tabs-primary.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active a,
html body .tabs-primary.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-primary.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active a:focus {
	border-right-color: #244366;
}

html body .tabs-secondary .nav-tabs li a,
html.dark body .tabs-secondary .nav-tabs li a,
html body .tabs-secondary .nav-tabs.nav-justified li a,
html.dark body .tabs-secondary .nav-tabs.nav-justified li a,
html body .tabs-secondary .nav-tabs li a:hover,
html.dark body .tabs-secondary .nav-tabs li a:hover,
html body .tabs-secondary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-secondary .nav-tabs.nav-justified li a:hover {
	color: #ead9bb;
}

html body .tabs-secondary .nav-tabs li a:hover,
html.dark body .tabs-secondary .nav-tabs li a:hover,
html body .tabs-secondary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-secondary .nav-tabs.nav-justified li a:hover {
	border-top-color: #ead9bb;
}

html body .tabs-secondary .nav-tabs li.active a,
html.dark body .tabs-secondary .nav-tabs li.active a,
html body .tabs-secondary .nav-tabs.nav-justified li.active a,
html.dark body .tabs-secondary .nav-tabs.nav-justified li.active a,
html body .tabs-secondary .nav-tabs li.active a:hover,
html.dark body .tabs-secondary .nav-tabs li.active a:hover,
html body .tabs-secondary .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-secondary .nav-tabs.nav-justified li.active a:hover,
html body .tabs-secondary .nav-tabs li.active a:focus,
html.dark body .tabs-secondary .nav-tabs li.active a:focus,
html body .tabs-secondary .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-secondary .nav-tabs.nav-justified li.active a:focus {
	border-top-color: #ead9bb;
	color: #ead9bb;
}

html body .tabs-secondary.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li a:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li a:hover {
	border-bottom-color: #ead9bb;
}

html body .tabs-secondary.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active a,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-secondary.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
	border-bottom-color: #ead9bb;
}

html body .tabs-secondary.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li a:hover {
	border-left-color: #ead9bb;
}

html body .tabs-secondary.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active a,
html body .tabs-secondary.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-secondary.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active a:focus {
	border-left-color: #ead9bb;
}

html body .tabs-secondary.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li a:hover {
	border-right-color: #ead9bb;
}

html body .tabs-secondary.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active a,
html body .tabs-secondary.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-secondary.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active a:focus {
	border-right-color: #ead9bb;
}

html body .tabs-tertiary .nav-tabs li a,
html.dark body .tabs-tertiary .nav-tabs li a,
html body .tabs-tertiary .nav-tabs.nav-justified li a,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li a,
html body .tabs-tertiary .nav-tabs li a:hover,
html.dark body .tabs-tertiary .nav-tabs li a:hover,
html body .tabs-tertiary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li a:hover {
	color: #775926;
}

html body .tabs-tertiary .nav-tabs li a:hover,
html.dark body .tabs-tertiary .nav-tabs li a:hover,
html body .tabs-tertiary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li a:hover {
	border-top-color: #775926;
}

html body .tabs-tertiary .nav-tabs li.active a,
html.dark body .tabs-tertiary .nav-tabs li.active a,
html body .tabs-tertiary .nav-tabs.nav-justified li.active a,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active a,
html body .tabs-tertiary .nav-tabs li.active a:hover,
html.dark body .tabs-tertiary .nav-tabs li.active a:hover,
html body .tabs-tertiary .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active a:hover,
html body .tabs-tertiary .nav-tabs li.active a:focus,
html.dark body .tabs-tertiary .nav-tabs li.active a:focus,
html body .tabs-tertiary .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active a:focus {
	border-top-color: #775926;
	color: #775926;
}

html body .tabs-tertiary.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li a:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li a:hover {
	border-bottom-color: #775926;
}

html body .tabs-tertiary.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active a,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-tertiary.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
	border-bottom-color: #775926;
}

html body .tabs-tertiary.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li a:hover {
	border-left-color: #775926;
}

html body .tabs-tertiary.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active a,
html body .tabs-tertiary.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-tertiary.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active a:focus {
	border-left-color: #775926;
}

html body .tabs-tertiary.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li a:hover {
	border-right-color: #775926;
}

html body .tabs-tertiary.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active a,
html body .tabs-tertiary.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-tertiary.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active a:focus {
	border-right-color: #775926;
}

html body .tabs-quaternary .nav-tabs li a,
html.dark body .tabs-quaternary .nav-tabs li a,
html body .tabs-quaternary .nav-tabs.nav-justified li a,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li a,
html body .tabs-quaternary .nav-tabs li a:hover,
html.dark body .tabs-quaternary .nav-tabs li a:hover,
html body .tabs-quaternary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li a:hover {
	color: #313234;
}

html body .tabs-quaternary .nav-tabs li a:hover,
html.dark body .tabs-quaternary .nav-tabs li a:hover,
html body .tabs-quaternary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li a:hover {
	border-top-color: #313234;
}

html body .tabs-quaternary .nav-tabs li.active a,
html.dark body .tabs-quaternary .nav-tabs li.active a,
html body .tabs-quaternary .nav-tabs.nav-justified li.active a,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active a,
html body .tabs-quaternary .nav-tabs li.active a:hover,
html.dark body .tabs-quaternary .nav-tabs li.active a:hover,
html body .tabs-quaternary .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active a:hover,
html body .tabs-quaternary .nav-tabs li.active a:focus,
html.dark body .tabs-quaternary .nav-tabs li.active a:focus,
html body .tabs-quaternary .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active a:focus {
	border-top-color: #313234;
	color: #313234;
}

html body .tabs-quaternary.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li a:hover,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li a:hover {
	border-bottom-color: #313234;
}

html body .tabs-quaternary.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active a,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-quaternary.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html body .tabs-quaternary.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
	border-bottom-color: #313234;
}

html body .tabs-quaternary.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li a:hover {
	border-left-color: #313234;
}

html body .tabs-quaternary.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active a,
html body .tabs-quaternary.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-quaternary.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active a:focus {
	border-left-color: #313234;
}

html body .tabs-quaternary.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li a:hover {
	border-right-color: #313234;
}

html body .tabs-quaternary.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active a,
html body .tabs-quaternary.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-quaternary.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active a:focus {
	border-right-color: #313234;
}

html body .tabs-dark .nav-tabs li a,
html.dark body .tabs-dark .nav-tabs li a,
html body .tabs-dark .nav-tabs.nav-justified li a,
html.dark body .tabs-dark .nav-tabs.nav-justified li a,
html body .tabs-dark .nav-tabs li a:hover,
html.dark body .tabs-dark .nav-tabs li a:hover,
html body .tabs-dark .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li a:hover {
	color: #2e353e;
}

html body .tabs-dark .nav-tabs li a:hover,
html.dark body .tabs-dark .nav-tabs li a:hover,
html body .tabs-dark .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li a:hover {
	border-top-color: #2e353e;
}

html body .tabs-dark .nav-tabs li.active a,
html.dark body .tabs-dark .nav-tabs li.active a,
html body .tabs-dark .nav-tabs.nav-justified li.active a,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active a,
html body .tabs-dark .nav-tabs li.active a:hover,
html.dark body .tabs-dark .nav-tabs li.active a:hover,
html body .tabs-dark .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active a:hover,
html body .tabs-dark .nav-tabs li.active a:focus,
html.dark body .tabs-dark .nav-tabs li.active a:focus,
html body .tabs-dark .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active a:focus {
	border-top-color: #2e353e;
	color: #2e353e;
}

html body .tabs-dark.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li a:hover,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li a:hover {
	border-bottom-color: #2e353e;
}

html body .tabs-dark.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active a,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-dark.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html body .tabs-dark.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
	border-bottom-color: #2e353e;
}

html body .tabs-dark.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-left li a:hover {
	border-left-color: #2e353e;
}

html body .tabs-dark.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active a,
html body .tabs-dark.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-dark.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active a:focus {
	border-left-color: #2e353e;
}

html body .tabs-dark.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-right li a:hover {
	border-right-color: #2e353e;
}

html body .tabs-dark.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active a,
html body .tabs-dark.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-dark.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active a:focus {
	border-right-color: #2e353e;
}

html body .tabs-light .nav-tabs li a,
html.dark body .tabs-light .nav-tabs li a,
html body .tabs-light .nav-tabs.nav-justified li a,
html.dark body .tabs-light .nav-tabs.nav-justified li a,
html body .tabs-light .nav-tabs li a:hover,
html.dark body .tabs-light .nav-tabs li a:hover,
html body .tabs-light .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-light .nav-tabs.nav-justified li a:hover {
	color: #ffffff;
}

html body .tabs-light .nav-tabs li a:hover,
html.dark body .tabs-light .nav-tabs li a:hover,
html body .tabs-light .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-light .nav-tabs.nav-justified li a:hover {
	border-top-color: #ffffff;
}

html body .tabs-light .nav-tabs li.active a,
html.dark body .tabs-light .nav-tabs li.active a,
html body .tabs-light .nav-tabs.nav-justified li.active a,
html.dark body .tabs-light .nav-tabs.nav-justified li.active a,
html body .tabs-light .nav-tabs li.active a:hover,
html.dark body .tabs-light .nav-tabs li.active a:hover,
html body .tabs-light .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-light .nav-tabs.nav-justified li.active a:hover,
html body .tabs-light .nav-tabs li.active a:focus,
html.dark body .tabs-light .nav-tabs li.active a:focus,
html body .tabs-light .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-light .nav-tabs.nav-justified li.active a:focus {
	border-top-color: #ffffff;
	color: #ffffff;
}

html body .tabs-light.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs li a:hover,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li a:hover {
	border-bottom-color: #ffffff;
}

html body .tabs-light.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active a,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-light.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html body .tabs-light.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
	border-bottom-color: #ffffff;
}

html body .tabs-light.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-light.tabs-vertical.tabs-left li a:hover {
	border-left-color: #ffffff;
}

html body .tabs-light.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active a,
html body .tabs-light.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-light.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active a:focus {
	border-left-color: #ffffff;
}

html body .tabs-light.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-light.tabs-vertical.tabs-right li a:hover {
	border-right-color: #ffffff;
}

html body .tabs-light.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active a,
html body .tabs-light.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-light.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active a:focus {
	border-right-color: #ffffff;
}

html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li a:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li.active a,
html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:focus {
	border-right-color: #244366;
	border-left-color: transparent;
}

html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li a:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li.active a,
html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:focus {
	border-right-color: transparent;
	border-left-color: #244366;
}

.list.list-icons li > .fa:first-child,
.list.list-icons li a:first-child > .fa:first-child,
.list.list-icons li > .icons:first-child,
.list.list-icons li a:first-child > .icons:first-child {
	color: #244366;
	border-color: #244366;
}

footer .list.list-icons li > .fa:first-child,
footer .list.list-icons li a:first-child > .fa:first-child,
footer .list.list-icons li > .icons:first-child,
footer .list.list-icons li a:first-child > .icons:first-child {
	color: #747474;
	border-color: #747474;
}

.list.list-icons.list-icons-style-3 li > .fa:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
.list.list-icons.list-icons-style-3 li > .icons:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
	background-color: #244366;
}

.list.list-ordened li:before {
	color: #244366;
	border-color: #244366;
}

.list.list-ordened.list-ordened-style-3 li:before {
	background-color: #244366;
}

html .list-primary.list-icons li > .fa:first-child,
html .list-primary.list-icons li a:first-child > .fa:first-child,
html .list-primary.list-icons li > .icons:first-child,
html .list-primary.list-icons li a:first-child > .icons:first-child {
	color: #244366;
	border-color: #244366;
}

html .list-primary.list-icons.list-icons-style-3 li > .fa:first-child,
html .list-primary.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
html .list-primary.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-primary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
	background-color: #244366;
	color: #ffffff;
}

html .list-primary.list-ordened li:before {
	color: #244366;
}

html .list-primary.list-ordened.list-ordened-style-3 li:before {
	background-color: #244366;
	color: #ffffff;
}

html .list-secondary.list-icons li > .fa:first-child,
html .list-secondary.list-icons li a:first-child > .fa:first-child,
html .list-secondary.list-icons li > .icons:first-child,
html .list-secondary.list-icons li a:first-child > .icons:first-child {
	color: #ead9bb;
	border-color: #ead9bb;
}

html .list-secondary.list-icons.list-icons-style-3 li > .fa:first-child,
html .list-secondary.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
html .list-secondary.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-secondary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
	background-color: #ead9bb;
	color: #777777;
}

html .list-secondary.list-ordened li:before {
	color: #ead9bb;
}

html .list-secondary.list-ordened.list-ordened-style-3 li:before {
	background-color: #ead9bb;
	color: #777777;
}

html .list-tertiary.list-icons li > .fa:first-child,
html .list-tertiary.list-icons li a:first-child > .fa:first-child,
html .list-tertiary.list-icons li > .icons:first-child,
html .list-tertiary.list-icons li a:first-child > .icons:first-child {
	color: #775926;
	border-color: #775926;
}

html .list-tertiary.list-icons.list-icons-style-3 li > .fa:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
	background-color: #775926;
	color: #ffffff;
}

html .list-tertiary.list-ordened li:before {
	color: #775926;
}

html .list-tertiary.list-ordened.list-ordened-style-3 li:before {
	background-color: #775926;
	color: #ffffff;
}

html .list-quaternary.list-icons li > .fa:first-child,
html .list-quaternary.list-icons li a:first-child > .fa:first-child,
html .list-quaternary.list-icons li > .icons:first-child,
html .list-quaternary.list-icons li a:first-child > .icons:first-child {
	color: #313234;
	border-color: #313234;
}

html .list-quaternary.list-icons.list-icons-style-3 li > .fa:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
	background-color: #313234;
	color: #ffffff;
}

html .list-quaternary.list-ordened li:before {
	color: #313234;
}

html .list-quaternary.list-ordened.list-ordened-style-3 li:before {
	background-color: #313234;
	color: #ffffff;
}

html .list-dark.list-icons li > .fa:first-child,
html .list-dark.list-icons li a:first-child > .fa:first-child,
html .list-dark.list-icons li > .icons:first-child,
html .list-dark.list-icons li a:first-child > .icons:first-child {
	color: #2e353e;
	border-color: #2e353e;
}

html .list-dark.list-icons.list-icons-style-3 li > .fa:first-child,
html .list-dark.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
html .list-dark.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-dark.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
	background-color: #2e353e;
	color: #ffffff;
}

html .list-dark.list-ordened li:before {
	color: #2e353e;
}

html .list-dark.list-ordened.list-ordened-style-3 li:before {
	background-color: #2e353e;
	color: #ffffff;
}

html .list-light.list-icons li > .fa:first-child,
html .list-light.list-icons li a:first-child > .fa:first-child,
html .list-light.list-icons li > .icons:first-child,
html .list-light.list-icons li a:first-child > .icons:first-child {
	color: #ffffff;
	border-color: #ffffff;
}

html .list-light.list-icons.list-icons-style-3 li > .fa:first-child,
html .list-light.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
html .list-light.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-light.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
	background-color: #ffffff;
	color: #777777;
}

html .list-light.list-ordened li:before {
	color: #ffffff;
}

html .list-light.list-ordened.list-ordened-style-3 li:before {
	background-color: #ffffff;
	color: #777777;
}

.parallax blockquote i.fa-quote-left {
	color: #244366;
}

section.video blockquote i.fa-quote-left {
	color: #244366;
}

.panel-group .panel-heading a {
	color: #244366;
}

html .panel-group.panel-group-primary .panel-heading {
	background-color: #244366 !important;
}

html .panel-group.panel-group-primary .panel-heading a {
	color: #ffffff;
}

html .panel-group.panel-group-secondary .panel-heading {
	background-color: #ead9bb !important;
}

html .panel-group.panel-group-secondary .panel-heading a {
	color: #777777;
}

html .panel-group.panel-group-tertiary .panel-heading {
	background-color: #775926 !important;
}

html .panel-group.panel-group-tertiary .panel-heading a {
	color: #ffffff;
}

html .panel-group.panel-group-quaternary .panel-heading {
	background-color: #313234 !important;
}

html .panel-group.panel-group-quaternary .panel-heading a {
	color: #ffffff;
}

html .panel-group.panel-group-dark .panel-heading {
	background-color: #2e353e !important;
}

html .panel-group.panel-group-dark .panel-heading a {
	color: #ffffff;
}

html .panel-group.panel-group-light .panel-heading {
	background-color: #ffffff !important;
}

html .panel-group.panel-group-light .panel-heading a {
	color: #777777;
}

html .divider.divider-primary .fa,
html .divider.divider-primary .icons {
	color: #244366;
}

html .divider.divider-primary.divider-small hr {
	background: #244366;
}

html .divider.divider-secondary .fa,
html .divider.divider-secondary .icons {
	color: #ead9bb;
}

html .divider.divider-secondary.divider-small hr {
	background: #ead9bb;
}

html .divider.divider-tertiary .fa,
html .divider.divider-tertiary .icons {
	color: #775926;
}

html .divider.divider-tertiary.divider-small hr {
	background: #775926;
}

html .divider.divider-quaternary .fa,
html .divider.divider-quaternary .icons {
	color: #313234;
}

html .divider.divider-quaternary.divider-small hr {
	background: #313234;
}

html .divider.divider-dark .fa,
html .divider.divider-dark .icons {
	color: #2e353e;
}

html .divider.divider-dark.divider-small hr {
	background: #2e353e;
}

html .divider.divider-light .fa,
html .divider.divider-light .icons {
	color: #ffffff;
}

html .divider.divider-light.divider-small hr {
	background: #ffffff;
}

html .divider.divider-style-2.divider-primary .fa,
html .divider.divider-style-2.divider-primary .icons {
	background: #244366;
	color: #ffffff;
}

html .divider.divider-style-2.divider-secondary .fa,
html .divider.divider-style-2.divider-secondary .icons {
	background: #ead9bb;
	color: #777777;
}

html .divider.divider-style-2.divider-tertiary .fa,
html .divider.divider-style-2.divider-tertiary .icons {
	background: #775926;
	color: #ffffff;
}

html .divider.divider-style-2.divider-quaternary .fa,
html .divider.divider-style-2.divider-quaternary .icons {
	background: #313234;
	color: #ffffff;
}

html .divider.divider-style-2.divider-dark .fa,
html .divider.divider-style-2.divider-dark .icons {
	background: #2e353e;
	color: #ffffff;
}

html .divider.divider-style-2.divider-light .fa,
html .divider.divider-style-2.divider-light .icons {
	background: #ffffff;
	color: #777777;
}

html .divider.divider-style-3.divider-primary .fa,
html .divider.divider-style-3.divider-primary .icons {
	border-color: #244366;
}

html .divider.divider-style-3.divider-secondary .fa,
html .divider.divider-style-3.divider-secondary .icons {
	border-color: #ead9bb;
}

html .divider.divider-style-3.divider-tertiary .fa,
html .divider.divider-style-3.divider-tertiary .icons {
	border-color: #775926;
}

html .divider.divider-style-3.divider-quaternary .fa,
html .divider.divider-style-3.divider-quaternary .icons {
	border-color: #313234;
}

html .divider.divider-style-3.divider-dark .fa,
html .divider.divider-style-3.divider-dark .icons {
	border-color: #2e353e;
}

html .divider.divider-style-3.divider-light .fa,
html .divider.divider-style-3.divider-light .icons {
	border-color: #ffffff;
}

#header .tip {
	background: #244366;
	color: #ffffff;
}

#header .tip:before {
	border-right-color: #244366;
}

html #header .tip-primary {
	background: #244366 !important;
	color: #ffffff !important;
}

html #header .tip-primary:before {
	border-right-color: #244366 !important;
}

html #header .tip-secondary {
	background: #ead9bb !important;
	color: #777777 !important;
}

html #header .tip-secondary:before {
	border-right-color: #ead9bb !important;
}

html #header .tip-tertiary {
	background: #775926 !important;
	color: #ffffff !important;
}

html #header .tip-tertiary:before {
	border-right-color: #775926 !important;
}

html #header .tip-quaternary {
	background: #313234 !important;
	color: #ffffff !important;
}

html #header .tip-quaternary:before {
	border-right-color: #313234 !important;
}

html #header .tip-dark {
	background: #2e353e !important;
	color: #ffffff !important;
}

html #header .tip-dark:before {
	border-right-color: #2e353e !important;
}

html #header .tip-light {
	background: #ffffff !important;
	color: #777777 !important;
}

html #header .tip-light:before {
	border-right-color: #ffffff !important;
}

html[dir="rtl"] #header .tip.skin:before {
	border-left-color: #244366;
}

#header .header-btn-collapse-nav {
	background: #244366;
}

.header-btn-collapse-nav i { 
    margin-left: 5px;
}

/* video */

.embed-video-wrap { 
    margin: 20px 0 15px 0;
    padding: 15px;
}

.embed-video-wrap h2 {
    margin-bottom: 15px;
}

/* recalls */

.recalls h1 { 
    margin-bottom: 0;
}

.recalls h2 { 
    font-size: 150%;
    margin-bottom: 20px;
    color: #4daab1;
}

.recalls aside,
.recall-single aside { 
    font-size: 10px; 
	margin-bottom: 20px;
}

.recalls aside h3,
.recall-single aside h3 { 
    font-size: 12px; 
    margin-bottom: 5px; 
}

.recalls .search-results { 
    min-height: 50px; 
    padding-left: 15px;
}

.recall-single h1 { 
    font-size: 175%; 
}

.recall-single h2 { 
    font-size: 160%; 
}

.recall-single th, .recall-single td { 
    padding: 5px; 
}

.recall-single table p { 
    margin: 5px 0; 
    padding: 0; 
}

@media (max-width: 561px) {
    #header .btn-emergency { 
        margin-top: 8px;
        margin-left: 28px;
    }
}

@media (max-width: 600px) { 
    .fic-services { 
        display: none;
    }
    .sidebar { 
        margin-bottom: 0;
    }
    .sidebar hr { 
        display: none;
    }
    .recalls .search-results {
        min-height: 25px;
    }
}

@media (max-width: 767px) { 
    body.covid-19 .service-detail-heading h1, 
    body.services .service-detail-subheading h2 { 
        font-size:125%;
    }
    body.covid-19 .service-detail-heading, body.services .service-detail-heading {
        margin: 0 0 30px 0;
        padding: 16px 16px 16px 16px;
        text-align: center;
    }
}

@media (min-width: 992px) {
	#header .header-nav-main nav > ul > li.open > a,
	#header .header-nav-main nav > ul > li:hover > a {
		background: #244366;
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
		border-top-color: #244366;
	}

	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
		border-color: transparent transparent transparent #244366;
	}

	#header .header-nav-main nav > ul > li.dropdown-reverse .dropdown-menu {
		border-top-color: #244366;
	}

	#header .header-nav-main nav > ul > li.dropdown-reverse .dropdown-menu li.dropdown-submenu > a:after {
		border-color: transparent #244366 transparent;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega-signin .dropdown-menu {
		border-top-color: #244366;
	}

	#header .header-nav-main nav > ul > li.dropdown-mega-signin .dropdown-menu li a {
		color: #244366;
	}

	#header .header-nav.header-nav-stripe nav > ul > li:not(:hover).active > a {
		color: #244366;
	}

	#header .header-nav.header-nav-stripe nav > ul > li:not(:hover).active > a.dropdown-toggle:after {
		border-color: #244366 transparent transparent transparent;
	}

	#header .header-nav.header-nav-stripe nav > ul > li:hover > a {
		background-color: #244366;
	}

	#header .header-nav.header-nav-top-line nav > ul li.active > a,
	#header .header-nav.header-nav-top-line nav > ul li:hover > a {
		color: #244366;
	}

	#header .header-nav.header-nav-top-line nav > ul li.active > a:before,
	#header .header-nav.header-nav-top-line nav > ul li:hover > a:before {
		background: #244366;
	}

	#header .header-nav.header-nav-top-line nav > ul li.active > a.dropdown-toggle:after,
	#header .header-nav.header-nav-top-line nav > ul li:hover > a.dropdown-toggle:after {
		border-color: #244366 transparent transparent transparent;
	}

	#header .header-nav.header-nav-dark-dropdown nav > ul li.active > a,
	#header .header-nav.header-nav-dark-dropdown nav > ul li:hover > a {
		color: #244366;
	}

	#header .header-nav.header-nav-dark-dropdown nav > ul li.active > a.dropdown-toggle:after,
	#header .header-nav.header-nav-dark-dropdown nav > ul li:hover > a.dropdown-toggle:after {
		border-color: #244366 transparent transparent transparent;
	}

	html.side-header #header .header-nav-main nav > ul li.dropdown.open > .dropdown-menu,
	html.side-header #header .header-nav-main nav > ul li.dropdown:hover > .dropdown-menu {
		border-left-color: #244366;
	}

	html.side-header #header .header-nav-main nav > ul li.dropdown > a.dropdown-toggle:after {
		border-color: transparent transparent transparent #244366;
	}

	html.side-header #header .header-nav-main nav > ul li.dropdown.active > a.dropdown-toggle:after,
	html.side-header #header .header-nav-main nav > ul li.dropdown:hover > a.dropdown-toggle:after {
		border-color: transparent transparent transparent #ffffff;
	}

	html.side-header-right #header .header-nav-main nav > ul li.dropdown.open > .dropdown-menu,
	html.side-header-right #header .header-nav-main nav > ul li.dropdown:hover > .dropdown-menu {
		border-right-color: #244366;
	}

	html.side-header-right #header .header-nav-main nav > ul li.dropdown > a.dropdown-toggle:after {
		border-color: transparent #244366 transparent transparent;
	}

	html.side-header-right #header .header-nav-main nav > ul li.dropdown.active > a.dropdown-toggle:after,
	html.side-header-right #header .header-nav-main nav > ul li.dropdown:hover > a.dropdown-toggle:after {
		border-color: transparent #ffffff transparent transparent;
	}
    
    .intro p { 
        width:100%;
        line-height: 150%;
    }
    
    body.about .intro p { 
        width:100%;
        line-height: 155%;
    }
    
    body.about .modal-header { 
        border-bottom: none;
    }
    
    body.contact .intro p { 
        /* width:70%; */
    }
    
    .main p { 
        font-size: 110%;
    }
    
    .section-team .about-team-member-info {
        min-height: 165px;
    }
}

@media (min-width: 992px) {
	#header .header-nav-main nav > ul > li > a.dropdown-toggle:after {
		border-color: #244366 transparent transparent transparent;
	}

	html #header .header-nav-main nav > ul > li.active > a.dropdown-toggle:after,
	html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
		border-color: #244366 transparent transparent transparent;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a {
		color: #244366;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:focus,
	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:hover {
		background: #244366;
		color: #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:after {
		border-color: #244366 transparent transparent transparent;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary.active > a,
	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a {
		background: #244366;
		color: #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu {
		border-top-color: #244366;
		background-color: #244366;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li a {
		color: #ffffff;
		border-bottom-color: #d5b47b;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li:hover > a {
		background: #d5b47b;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li.dropdown-submenu > a:after {
		border-color: transparent transparent transparent #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-primary .dropdown-mega-sub-title {
		color: #ffffff;
		opacity: 0.70;
	}

	html #header .header-nav-main nav > ul > li.active > a.dropdown-toggle:after,
	html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
		border-color: #ead9bb transparent transparent transparent;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a {
		color: #ead9bb;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:focus,
	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:hover {
		background: #ead9bb;
		color: #777777;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:after {
		border-color: #ead9bb transparent transparent transparent;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary.active > a,
	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:hover > a {
		background: #ead9bb;
		color: #777777;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu {
		border-top-color: #ead9bb;
		background-color: #ead9bb;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li a {
		color: #777777;
		border-bottom-color: #f0e4ce;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li:hover > a {
		background: #f0e4ce;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li.dropdown-submenu > a:after {
		border-color: transparent transparent transparent #777777;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-secondary .dropdown-mega-sub-title {
		color: #777777;
		opacity: 0.70;
	}

	html #header .header-nav-main nav > ul > li.active > a.dropdown-toggle:after,
	html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
		border-color: #775926 transparent transparent transparent;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a {
		color: #775926;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:focus,
	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:hover {
		background: #775926;
		color: #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:after {
		border-color: #775926 transparent transparent transparent;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary.active > a,
	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary:hover > a {
		background: #775926;
		color: #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu {
		border-top-color: #775926;
		background-color: #775926;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu li a {
		color: #ffffff;
		border-bottom-color: #8a672c;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu li:hover > a {
		background: #8a672c;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu li.dropdown-submenu > a:after {
		border-color: transparent transparent transparent #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-tertiary .dropdown-mega-sub-title {
		color: #ffffff;
		opacity: 0.70;
	}

	html #header .header-nav-main nav > ul > li.active > a.dropdown-toggle:after,
	html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
		border-color: #313234 transparent transparent transparent;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a {
		color: #313234;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:focus,
	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:hover {
		background: #313234;
		color: #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:after {
		border-color: #313234 transparent transparent transparent;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary.active > a,
	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary:hover > a {
		background: #313234;
		color: #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu {
		border-top-color: #313234;
		background-color: #313234;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu li a {
		color: #ffffff;
		border-bottom-color: #3d3f41;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu li:hover > a {
		background: #3d3f41;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu li.dropdown-submenu > a:after {
		border-color: transparent transparent transparent #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-quaternary .dropdown-mega-sub-title {
		color: #ffffff;
		opacity: 0.70;
	}

	html #header .header-nav-main nav > ul > li.active > a.dropdown-toggle:after,
	html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
		border-color: #2e353e transparent transparent transparent;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a {
		color: #2e353e;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:focus,
	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:hover {
		background: #2e353e;
		color: #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:after {
		border-color: #2e353e transparent transparent transparent;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark.active > a,
	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark:hover > a {
		background: #2e353e;
		color: #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu {
		border-top-color: #2e353e;
		background-color: #2e353e;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu li a {
		color: #ffffff;
		border-bottom-color: #39424d;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu li:hover > a {
		background: #39424d;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu li.dropdown-submenu > a:after {
		border-color: transparent transparent transparent #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-dark .dropdown-mega-sub-title {
		color: #ffffff;
		opacity: 0.70;
	}

	html #header .header-nav-main nav > ul > li.active > a.dropdown-toggle:after,
	html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
		border-color: #ffffff transparent transparent transparent;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a {
		color: #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:focus,
	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:hover {
		background: #ffffff;
		color: #777777;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:after {
		border-color: #ffffff transparent transparent transparent;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light.active > a,
	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light:hover > a {
		background: #ffffff;
		color: #777777;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu {
		border-top-color: #ffffff;
		background-color: #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu li a {
		color: #777777;
		border-bottom-color: #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu li:hover > a {
		background: #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu li.dropdown-submenu > a:after {
		border-color: transparent transparent transparent #777777;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-light .dropdown-mega-sub-title {
		color: #777777;
		opacity: 0.70;
	}

	html[dir="rtl"] #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
		border-color: transparent #244366 transparent transparent;
	}
}

@media (max-width: 991px) {
	#header .header-nav-main nav > ul > li > a,
	#header .header-nav-main nav > ul > li > a:focus,
	#header .header-nav-main nav > ul > li > a:hover {
		color: #244366;
	}

	#header .header-nav-main nav > ul > li.active > a,
	#header .header-nav-main nav > ul > li.active > a:focus,
	#header .header-nav-main nav > ul > li.active > a:hover {
		background-color: #244366;
	}
    
    .sidebar { 
        margin-top: 30px;
    }
    
    .recalls aside,
    .recall-single { 
        font-size: 12px;
    }

    .recalls aside h3,
    .recall-single aside h3 { 
        font-size: 15px; 
        margin-bottom: 5px; 
    }   
}

@media (max-width: 991px) {
	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary > a {
		color: #244366;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary.active > a {
		background: #244366;
		color: #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary > a {
		color: #ead9bb;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary.active > a {
		background: #ead9bb;
		color: #777777;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary > a {
		color: #775926;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary.active > a {
		background: #775926;
		color: #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary > a {
		color: #313234;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary.active > a {
		background: #313234;
		color: #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark > a {
		color: #2e353e;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark.active > a {
		background: #2e353e;
		color: #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light > a {
		color: #ffffff;
	}

	html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light.active > a {
		background: #ffffff;
		color: #777777;
	}
}

html #header .header-top.header-top-primary {
	background: #244366;
	border-top-color: #c99e55;
}

html #header .header-top.header-top-primary .header-nav-top ul > li.open > a {
	background: #d5b47b;
}

html #header .header-top.header-top-primary .header-nav-top ul > li > a:hover,
html #header .header-top.header-top-primary .header-nav-top ul > li.open > a:hover,
html #header .header-top.header-top-primary .header-nav-top ul > li > a:focus,
html #header .header-top.header-top-primary .header-nav-top ul > li.open > a:focus {
	background: #d5b47b;
}

html #header .header-top.header-top-primary .dropdown-menu {
	background: #d5b47b;
	border-color: #d5b47b;
}

html #header .header-top.header-top-primary .dropdown-menu a:hover,
html #header .header-top.header-top-primary .dropdown-menu a:focus {
	background: #dbbf8f !important;
}

html #header .header-top.header-top-secondary {
	background: #ead9bb;
	border-top-color: #e4cea8;
}

html #header .header-top.header-top-secondary .header-nav-top ul > li.open > a {
	background: #f0e4ce;
}

html #header .header-top.header-top-secondary .header-nav-top ul > li > a:hover,
html #header .header-top.header-top-secondary .header-nav-top ul > li.open > a:hover,
html #header .header-top.header-top-secondary .header-nav-top ul > li > a:focus,
html #header .header-top.header-top-secondary .header-nav-top ul > li.open > a:focus {
	background: #f0e4ce;
}

html #header .header-top.header-top-secondary .dropdown-menu {
	background: #f0e4ce;
	border-color: #f0e4ce;
}

html #header .header-top.header-top-secondary .dropdown-menu a:hover,
html #header .header-top.header-top-secondary .dropdown-menu a:focus {
	background: #f6efe2 !important;
}

html #header .header-top.header-top-tertiary {
	background: #775926;
	border-top-color: #644b20;
}

html #header .header-top.header-top-tertiary .header-nav-top ul > li.open > a {
	background: #8a672c;
}

html #header .header-top.header-top-tertiary .header-nav-top ul > li > a:hover,
html #header .header-top.header-top-tertiary .header-nav-top ul > li.open > a:hover,
html #header .header-top.header-top-tertiary .header-nav-top ul > li > a:focus,
html #header .header-top.header-top-tertiary .header-nav-top ul > li.open > a:focus {
	background: #8a672c;
}

html #header .header-top.header-top-tertiary .dropdown-menu {
	background: #8a672c;
	border-color: #8a672c;
}

html #header .header-top.header-top-tertiary .dropdown-menu a:hover,
html #header .header-top.header-top-tertiary .dropdown-menu a:focus {
	background: #9e7632 !important;
}

html #header .header-top.header-top-quaternary {
	background: #313234;
	border-top-color: #252527;
}

html #header .header-top.header-top-quaternary .header-nav-top ul > li.open > a {
	background: #3d3f41;
}

html #header .header-top.header-top-quaternary .header-nav-top ul > li > a:hover,
html #header .header-top.header-top-quaternary .header-nav-top ul > li.open > a:hover,
html #header .header-top.header-top-quaternary .header-nav-top ul > li > a:focus,
html #header .header-top.header-top-quaternary .header-nav-top ul > li.open > a:focus {
	background: #3d3f41;
}

html #header .header-top.header-top-quaternary .dropdown-menu {
	background: #3d3f41;
	border-color: #3d3f41;
}

html #header .header-top.header-top-quaternary .dropdown-menu a:hover,
html #header .header-top.header-top-quaternary .dropdown-menu a:focus {
	background: #4a4b4e !important;
}

html #header .header-top.header-top-dark {
	background: #2e353e;
	border-top-color: #23282f;
}

html #header .header-top.header-top-dark .header-nav-top ul > li.open > a {
	background: #39424d;
}

html #header .header-top.header-top-dark .header-nav-top ul > li > a:hover,
html #header .header-top.header-top-dark .header-nav-top ul > li.open > a:hover,
html #header .header-top.header-top-dark .header-nav-top ul > li > a:focus,
html #header .header-top.header-top-dark .header-nav-top ul > li.open > a:focus {
	background: #39424d;
}

html #header .header-top.header-top-dark .dropdown-menu {
	background: #39424d;
	border-color: #39424d;
}

html #header .header-top.header-top-dark .dropdown-menu a:hover,
html #header .header-top.header-top-dark .dropdown-menu a:focus {
	background: #444e5b !important;
}

html #header .header-top.header-top-light {
	background: #ffffff;
	border-top-color: #f2f2f2;
}

html #header .header-top.header-top-light .header-nav-top ul > li.open > a {
	background: #ffffff;
}

html #header .header-top.header-top-light .header-nav-top ul > li > a:hover,
html #header .header-top.header-top-light .header-nav-top ul > li.open > a:hover,
html #header .header-top.header-top-light .header-nav-top ul > li > a:focus,
html #header .header-top.header-top-light .header-nav-top ul > li.open > a:focus {
	background: #ffffff;
}

html #header .header-top.header-top-light .dropdown-menu {
	background: #ffffff;
	border-color: #ffffff;
}

html #header .header-top.header-top-light .dropdown-menu a:hover,
html #header .header-top.header-top-light .dropdown-menu a:focus {
	background: #ffffff !important;
}

@media (min-width: 992px) {
	html #header .header-nav-bar-primary {
		background: #f4f4f4 !important;
		color: #244366 !important;
	}

	html #header .header-nav-bar-secondary {
		background: #ead9bb !important;
		color: #777777 !important;
	}

	html #header .header-nav-bar-tertiary {
		background: #775926 !important;
		color: #ffffff !important;
	}

	html #header .header-nav-bar-quaternary {
		background: #313234 !important;
		color: #ffffff !important;
	}

	html #header .header-nav-bar-dark {
		background: #2e353e !important;
		color: #ffffff !important;
	}

	html #header .header-nav-bar-light {
		background: #ffffff !important;
		color: #777777 !important;
	}
}

@media (min-width: 992px) {
	#header .header-nav-main.header-nav-main-light nav > ul > li.open > a,
	#header .header-nav-main.header-nav-main-light nav > ul > li:hover > a {
		color: #244366;
	}

	#header .header-nav-main.header-nav-main-light nav > ul > li.open > a.dropdown-toggle:after,
	#header .header-nav-main.header-nav-main-light nav > ul > li:hover > a.dropdown-toggle:after {
		border-color: #244366 transparent transparent transparent;
	}

	#header .header-nav-main.header-nav-main-light nav > ul > li.active > a {
		color: #244366;
	}

	#header .header-nav-main.header-nav-main-light nav > ul > li.active > a.dropdown-toggle:after {
		border-color: #244366 transparent transparent transparent;
	}
}

.testimonial blockquote {
	background: #d5b47b;
}

.testimonial .testimonial-arrow-down {
	border-top-color: #d5b47b;
}

html .testimonial-primary blockquote {
	background: #d5b47b;
}

html .testimonial-primary .testimonial-arrow-down {
	border-top-color: #d5b47b;
}

html .testimonial-secondary blockquote {
	background: #f0e4ce;
}

html .testimonial-secondary .testimonial-arrow-down {
	border-top-color: #f0e4ce;
}

html .testimonial-tertiary blockquote {
	background: #8a672c;
}

html .testimonial-tertiary .testimonial-arrow-down {
	border-top-color: #8a672c;
}

html .testimonial-quaternary blockquote {
	background: #3d3f41;
}

html .testimonial-quaternary .testimonial-arrow-down {
	border-top-color: #3d3f41;
}

html .testimonial-dark blockquote {
	background: #39424d;
}

html .testimonial-dark .testimonial-arrow-down {
	border-top-color: #39424d;
}

html .testimonial-light blockquote {
	background: #ffffff;
}

html .testimonial-light .testimonial-arrow-down {
	border-top-color: #ffffff;
}

.circular-bar.only-icon .fa,
.circular-bar.only-icon .icons {
	color: #244366;
}

html .counters .counter-primary .fa,
html .counters .counter-primary .icons,
html .counters .counter-primary strong {
	color: #244366;
}

html .counters .counter-secondary .fa,
html .counters .counter-secondary .icons,
html .counters .counter-secondary strong {
	color: #ead9bb;
}

html .counters .counter-tertiary .fa,
html .counters .counter-tertiary .icons,
html .counters .counter-tertiary strong {
	color: #775926;
}

html .counters .counter-quaternary .fa,
html .counters .counter-quaternary .icons,
html .counters .counter-quaternary strong {
	color: #313234;
}

html .counters .counter-dark .fa,
html .counters .counter-dark .icons,
html .counters .counter-dark strong {
	color: #2e353e;
}

html .counters .counter-light .fa,
html .counters .counter-light .icons,
html .counters .counter-light strong {
	color: #ffffff;
}

.icon-featured {
	background-color: #244366;
}

.featured-box-primary .icon-featured {
	background-color: #244366;
}

.featured-box-primary .icon-featured:after {
	border-color: #244366;
}

.featured-box-primary h4 {
	color: #244366;
}

.featured-box-primary .box-content {
	border-top-color: #244366;
}

html .featured-box-primary .icon-featured {
	background-color: #244366;
}

html .featured-box-primary h4 {
	color: #244366;
}

html .featured-box-primary .box-content {
	border-top-color: #244366;
}

html .featured-box-secondary .icon-featured {
	background-color: #ead9bb;
}

html .featured-box-secondary h4 {
	color: #ead9bb;
}

html .featured-box-secondary .box-content {
	border-top-color: #ead9bb;
}

html .featured-box-tertiary .icon-featured {
	background-color: #775926;
}

html .featured-box-tertiary h4 {
	color: #775926;
}

html .featured-box-tertiary .box-content {
	border-top-color: #775926;
}

html .featured-box-quaternary .icon-featured {
	background-color: #313234;
}

html .featured-box-quaternary h4 {
	color: #313234;
}

html .featured-box-quaternary .box-content {
	border-top-color: #313234;
}

html .featured-box-dark .icon-featured {
	background-color: #2e353e;
}

html .featured-box-dark h4 {
	color: #2e353e;
}

html .featured-box-dark .box-content {
	border-top-color: #2e353e;
}

html .featured-box-light .icon-featured {
	background-color: #ffffff;
}

html .featured-box-light h4 {
	color: #ffffff;
}

html .featured-box-light .box-content {
	border-top-color: #ffffff;
}

html .featured-boxes-style-3 .featured-box.featured-box-primary .icon-featured {
	border-color: #244366;
	color: #244366;
}

html .featured-boxes-style-3 .featured-box.featured-box-secondary .icon-featured {
	border-color: #ead9bb;
	color: #ead9bb;
}

html .featured-boxes-style-3 .featured-box.featured-box-tertiary .icon-featured {
	border-color: #775926;
	color: #775926;
}

html .featured-boxes-style-3 .featured-box.featured-box-quaternary .icon-featured {
	border-color: #313234;
	color: #313234;
}

html .featured-boxes-style-3 .featured-box.featured-box-dark .icon-featured {
	border-color: #2e353e;
	color: #2e353e;
}

html .featured-boxes-style-3 .featured-box.featured-box-light .icon-featured {
	border-color: #ffffff;
	color: #ffffff;
}

html .featured-boxes-style-4 .featured-box.featured-box-primary .icon-featured {
	border-color: #244366;
	color: #244366;
}

html .featured-boxes-style-4 .featured-box.featured-box-secondary .icon-featured {
	border-color: #ead9bb;
	color: #ead9bb;
}

html .featured-boxes-style-4 .featured-box.featured-box-tertiary .icon-featured {
	border-color: #775926;
	color: #775926;
}

html .featured-boxes-style-4 .featured-box.featured-box-quaternary .icon-featured {
	border-color: #313234;
	color: #313234;
}

html .featured-boxes-style-4 .featured-box.featured-box-dark .icon-featured {
	border-color: #2e353e;
	color: #2e353e;
}

html .featured-boxes-style-4 .featured-box.featured-box-light .icon-featured {
	border-color: #ffffff;
	color: #ffffff;
}

html .featured-boxes-style-5 .featured-box.featured-box-primary .icon-featured {
	color: #244366;
}

html .featured-boxes-style-5 .featured-box.featured-box-secondary .icon-featured {
	color: #ead9bb;
}

html .featured-boxes-style-5 .featured-box.featured-box-tertiary .icon-featured {
	color: #775926;
}

html .featured-boxes-style-5 .featured-box.featured-box-quaternary .icon-featured {
	color: #313234;
}

html .featured-boxes-style-5 .featured-box.featured-box-dark .icon-featured {
	color: #2e353e;
}

html .featured-boxes-style-5 .featured-box.featured-box-light .icon-featured {
	color: #ffffff;
}

html .featured-boxes-style-6 .featured-box.featured-box-primary .icon-featured {
	color: #244366;
}

html .featured-boxes-style-6 .featured-box.featured-box-secondary .icon-featured {
	color: #ead9bb;
}

html .featured-boxes-style-6 .featured-box.featured-box-tertiary .icon-featured {
	color: #775926;
}

html .featured-boxes-style-6 .featured-box.featured-box-quaternary .icon-featured {
	color: #313234;
}

html .featured-boxes-style-6 .featured-box.featured-box-dark .icon-featured {
	color: #2e353e;
}

html .featured-boxes-style-6 .featured-box.featured-box-light .icon-featured {
	color: #ffffff;
}

html .featured-boxes-style-8 .featured-box.featured-box-primary .icon-featured {
	color: #244366;
}

html .featured-boxes-style-8 .featured-box.featured-box-secondary .icon-featured {
	color: #ead9bb;
}

html .featured-boxes-style-8 .featured-box.featured-box-tertiary .icon-featured {
	color: #775926;
}

html .featured-boxes-style-8 .featured-box.featured-box-quaternary .icon-featured {
	color: #313234;
}

html .featured-boxes-style-8 .featured-box.featured-box-dark .icon-featured {
	color: #2e353e;
}

html .featured-boxes-style-8 .featured-box.featured-box-light .icon-featured {
	color: #ffffff;
}

html .featured-box-effect-2.featured-box-primary .icon-featured:after {
	box-shadow: 0 0 0 3px #244366;
}

html .featured-box-effect-2.featured-box-secondary .icon-featured:after {
	box-shadow: 0 0 0 3px #ead9bb;
}

html .featured-box-effect-2.featured-box-tertiary .icon-featured:after {
	box-shadow: 0 0 0 3px #775926;
}

html .featured-box-effect-2.featured-box-quaternary .icon-featured:after {
	box-shadow: 0 0 0 3px #313234;
}

html .featured-box-effect-2.featured-box-dark .icon-featured:after {
	box-shadow: 0 0 0 3px #2e353e;
}

html .featured-box-effect-2.featured-box-light .icon-featured:after {
	box-shadow: 0 0 0 3px #ffffff;
}

html .featured-box-effect-3.featured-box-primary .icon-featured:after {
	box-shadow: 0 0 0 10px #244366;
}

html .featured-box-effect-3.featured-box-primary:hover .icon-featured {
	background: #244366 !important;
}

html .featured-box-effect-3.featured-box-secondary .icon-featured:after {
	box-shadow: 0 0 0 10px #ead9bb;
}

html .featured-box-effect-3.featured-box-secondary:hover .icon-featured {
	background: #ead9bb !important;
}

html .featured-box-effect-3.featured-box-tertiary .icon-featured:after {
	box-shadow: 0 0 0 10px #775926;
}

html .featured-box-effect-3.featured-box-tertiary:hover .icon-featured {
	background: #775926 !important;
}

html .featured-box-effect-3.featured-box-quaternary .icon-featured:after {
	box-shadow: 0 0 0 10px #313234;
}

html .featured-box-effect-3.featured-box-quaternary:hover .icon-featured {
	background: #313234 !important;
}

html .featured-box-effect-3.featured-box-dark .icon-featured:after {
	box-shadow: 0 0 0 10px #2e353e;
}

html .featured-box-effect-3.featured-box-dark:hover .icon-featured {
	background: #2e353e !important;
}

html .featured-box-effect-3.featured-box-light .icon-featured:after {
	box-shadow: 0 0 0 10px #ffffff;
}

html .featured-box-effect-3.featured-box-light:hover .icon-featured {
	background: #ffffff !important;
}

.feature-box .feature-box-icon {
	background-color: #244366;
    margin-top: -5px;
}

html .feature-box-primary .feature-box-icon {
	background-color: #244366;
}

html .feature-box-secondary .feature-box-icon {
	background-color: #ead9bb;
}

html .feature-box-tertiary .feature-box-icon {
	background-color: #775926;
}

html .feature-box-quaternary .feature-box-icon {
	background-color: #313234;
}

html .feature-box-dark .feature-box-icon {
	background-color: #2e353e;
}

html .feature-box-light .feature-box-icon {
	background-color: #ffffff;
}

.feature-box.feature-box-style-2 .feature-box-icon i.fa,
.feature-box.feature-box-style-2 .feature-box-icon .icons {
	color: #ffffff;
}

html .feature-box-primary.feature-box-style-2 .feature-box-icon i.fa,
html .feature-box-primary.feature-box-style-2 .feature-box-icon .icons {
	color: #244366;
}

html .feature-box-secondary.feature-box-style-2 .feature-box-icon i.fa,
html .feature-box-secondary.feature-box-style-2 .feature-box-icon .icons {
	color: #ead9bb;
}

html .feature-box-tertiary.feature-box-style-2 .feature-box-icon i.fa,
html .feature-box-tertiary.feature-box-style-2 .feature-box-icon .icons {
	color: #775926;
}

html .feature-box-quaternary.feature-box-style-2 .feature-box-icon i.fa,
html .feature-box-quaternary.feature-box-style-2 .feature-box-icon .icons {
	color: #313234;
}

html .feature-box-dark.feature-box-style-2 .feature-box-icon i.fa,
html .feature-box-dark.feature-box-style-2 .feature-box-icon .icons {
	color: #2e353e;
}

html .feature-box-light.feature-box-style-2 .feature-box-icon i.fa,
html .feature-box-light.feature-box-style-2 .feature-box-icon .icons {
	color: #ffffff;
}

.feature-box.feature-box-style-3 .feature-box-icon {
	border-color: #244366;
}

.feature-box.feature-box-style-3 .feature-box-icon i.fa,
.feature-box.feature-box-style-3 .feature-box-icon .icons {
	color: #244366;
}

html .feature-box-primary.feature-box-style-3 .feature-box-icon {
	border-color: #244366;
}

html .feature-box-primary.feature-box-style-3 .feature-box-icon i.fa,
html .feature-box-primary.feature-box-style-3 .feature-box-icon .icons {
	color: #244366;
}

html .feature-box-secondary.feature-box-style-3 .feature-box-icon {
	border-color: #ead9bb;
}

html .feature-box-secondary.feature-box-style-3 .feature-box-icon i.fa,
html .feature-box-secondary.feature-box-style-3 .feature-box-icon .icons {
	color: #ead9bb;
}

html .feature-box-tertiary.feature-box-style-3 .feature-box-icon {
	border-color: #775926;
}

html .feature-box-tertiary.feature-box-style-3 .feature-box-icon i.fa,
html .feature-box-tertiary.feature-box-style-3 .feature-box-icon .icons {
	color: #775926;
}

html .feature-box-quaternary.feature-box-style-3 .feature-box-icon {
	border-color: #313234;
}

html .feature-box-quaternary.feature-box-style-3 .feature-box-icon i.fa,
html .feature-box-quaternary.feature-box-style-3 .feature-box-icon .icons {
	color: #313234;
}

html .feature-box-dark.feature-box-style-3 .feature-box-icon {
	border-color: #2e353e;
}

html .feature-box-dark.feature-box-style-3 .feature-box-icon i.fa,
html .feature-box-dark.feature-box-style-3 .feature-box-icon .icons {
	color: #2e353e;
}

html .feature-box-light.feature-box-style-3 .feature-box-icon {
	border-color: #ffffff;
}

html .feature-box-light.feature-box-style-3 .feature-box-icon i.fa,
html .feature-box-light.feature-box-style-3 .feature-box-icon .icons {
	color: #ffffff;
}

.feature-box.feature-box-style-4 .feature-box-icon i.fa,
.feature-box.feature-box-style-4 .feature-box-icon .icons {
	color: #244366;
}

html .feature-box-primary.feature-box-style-4 .feature-box-icon i.fa,
html .feature-box-primary.feature-box-style-4 .feature-box-icon .icons {
	color: #244366;
}

html .feature-box-secondary.feature-box-style-4 .feature-box-icon i.fa,
html .feature-box-secondary.feature-box-style-4 .feature-box-icon .icons {
	color: #ead9bb;
}

html .feature-box-tertiary.feature-box-style-4 .feature-box-icon i.fa,
html .feature-box-tertiary.feature-box-style-4 .feature-box-icon .icons {
	color: #775926;
}

html .feature-box-quaternary.feature-box-style-4 .feature-box-icon i.fa,
html .feature-box-quaternary.feature-box-style-4 .feature-box-icon .icons {
	color: #313234;
}

html .feature-box-dark.feature-box-style-4 .feature-box-icon i.fa,
html .feature-box-dark.feature-box-style-4 .feature-box-icon .icons {
	color: #2e353e;
}

html .feature-box-light.feature-box-style-4 .feature-box-icon i.fa,
html .feature-box-light.feature-box-style-4 .feature-box-icon .icons {
	color: #ffffff;
}

.feature-box.feature-box-style-5 .feature-box-icon i.fa,
.feature-box.feature-box-style-5 .feature-box-icon i.icons {
	color: #244366;
}

html .feature-box-primary.feature-box-style-5 .feature-box-icon i.fa,
html .feature-box-primary.feature-box-style-5 .feature-box-icon i.icons {
	color: #244366;
}

html .feature-box-secondary.feature-box-style-5 .feature-box-icon i.fa,
html .feature-box-secondary.feature-box-style-5 .feature-box-icon i.icons {
	color: #ead9bb;
}

html .feature-box-tertiary.feature-box-style-5 .feature-box-icon i.fa,
html .feature-box-tertiary.feature-box-style-5 .feature-box-icon i.icons {
	color: #775926;
}

html .feature-box-quaternary.feature-box-style-5 .feature-box-icon i.fa,
html .feature-box-quaternary.feature-box-style-5 .feature-box-icon i.icons {
	color: #313234;
}

html .feature-box-dark.feature-box-style-5 .feature-box-icon i.fa,
html .feature-box-dark.feature-box-style-5 .feature-box-icon i.icons {
	color: #2e353e;
}

html .feature-box-light.feature-box-style-5 .feature-box-icon i.fa,
html .feature-box-light.feature-box-style-5 .feature-box-icon i.icons {
	color: #ffffff;
}

html .feature-box-primary.feature-box-style-6 .feature-box-icon i.fa,
html .feature-box-primary.feature-box-style-6 .feature-box-icon i.icons {
	color: #244366;
}

html .feature-box-secondary.feature-box-style-6 .feature-box-icon i.fa,
html .feature-box-secondary.feature-box-style-6 .feature-box-icon i.icons {
	color: #ead9bb;
}

html .feature-box-tertiary.feature-box-style-6 .feature-box-icon i.fa,
html .feature-box-tertiary.feature-box-style-6 .feature-box-icon i.icons {
	color: #775926;
}

html .feature-box-quaternary.feature-box-style-6 .feature-box-icon i.fa,
html .feature-box-quaternary.feature-box-style-6 .feature-box-icon i.icons {
	color: #313234;
}

html .feature-box-dark.feature-box-style-6 .feature-box-icon i.fa,
html .feature-box-dark.feature-box-style-6 .feature-box-icon i.icons {
	color: #2e353e;
}

html .feature-box-light.feature-box-style-6 .feature-box-icon i.fa,
html .feature-box-light.feature-box-style-6 .feature-box-icon i.icons {
	color: #ffffff;
}

html .featured-boxes-full-scale > [class*="col-"]:nth-child(1) .featured-box-full-primary {
	background-color: #c39341;
}

html .featured-boxes-full-scale > [class*="col-"]:nth-child(2) .featured-box-full-primary {
	background-color: #c99e55;
}

html .featured-boxes-full-scale > [class*="col-"]:nth-child(3) .featured-box-full-primary {
	background-color: #244366;
}

html .featured-boxes-full-scale > [class*="col-"]:nth-child(4) .featured-box-full-primary {
	background-color: #d5b47b;
}

html .featured-boxes-full-scale > [class*="col-"]:nth-child(5) .featured-box-full-primary {
	background-color: #dbbf8f;
}

html .featured-boxes-full-scale > [class*="col-"]:nth-child(6) .featured-box-full-primary {
	background-color: #e1caa2;
}

html .featured-boxes-full .featured-box-full-primary {
	background-color: #244366;
	color: #ffffff;
}

html .featured-boxes-full .featured-box-full-secondary {
	background-color: #ead9bb;
	color: #777777;
}

html .featured-boxes-full .featured-box-full-tertiary {
	background-color: #775926;
	color: #ffffff;
}

html .featured-boxes-full .featured-box-full-quaternary {
	background-color: #313234;
	color: #ffffff;
}

html .featured-boxes-full .featured-box-full-dark {
	background-color: #2e353e;
	color: #ffffff;
}

html .featured-boxes-full .featured-box-full-light {
	background-color: #ffffff;
	color: #777777;
}

.pricing-table .most-popular {
	border-color: #244366;
}

.pricing-table .most-popular h3 {
	background-color: #244366 !important;
}

.pricing-table.princig-table-flat .plan h3 {
	background-color: #244366;
}

.pricing-table.princig-table-flat .plan h3 span {
	background: #244366;
}

html .call-to-action.featured.featured-primary {
	border-top-color: #244366;
}

html .call-to-action.call-to-action-primary {
	background: #244366;
}

html .call-to-action.with-full-borders-primary {
	border-color: #244366;
}

html .call-to-action.call-to-action-primary {
	background: #244366;
}

html .call-to-action.call-to-action-primary h3,
html .call-to-action.call-to-action-primary p {
	color: #ffffff;
}

html .call-to-action.featured.featured-secondary {
	border-top-color: #ead9bb;
}

html .call-to-action.call-to-action-secondary {
	background: #ead9bb;
}

html .call-to-action.with-full-borders-secondary {
	border-color: #ead9bb;
}

html .call-to-action.call-to-action-secondary {
	background: #ead9bb;
}

html .call-to-action.call-to-action-secondary h3,
html .call-to-action.call-to-action-secondary p {
	color: #777777;
}

html .call-to-action.featured.featured-tertiary {
	border-top-color: #775926;
}

html .call-to-action.call-to-action-tertiary {
	background: #775926;
}

html .call-to-action.with-full-borders-tertiary {
	border-color: #775926;
}

html .call-to-action.call-to-action-tertiary {
	background: #775926;
}

html .call-to-action.call-to-action-tertiary h3,
html .call-to-action.call-to-action-tertiary p {
	color: #ffffff;
}

html .call-to-action.featured.featured-quaternary {
	border-top-color: #313234;
}

html .call-to-action.call-to-action-quaternary {
	background: #313234;
}

html .call-to-action.with-full-borders-quaternary {
	border-color: #313234;
}

html .call-to-action.call-to-action-quaternary {
	background: #313234;
}

html .call-to-action.call-to-action-quaternary h3,
html .call-to-action.call-to-action-quaternary p {
	color: #ffffff;
}

html .call-to-action.featured.featured-dark {
	border-top-color: #2e353e;
}

html .call-to-action.call-to-action-dark {
	background: #2e353e;
}

html .call-to-action.with-full-borders-dark {
	border-color: #2e353e;
}

html .call-to-action.call-to-action-dark {
	background: #2e353e;
}

html .call-to-action.call-to-action-dark h3,
html .call-to-action.call-to-action-dark p {
	color: #ffffff;
}

html .call-to-action.featured.featured-light {
	border-top-color: #ffffff;
}

html .call-to-action.call-to-action-light {
	background: #ffffff;
}

html .call-to-action.with-full-borders-light {
	border-color: #ffffff;
}

html .call-to-action.call-to-action-light {
	background: #ffffff;
}

html .call-to-action.call-to-action-light h3,
html .call-to-action.call-to-action-light p {
	color: #777777;
}

section.timeline .timeline-box.left:before,
section.timeline .timeline-box.right:before {
	background: #244366;
	box-shadow: 0 0 0 3px #ffffff, 0 0 0 6px #244366;
}

ul.history li .featured-box .box-content {
	border-top-color: #244366;
}

.recent-posts .date .month,
article.post .post-date .month {
	background-color: #244366;
}

.recent-posts .date .day,
article.post .post-date .day {
	color: #244366;
}

.slider .tp-bannertimer {
	background-color: #244366;
}

.home-concept strong {
	color: #244366;
}

html .home-intro-primary {
	background: #244366;
}

html .home-intro-secondary {
	background: #ead9bb;
}

html .home-intro-tertiary {
	background: #775926;
}

html .home-intro-quaternary {
	background: #313234;
}

html .home-intro-dark {
	background: #2e353e;
}

html .home-intro-light {
	background: #ffffff;
}

.home-intro p em {
	color: #dbbf8f;
}

html .slider-container .tp-caption-overlay-primary {
	background: #244366;
}

html .slider-container .tp-caption-overlay-opacity-primary {
	background: rgba(207, 169, 104, 0.4);
}

html .slider-container .tp-caption-overlay-secondary {
	background: #ead9bb;
}

html .slider-container .tp-caption-overlay-opacity-secondary {
	background: rgba(234, 217, 187, 0.4);
}

html .slider-container .tp-caption-overlay-tertiary {
	background: #775926;
}

html .slider-container .tp-caption-overlay-opacity-tertiary {
	background: rgba(119, 89, 38, 0.4);
}

html .slider-container .tp-caption-overlay-quaternary {
	background: #313234;
}

html .slider-container .tp-caption-overlay-opacity-quaternary {
	background: rgba(49, 50, 52, 0.4);
}

html .slider-container .tp-caption-overlay-dark {
	background: #2e353e;
}

html .slider-container .tp-caption-overlay-opacity-dark {
	background: rgba(46, 53, 62, 0.4);
}

html .slider-container .tp-caption-overlay-light {
	background: #ffffff;
}

html .slider-container .tp-caption-overlay-opacity-light {
	background: rgba(255, 255, 255, 0.4);
}
/* Arrows */
.tparrows.tparrows-carousel.tp-leftarrow,
.tparrows.tparrows-carousel.tp-rightarrow {
	color: #ffffff;
	background-color: #244366;
	border-color: #244366 #244366 #c39341;
}

.tparrows.tparrows-carousel.tp-leftarrow:hover,
.tparrows.tparrows-carousel.tp-rightarrow:hover {
	border-color: #d5b47b #d5b47b #c99e55;
	background-color: #d5b47b;
}

.tparrows.tparrows-carousel.tp-leftarrow:active,
.tparrows.tparrows-carousel.tp-rightarrow:active,
.tparrows.tparrows-carousel.tp-leftarrow:focus,
.tparrows.tparrows-carousel.tp-rightarrow:focus,
.tparrows.tparrows-carousel.tp-leftarrow:active:hover,
.tparrows.tparrows-carousel.tp-rightarrow:active:hover,
.tparrows.tparrows-carousel.tp-leftarrow:active:focus,
.tparrows.tparrows-carousel.tp-rightarrow:active:focus {
	border-color: #c99e55 #c99e55 #c99e55;
	background-color: #c99e55;
}

.tparrows.tparrows-carousel.tp-leftarrow.dropdown-toggle,
.tparrows.tparrows-carousel.tp-rightarrow.dropdown-toggle {
	border-left-color: #c99e55;
}

.tparrows.tparrows-carousel.tp-leftarrow[disabled],
.tparrows.tparrows-carousel.tp-rightarrow[disabled],
.tparrows.tparrows-carousel.tp-leftarrow[disabled]:hover,
.tparrows.tparrows-carousel.tp-rightarrow[disabled]:hover,
.tparrows.tparrows-carousel.tp-leftarrow[disabled]:active,
.tparrows.tparrows-carousel.tp-rightarrow[disabled]:active,
.tparrows.tparrows-carousel.tp-leftarrow[disabled]:focus,
.tparrows.tparrows-carousel.tp-rightarrow[disabled]:focus {
	border-color: #e8d5b5;
	background-color: #e8d5b5;
}

.shop ul.products li.product .onsale {
	background-color: #244366;
	border-bottom-color: #c59749;
}

.shop .star-rating span,
.shop .cart-totals tr.total .amount {
	color: #244366;
}

#footer .footer-ribbon {
	background: #244366;
}

#footer .footer-ribbon:before {
	border-right-color: #b28539;
	border-left-color: #b28539;
}

#footer.light h1,
#footer.light h2,
#footer.light h3,
#footer.light h4,
#footer.light a {
	color: #244366;
}

#footer.color {
	background: #244366;
	border-top-color: #244366;
}

#footer.color .footer-ribbon {
	background: #c39341;
}

#footer.color .footer-ribbon:before {
	border-right-color: #8b682c;
}

#footer.color .footer-copyright {
	background: #c99e55;
	border-top-color: #c99e55;
}

html #footer.color-primary {
	background: #244366;
	border-top-color: #244366;
}

html #footer.color-primary .footer-ribbon {
	background: #c39341;
}

html #footer.color-primary .footer-ribbon:before {
	border-right-color: #8b682c;
}

html #footer.color-primary .footer-copyright {
	background: #c99e55;
	border-top-color: #c99e55;
}

html #footer.color-secondary {
	background: #ead9bb;
	border-top-color: #ead9bb;
}

html #footer.color-secondary .footer-ribbon {
	background: #dec394;
}

html #footer.color-secondary .footer-ribbon:before {
	border-right-color: #cca35a;
}

html #footer.color-secondary .footer-copyright {
	background: #e4cea8;
	border-top-color: #e4cea8;
}

html #footer.color-tertiary {
	background: #775926;
	border-top-color: #775926;
}

html #footer.color-tertiary .footer-ribbon {
	background: #503c1a;
}

html #footer.color-tertiary .footer-ribbon:before {
	border-right-color: #161107;
}

html #footer.color-tertiary .footer-copyright {
	background: #644b20;
	border-top-color: #644b20;
}

html #footer.color-quaternary {
	background: #313234;
	border-top-color: #313234;
}

html #footer.color-quaternary .footer-ribbon {
	background: #18191a;
}

html #footer.color-quaternary .footer-ribbon:before {
	border-right-color: #000000;
}

html #footer.color-quaternary .footer-copyright {
	background: #252527;
	border-top-color: #252527;
}

html #footer.color-dark {
	background: #2e353e;
	border-top-color: #2e353e;
}

html #footer.color-dark .footer-ribbon {
	background: #181c21;
}

html #footer.color-dark .footer-ribbon:before {
	border-right-color: #000000;
}

html #footer.color-dark .footer-copyright {
	background: #23282f;
	border-top-color: #23282f;
}

html #footer.color-light {
	background: #ffffff;
	border-top-color: #ffffff;
}

html #footer.color-light .footer-ribbon {
	background: #e6e6e6;
}

html #footer.color-light .footer-ribbon:before {
	border-right-color: #bfbfbf;
}

html #footer.color-light .footer-copyright {
	background: #f2f2f2;
	border-top-color: #f2f2f2;
}

.sample-icon-list .sample-icon a:hover {
	background-color: #244366;
}

html.boxed .body {
	border-top-color: #244366;
}

.img-rounded,
.img-thumbnail,
.img-thumbnail img,
code,
pre,
.form-control,
.input-sm,
.form-group-sm .form-control,
.input-lg,
.form-group-lg .form-control,
.btn,
.btn-group-lg > .btn,
.btn-sm,
.btn-group-sm > .btn,
.btn-xs,
.btn-group-xs > .btn,
.dropdown-menu,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-addon,
.input-group-addon.input-sm,
.input-group-addon.input-lg,
.nav-tabs > li > a,
.nav-tabs.nav-justified > li > a,
.nav-pills > li > a,
.nav-tabs-justified > li > a,
.navbar,
.navbar-toggle,
.navbar-toggle .icon-bar,
.breadcrumb,
.pagination,
.pager li > a,
.pager li > span,
.label,
.badge,
.container .jumbotron,
.container-fluid .jumbotron,
.thumbnail,
.alert,
.progress,
.panel,
.panel-group .panel,
.well,
.well-lg,
.well-sm,
.modal-content,
.tooltip-inner,
.popover,
.popover-title,
.carousel-indicators li,
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span,
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-radius: 0;
}

@media (min-width: 768px) {
	.nav-tabs.nav-justified > li > a,
	.nav-tabs-justified > li > a,
	.navbar {
		border-radius: 0;
	}
}

#header .header-search .form-control,
#header .header-nav-main nav > ul > li > a,
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu,
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu,
#header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu,
#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a,
#header.header-transparent .header-nav-main,
#header.header-semi-transparent .header-nav-main,
#header.header-semi-transparent-light .header-nav-main,
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-menu,
.slider-container .tparrows,
.nivo-slider .theme-default .nivoSlider,
.nivo-slider .theme-default .nivoSlider img,
.home-intro-compact,
html.dark #header,
html.boxed .body,
blockquote.with-borders,
p.drop-caps.drop-caps-style-2:first-child:first-letter,
.btn-3d,
select,
.captcha-refresh,
.featured-icon,
.panel-group .panel-heading,
.tabs,
.nav-tabs li a,
.tab-content,
.tabs.tabs-bottom .tab-content,
.tabs.tabs-bottom .nav-tabs li a,
.tabs-left .tab-content,
.tabs-left .nav-tabs > li:first-child a,
.tabs-left .nav-tabs > li:last-child a,
.tabs-right .tab-content,
.tabs-right .nav-tabs > li:first-child a,
.tabs-right .nav-tabs > li:last-child a,
.nav-tabs.nav-justified li:first-child a,
.nav-tabs.nav-justified li:first-child a:hover,
.nav-tabs.nav-justified li:last-child a,
.nav-tabs.nav-justified li:last-child a:hover,
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child a,
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a,
.tabs-navigation,
.tabs-navigation .nav-tabs > li:first-child a,
.tabs-navigation .nav-tabs > li:last-child a,
.toggle > label,
.toggle.toggle-simple .toggle > label,
.toggle.toggle-simple .toggle > label:after,
.owl-carousel .owl-nav [class*="owl-"],
.owl-carousel.rounded-nav .owl-nav [class*="owl-"],
.owl-carousel.rounded-nav .owl-nav [class*="owl-"]:hover,
.owl-carousel.full-width .owl-nav .owl-prev,
.owl-carousel.big-nav .owl-nav .owl-prev,
.owl-carousel.full-width .owl-nav .owl-next,
.owl-carousel.big-nav .owl-nav .owl-next,
.embed-responsive.embed-responsive-borders,
.pricing-table h3,
.pricing-table .plan,
.featured-box,
.featured-box .box-content,
.thumb-info,
.thumb-info .thumb-info-wrapper,
.thumb-info .thumb-info-wrapper:after,
.thumb-info .thumb-info-type,
.thumb-info img,
section.timeline .timeline-date,
section.timeline .timeline-box,
.testimonial blockquote,
.testimonial.testimonial-style-2 blockquote,
.testimonial.testimonial-style-3 blockquote,
.testimonial.testimonial-style-4,
.testimonial.testimonial-style-4 blockquote,
.testimonial.testimonial-style-5 blockquote,
.testimonial.testimonial-style-6 blockquote,
.container .call-to-action,
.progress,
.progress.progress-border-radius,
.progress.progress-border-radius .progress-bar,
.progress-bar,
.progress-bar-tooltip,
.counters.with-borders .counter,
html .scroll-to-top,
.google-map.small,
.google-map-borders,
article.post .post-date .month,
article.post .post-date .day,
article .post-video,
article .post-audio,
ul.comments .comment-block,
.recent-posts .date .month,
#header nav.mega-menu .mega-menu-shop .dropdown-menu,
.shop ul.products .product .add-to-cart-product,
.product-info,
.product-info img,
.product-info + .product-info,
.img-thumbnail.img-thumbnail-hover-icon:before,
.product-thumb-info {
	border-radius: 0;
}

@media (max-width: 479px) {
	.tabs .nav.nav-tabs.nav-justified li:first-child a,
	.tabs .nav.nav-tabs.nav-justified li:first-child a:hover,
	.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a,
	.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a:hover {
		border-radius: 0;
	}
}

@media (min-width: 992px) {
	#header nav.mega-menu ul.nav-main li.mega-menu-item ul.sub-menu a,
	#header nav.mega-menu ul.nav-main li.mega-menu-fullwidth ul.dropdown-menu,
	#header.flat-menu nav.mega-menu ul.nav-main li.mega-menu-fullwidth ul.dropdown-menu,
	#header.flat-menu nav ul.nav-main li a,
	html.boxed #header.flat-menu .header-top {
		border-radius: 0;
	}
}

/* theme.css and demo overrides */

@media (min-width: 992px) {
	#header .header-nav-bar .header-nav-main nav > ul > li > a {
		padding: 20px 21px;
		font-size: 14px;
		border-right: 2px solid #747474;
	}
}

@media (min-width: 992px) {
	#header .header-nav-bar .header-nav-main nav > ul > li > a {
		padding: 20px 21px;
		font-size: 14px;
		border-right: 2px solid rgba(0, 0, 0, 0.1);
	}
}

@media (min-width: 992px) {
	#header .header-nav-main.header-nav-main-light nav > ul > li > a {
		color: #7a7a7a;
	}
}

@media (min-width: 992px) { 
	#header .header-nav-main.header-nav-main-light nav > ul > li.active > a {
		background: #4daab1;
		color: #ffffff;
	}
}

#header .header-body {
	background-color: #244366;
}

.hdr-highlight-contact { 
	border-bottom:3px solid #4daab1;
	padding-bottom:5px;
}

footer,
#footer {
	background:#f4f4f4;
}

footer h5, 
#footer h5 { 
	/*color: #949494;*/
	color: #797979;
	font-weight: bold;
	font-size:125%;
}

/* demo site header styles */

/* Header */
#header .header-logo img {
	margin-top: 5px;
}
#header .header-body {
	padding: 0;
}
#header .header-column .header-extra-info {
	margin: 0;
}
#header .header-column .header-extra-info > li {
	margin-left: -4px;
}
#header .header-column .header-extra-info .feature-box {
	/* min-height: 110px; */
	min-height: 95px;
}
#header .header-column .header-extra-info .feature-box h4, #header .header-column .header-extra-info .feature-box h4 a {
	color: #7e8588;
	font-size: 20px;
	font-weight: 300;
}
#header .header-column .header-extra-info .feature-box .feature-box-icon, #header .header-column .header-extra-info .feature-box .feature-box-info {
	position: relative;
	top: 40px;
}
#header .header-column .header-extra-info .feature-box .feature-box-icon {
	width: 40px;
	margin-right: -3px;
}
#header .header-column .header-extra-info .feature-box .feature-box-info {
	padding-left: 45px;
}
#header .header-column .header-extra-info .feature-box.feature-box-call {
	margin-right: 20px;
	padding-right: 30px;
}

#header .header-column { 
	margin-bottom: 8px;
}

@media (min-width: 992px) {
	#header .header-column .header-extra-info .feature-box.feature-box-call {
		border-right: 1px solid #E9E9E9;
	}
	#header .header-column .header-extra-info li:last-child .feature-box {
		min-width: 241px;
	}
	#header .header-nav-bar {
		padding: 0 10px;
	}
	#header .header-nav-bar .header-nav-main {
		margin: 0;
	}
	#header .header-nav-bar .header-nav-main nav > ul > li {
		margin-left: 0;
	}
	#header .header-nav-bar .header-nav-main nav > ul > li > a {
		padding: 20px 21px;
		font-size: 14px;
		border-right: 1px solid rgba(0, 0, 0, 0.1);
	}
	#header .header-nav-bar .header-nav-main nav > ul > li > a.dropdown-toggle {
		padding: 20px 37px 20px 21px;
	}
	#header .header-nav-bar .header-nav-main nav > ul > li > a.dropdown-toggle:after {
		top: 18px;
		right: 21px;
	}
	#header .header-nav-bar .header-nav-main nav > ul > li.dropdown .dropdown-menu {
		margin-top: 0;
	}
	#header .header-nav-bar .header-nav-main nav > ul > li:last-child > a {
		border-right: 0;
	}
	#header .header-search {
		background: rgba(0, 0, 0, 0.07);
		margin: 0 0 0 -5px;
		padding: 0;
	}
	#header .header-search .form-control {
		background: transparent;
		border: 0;
		width: 212px;
		height: 60px;
		color: #FFF;
		margin: 0 50px 0 0;
		padding-left: 22px;
		font-size: 14px;
		font-weight: bold;
	}
	#header .header-search .form-control::-webkit-input-placeholder {
		color: #FFF;
		opacity: 0.4;
		text-transform: uppercase;
	}
	#header .header-search .form-control:-moz-placeholder {
		color: #FFF;
		opacity: 0.4;
		text-transform: uppercase;
	}
	#header .header-search .form-control::-moz-placeholder {
		color: #FFF;
		opacity: 0.4;
		text-transform: uppercase;
	}
	#header .header-search .form-control:-ms-input-placeholder {
		color: #FFF;
		opacity: 0.4;
		text-transform: uppercase;
	}
	#header .header-search .btn-default {
		color: #fff;
		font-size: 20px;
		opacity: 0.4;
		right: 5px;
		top: 10px;
	}
}
@media (max-width: 767px) {
	#header .header-row {
		/*min-height: 104px;*/
	}
	#header .header-column .header-extra-info .feature-box.feature-box-call {
		min-height: 0;
		margin: 0;
		padding: 0;
	}
	#header .header-column .header-extra-info .feature-box.feature-box-call .feature-box-icon {
		/*display: none;*/
	}
	#header .header-column .header-extra-info .feature-box.feature-box-call .feature-box-info {
		position: static;
		margin: 32px 0 0;
		padding: 0;
	}
	#header .header-column .header-extra-info .feature-box.feature-box-call .feature-box-info h4, #header .header-column .header-extra-info .feature-box.feature-box-call .feature-box-info h4 a {
		font-size: 14px;
	}
}

/* fic custom buttons */

html .btn-primary {
    color: #ffffff;
    background-color: #2baab1;
    border-color: #2baab1;
    border-radius: 8px;
}

html .btn-primary:hover {
	background-color: #244366;
    border-color: #244366;
}

html .btn-primary:active,
html .btn-primary:focus,
html .btn-primary:active:hover,
html .btn-primary:active:focus {
	background-color: #244366;
    border-color: #244366;
}

/*.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #00b3db;
    border-color: #285e8e; /*set the color you want here*/
}*/

html .btn-primary.dropdown-toggle {
	border-left-color: #c99e55;
}

html .btn-primary[disabled],
html .btn-primary[disabled]:hover,
html .btn-primary[disabled]:active,
html .btn-primary[disabled]:focus {
	border-color: #666666;
	background-color: #666666;
}

html .btn-primary:hover,
html .btn-primary:focus,
html .btn-primary:active:hover,
html .btn-primary:active:focus {
	color: #ffffff;
}

html .btn-primary-scale-2 {
	color: #ffffff;
	background-color: #2baab1;
    border-color: #2baab1;
}

html .btn-primary-scale-2:hover {
	background-color: #2baab1;
    border-color: #2baab1;
}

html .btn-primary-scale-2:active,
html .btn-primary-scale-2:focus,
html .btn-primary-scale-2:active:hover,
html .btn-primary-scale-2:active:focus {
	border-color: #b28539 #b28539 #b28539;
	background-color: #b28539;
}

html .btn-primary-scale-2.dropdown-toggle {
	border-left-color: #b28539;
}

html .btn-primary-scale-2[disabled],
html .btn-primary-scale-2[disabled]:hover,
html .btn-primary-scale-2[disabled]:active,
html .btn-primary-scale-2[disabled]:focus {
	background-color: #2baab1;
    border-color: #2baab1;
}

html .btn-secondary {
    color: #333333;
    background-color: #e4e4e4;
    border-color: #e4e4e4;
    border-radius: 4px;
}

html .btn-secondary:hover {
	border-color: #e4e4e4;
	background-color: #e4e4e4;
}

html .btn-secondary:active,
html .btn-secondary:focus,
html .btn-secondary:active:hover,
html .btn-secondary:active:focus {
	border-color: #e4e4e4;
	background-color: #e4e4e4;
}

html .btn-secondary.dropdown-toggle {
	border-left-color: #e4e4e4;
}

html .btn-secondary[disabled],
html .btn-secondary[disabled]:hover,
html .btn-secondary[disabled]:active,
html .btn-secondary[disabled]:focus {
	border-color: #666666;
	background-color: #666666;
}

html .btn-secondary:hover,
html .btn-secondary:focus,
html .btn-secondary:active:hover,
html .btn-secondary:active:focus {
	color: #777777;
}

html .btn-secondary-scale-2 {
	color: #ffffff;
	background-color: #666666;
	border-color: #666666;
}

html .btn-secondary-scale-2:hover {
	border-color: #666666;
	background-color: #666666;
}

html .btn-secondary-scale-2:active,
html .btn-secondary-scale-2:focus,
html .btn-secondary-scale-2:active:hover,
html .btn-secondary-scale-2:active:focus {
	border-color: #cccccc;
	background-color: #cccccc;
}

html .btn-secondary-scale-2.dropdown-toggle {
	border-left-color: #cccccc;
}

html .btn-secondary-scale-2[disabled],
html .btn-secondary-scale-2[disabled]:hover,
html .btn-secondary-scale-2[disabled]:active,
html .btn-secondary-scale-2[disabled]:focus {
	border-color: #cccccc;
	background-color: #cccccc;
}

html .btn-tertiary {
	color: #ffffff;
	background-color: #775926;
	border-color: #775926 #775926 #503c1a;
}

html .btn-tertiary:hover {
	border-color: #8a672c #8a672c #644b20;
	background-color: #8a672c;
}

html .btn-tertiary:active,
html .btn-tertiary:focus,
html .btn-tertiary:active:hover,
html .btn-tertiary:active:focus {
	border-color: #644b20 #644b20 #644b20;
	background-color: #644b20;
}

html .btn-tertiary.dropdown-toggle {
	border-left-color: #644b20;
}

html .btn-tertiary[disabled],
html .btn-tertiary[disabled]:hover,
html .btn-tertiary[disabled]:active,
html .btn-tertiary[disabled]:focus {
	border-color: #c29241;
	background-color: #c29241;
}

html .btn-tertiary:hover,
html .btn-tertiary:focus,
html .btn-tertiary:active:hover,
html .btn-tertiary:active:focus {
	color: #ffffff;
}

html .btn-tertiary-scale-2 {
	color: #ffffff;
	background-color: #503c1a;
	border-color: #503c1a #503c1a #2a1f0d;
}

html .btn-tertiary-scale-2:hover {
	border-color: #644b20 #644b20 #3d2e13;
	background-color: #644b20;
}

html .btn-tertiary-scale-2:active,
html .btn-tertiary-scale-2:focus,
html .btn-tertiary-scale-2:active:hover,
html .btn-tertiary-scale-2:active:focus {
	border-color: #3d2e13 #3d2e13 #3d2e13;
	background-color: #3d2e13;
}

html .btn-tertiary-scale-2.dropdown-toggle {
	border-left-color: #3d2e13;
}

html .btn-tertiary-scale-2[disabled],
html .btn-tertiary-scale-2[disabled]:hover,
html .btn-tertiary-scale-2[disabled]:active,
html .btn-tertiary-scale-2[disabled]:focus {
	border-color: #9e7632;
	background-color: #9e7632;
}

html .btn-quaternary {
	color: #ffffff;
	background-color: #313234;
	border-color: #313234 #313234 #18191a;
}

html .btn-quaternary:hover {
	border-color: #3d3f41 #3d3f41 #252527;
	background-color: #3d3f41;
}

html .btn-quaternary:active,
html .btn-quaternary:focus,
html .btn-quaternary:active:hover,
html .btn-quaternary:active:focus {
	border-color: #252527 #252527 #252527;
	background-color: #252527;
}

html .btn-quaternary.dropdown-toggle {
	border-left-color: #252527;
}

html .btn-quaternary[disabled],
html .btn-quaternary[disabled]:hover,
html .btn-quaternary[disabled]:active,
html .btn-quaternary[disabled]:focus {
	border-color: #626469;
	background-color: #626469;
}

html .btn-quaternary:hover,
html .btn-quaternary:focus,
html .btn-quaternary:active:hover,
html .btn-quaternary:active:focus {
	color: #ffffff;
}

html .btn-quaternary-scale-2 {
	color: #ffffff;
	background-color: #18191a;
	border-color: #18191a #18191a #000000;
}

html .btn-quaternary-scale-2:hover {
	border-color: #252527 #252527 #0c0c0d;
	background-color: #252527;
}

html .btn-quaternary-scale-2:active,
html .btn-quaternary-scale-2:focus,
html .btn-quaternary-scale-2:active:hover,
html .btn-quaternary-scale-2:active:focus {
	border-color: #0c0c0d #0c0c0d #0c0c0d;
	background-color: #0c0c0d;
}

html .btn-quaternary-scale-2.dropdown-toggle {
	border-left-color: #0c0c0d;
}

html .btn-quaternary-scale-2[disabled],
html .btn-quaternary-scale-2[disabled]:hover,
html .btn-quaternary-scale-2[disabled]:active,
html .btn-quaternary-scale-2[disabled]:focus {
	border-color: #4a4b4e;
	background-color: #4a4b4e;
}

html .btn-dark {
	color: #ffffff;
	background-color: #2e353e;
	border-color: #2e353e #2e353e #181c21;
}

html .btn-dark:hover {
	border-color: #39424d #39424d #23282f;
	background-color: #39424d;
}

html .btn-dark:active,
html .btn-dark:focus,
html .btn-dark:active:hover,
html .btn-dark:active:focus {
	border-color: #23282f #23282f #23282f;
	background-color: #23282f;
}

html .btn-dark.dropdown-toggle {
	border-left-color: #23282f;
}

html .btn-dark[disabled],
html .btn-dark[disabled]:hover,
html .btn-dark[disabled]:active,
html .btn-dark[disabled]:focus {
	border-color: #596779;
	background-color: #596779;
}

html .btn-dark:hover,
html .btn-dark:focus,
html .btn-dark:active:hover,
html .btn-dark:active:focus {
	color: #ffffff;
}

html .btn-dark-scale-2 {
	color: #ffffff;
	background-color: #181c21;
	border-color: #181c21 #181c21 #030303;
}

html .btn-dark-scale-2:hover {
	border-color: #23282f #23282f #0d0f12;
	background-color: #23282f;
}

html .btn-dark-scale-2:active,
html .btn-dark-scale-2:focus,
html .btn-dark-scale-2:active:hover,
html .btn-dark-scale-2:active:focus {
	border-color: #0d0f12 #0d0f12 #0d0f12;
	background-color: #0d0f12;
}

html .btn-dark-scale-2.dropdown-toggle {
	border-left-color: #0d0f12;
}

html .btn-dark-scale-2[disabled],
html .btn-dark-scale-2[disabled]:hover,
html .btn-dark-scale-2[disabled]:active,
html .btn-dark-scale-2[disabled]:focus {
	border-color: #444e5b;
	background-color: #444e5b;
}

html .btn-light {
	color: #ffffff;
	background-color: #ffffff;
	border-color: #ffffff #ffffff #e6e6e6;
}

html .btn-light:hover {
	border-color: #ffffff #ffffff #f2f2f2;
	background-color: #ffffff;
}

html .btn-light:active,
html .btn-light:focus,
html .btn-light:active:hover,
html .btn-light:active:focus {
	border-color: #f2f2f2 #f2f2f2 #f2f2f2;
	background-color: #f2f2f2;
}

html .btn-light.dropdown-toggle {
	border-left-color: #f2f2f2;
}

html .btn-light[disabled],
html .btn-light[disabled]:hover,
html .btn-light[disabled]:active,
html .btn-light[disabled]:focus {
	border-color: #ffffff;
	background-color: #ffffff;
}

html .btn-light:hover,
html .btn-light:focus,
html .btn-light:active:hover,
html .btn-light:active:focus {
	color: #777777;
}

html .btn-light-scale-2 {
	color: #ffffff;
	background-color: #e6e6e6;
	border-color: #e6e6e6 #e6e6e6 #cccccc;
}

html .btn-light-scale-2:hover {
	border-color: #f2f2f2 #f2f2f2 #d9d9d9;
	background-color: #f2f2f2;
}

html .btn-light-scale-2:active,
html .btn-light-scale-2:focus,
html .btn-light-scale-2:active:hover,
html .btn-light-scale-2:active:focus {
	border-color: #d9d9d9 #d9d9d9 #d9d9d9;
	background-color: #d9d9d9;
}

html .btn-light-scale-2.dropdown-toggle {
	border-left-color: #d9d9d9;
}

html .btn-light-scale-2[disabled],
html .btn-light-scale-2[disabled]:hover,
html .btn-light-scale-2[disabled]:active,
html .btn-light-scale-2[disabled]:focus {
	border-color: #ffffff;
	background-color: #ffffff;
}

html .btn-borders.btn-primary {
	background: transparent;
	border-color: #244366;
	color: #244366;
	text-shadow: none;
}

html .btn-borders.btn-primary:hover,
html .btn-borders.btn-primary:focus {
	background-color: #244366;
	border-color: #244366 #244366 #c39341;
	border-color: #244366 !important;
	color: #ffffff;
}

html .btn-borders.btn-primary:hover:hover,
html .btn-borders.btn-primary:focus:hover {
	border-color: #d5b47b #d5b47b #c99e55;
	background-color: #d5b47b;
}

html .btn-borders.btn-primary:hover:active,
html .btn-borders.btn-primary:focus:active,
html .btn-borders.btn-primary:hover:focus,
html .btn-borders.btn-primary:focus:focus,
html .btn-borders.btn-primary:hover:active:hover,
html .btn-borders.btn-primary:focus:active:hover,
html .btn-borders.btn-primary:hover:active:focus,
html .btn-borders.btn-primary:focus:active:focus {
	border-color: #c99e55 #c99e55 #c99e55;
	background-color: #c99e55;
}

html .btn-borders.btn-primary:hover.dropdown-toggle,
html .btn-borders.btn-primary:focus.dropdown-toggle {
	border-left-color: #c99e55;
}

html .btn-borders.btn-primary:hover[disabled],
html .btn-borders.btn-primary:focus[disabled],
html .btn-borders.btn-primary:hover[disabled]:hover,
html .btn-borders.btn-primary:focus[disabled]:hover,
html .btn-borders.btn-primary:hover[disabled]:active,
html .btn-borders.btn-primary:focus[disabled]:active,
html .btn-borders.btn-primary:hover[disabled]:focus,
html .btn-borders.btn-primary:focus[disabled]:focus {
	border-color: #e8d5b5;
	background-color: #e8d5b5;
}

html .btn-borders.btn-secondary {
	background: transparent;
	border-color: #ead9bb;
	color: #ead9bb;
	text-shadow: none;
}

html .btn-borders.btn-secondary:hover,
html .btn-borders.btn-secondary:focus {
	color: #ffffff;
	background-color: #ead9bb;
	border-color: #ead9bb #ead9bb #dec394;
	border-color: #ead9bb !important;
	color: #777777;
}

html .btn-borders.btn-secondary:hover:hover,
html .btn-borders.btn-secondary:focus:hover {
	border-color: #f0e4ce #f0e4ce #e4cea8;
	background-color: #f0e4ce;
}

html .btn-borders.btn-secondary:hover:active,
html .btn-borders.btn-secondary:focus:active,
html .btn-borders.btn-secondary:hover:focus,
html .btn-borders.btn-secondary:focus:focus,
html .btn-borders.btn-secondary:hover:active:hover,
html .btn-borders.btn-secondary:focus:active:hover,
html .btn-borders.btn-secondary:hover:active:focus,
html .btn-borders.btn-secondary:focus:active:focus {
	border-color: #e4cea8 #e4cea8 #e4cea8;
	background-color: #e4cea8;
}

html .btn-borders.btn-secondary:hover.dropdown-toggle,
html .btn-borders.btn-secondary:focus.dropdown-toggle {
	border-left-color: #e4cea8;
}

html .btn-borders.btn-secondary:hover[disabled],
html .btn-borders.btn-secondary:focus[disabled],
html .btn-borders.btn-secondary:hover[disabled]:hover,
html .btn-borders.btn-secondary:focus[disabled]:hover,
html .btn-borders.btn-secondary:hover[disabled]:active,
html .btn-borders.btn-secondary:focus[disabled]:active,
html .btn-borders.btn-secondary:hover[disabled]:focus,
html .btn-borders.btn-secondary:focus[disabled]:focus {
	border-color: #ffffff;
	background-color: #ffffff;
}

html .btn-borders.btn-tertiary {
	background: transparent;
	border-color: #775926;
	color: #775926;
	text-shadow: none;
}

html .btn-borders.btn-tertiary:hover,
html .btn-borders.btn-tertiary:focus {
	background-color: #775926;
	border-color: #775926 #775926 #503c1a;
	border-color: #775926 !important;
	color: #ffffff;
}

html .btn-borders.btn-tertiary:hover:hover,
html .btn-borders.btn-tertiary:focus:hover {
	border-color: #8a672c #8a672c #644b20;
	background-color: #8a672c;
}

html .btn-borders.btn-tertiary:hover:active,
html .btn-borders.btn-tertiary:focus:active,
html .btn-borders.btn-tertiary:hover:focus,
html .btn-borders.btn-tertiary:focus:focus,
html .btn-borders.btn-tertiary:hover:active:hover,
html .btn-borders.btn-tertiary:focus:active:hover,
html .btn-borders.btn-tertiary:hover:active:focus,
html .btn-borders.btn-tertiary:focus:active:focus {
	border-color: #644b20 #644b20 #644b20;
	background-color: #644b20;
}

html .btn-borders.btn-tertiary:hover.dropdown-toggle,
html .btn-borders.btn-tertiary:focus.dropdown-toggle {
	border-left-color: #644b20;
}

html .btn-borders.btn-tertiary:hover[disabled],
html .btn-borders.btn-tertiary:focus[disabled],
html .btn-borders.btn-tertiary:hover[disabled]:hover,
html .btn-borders.btn-tertiary:focus[disabled]:hover,
html .btn-borders.btn-tertiary:hover[disabled]:active,
html .btn-borders.btn-tertiary:focus[disabled]:active,
html .btn-borders.btn-tertiary:hover[disabled]:focus,
html .btn-borders.btn-tertiary:focus[disabled]:focus {
	border-color: #c29241;
	background-color: #c29241;
}

html .btn-borders.btn-quaternary {
	background: transparent;
	border-color: #313234;
	color: #313234;
	text-shadow: none;
}

html .btn-borders.btn-quaternary:hover,
html .btn-borders.btn-quaternary:focus {
	background-color: #313234;
	border-color: #313234 #313234 #18191a;
	border-color: #313234 !important;
	color: #ffffff;
}

html .btn-borders.btn-quaternary:hover:hover,
html .btn-borders.btn-quaternary:focus:hover {
	border-color: #3d3f41 #3d3f41 #252527;
	background-color: #3d3f41;
}

html .btn-borders.btn-quaternary:hover:active,
html .btn-borders.btn-quaternary:focus:active,
html .btn-borders.btn-quaternary:hover:focus,
html .btn-borders.btn-quaternary:focus:focus,
html .btn-borders.btn-quaternary:hover:active:hover,
html .btn-borders.btn-quaternary:focus:active:hover,
html .btn-borders.btn-quaternary:hover:active:focus,
html .btn-borders.btn-quaternary:focus:active:focus {
	border-color: #252527 #252527 #252527;
	background-color: #252527;
}

html .btn-borders.btn-quaternary:hover.dropdown-toggle,
html .btn-borders.btn-quaternary:focus.dropdown-toggle {
	border-left-color: #252527;
}

html .btn-borders.btn-quaternary:hover[disabled],
html .btn-borders.btn-quaternary:focus[disabled],
html .btn-borders.btn-quaternary:hover[disabled]:hover,
html .btn-borders.btn-quaternary:focus[disabled]:hover,
html .btn-borders.btn-quaternary:hover[disabled]:active,
html .btn-borders.btn-quaternary:focus[disabled]:active,
html .btn-borders.btn-quaternary:hover[disabled]:focus,
html .btn-borders.btn-quaternary:focus[disabled]:focus {
	border-color: #626469;
	background-color: #626469;
}

html .btn-borders.btn-dark {
	background: transparent;
	border-color: #2e353e;
	color: #2e353e;
	text-shadow: none;
}

html .btn-borders.btn-dark:hover,
html .btn-borders.btn-dark:focus {
	background-color: #2e353e;
	border-color: #2e353e #2e353e #181c21;
	border-color: #2e353e !important;
	color: #ffffff;
}

html .btn-borders.btn-dark:hover:hover,
html .btn-borders.btn-dark:focus:hover {
	border-color: #39424d #39424d #23282f;
	background-color: #39424d;
}

html .btn-borders.btn-dark:hover:active,
html .btn-borders.btn-dark:focus:active,
html .btn-borders.btn-dark:hover:focus,
html .btn-borders.btn-dark:focus:focus,
html .btn-borders.btn-dark:hover:active:hover,
html .btn-borders.btn-dark:focus:active:hover,
html .btn-borders.btn-dark:hover:active:focus,
html .btn-borders.btn-dark:focus:active:focus {
	border-color: #23282f #23282f #23282f;
	background-color: #23282f;
}

html .btn-borders.btn-dark:hover.dropdown-toggle,
html .btn-borders.btn-dark:focus.dropdown-toggle {
	border-left-color: #23282f;
}

html .btn-borders.btn-dark:hover[disabled],
html .btn-borders.btn-dark:focus[disabled],
html .btn-borders.btn-dark:hover[disabled]:hover,
html .btn-borders.btn-dark:focus[disabled]:hover,
html .btn-borders.btn-dark:hover[disabled]:active,
html .btn-borders.btn-dark:focus[disabled]:active,
html .btn-borders.btn-dark:hover[disabled]:focus,
html .btn-borders.btn-dark:focus[disabled]:focus {
	border-color: #596779;
	background-color: #596779;
}

html .btn-borders.btn-light {
	background: transparent;
	border-color: #ffffff;
	color: #ffffff;
	text-shadow: none;
}

html .btn-borders.btn-light:hover,
html .btn-borders.btn-light:focus {
	color: #ffffff;
	background-color: #ffffff;
	border-color: #ffffff #ffffff #e6e6e6;
	border-color: #ffffff !important;
	color: #777777;
}

html .btn-borders.btn-light:hover:hover,
html .btn-borders.btn-light:focus:hover {
	border-color: #ffffff #ffffff #f2f2f2;
	background-color: #ffffff;
}

html .btn-borders.btn-light:hover:active,
html .btn-borders.btn-light:focus:active,
html .btn-borders.btn-light:hover:focus,
html .btn-borders.btn-light:focus:focus,
html .btn-borders.btn-light:hover:active:hover,
html .btn-borders.btn-light:focus:active:hover,
html .btn-borders.btn-light:hover:active:focus,
html .btn-borders.btn-light:focus:active:focus {
	border-color: #f2f2f2 #f2f2f2 #f2f2f2;
	background-color: #f2f2f2;
}

html .btn-borders.btn-light:hover.dropdown-toggle,
html .btn-borders.btn-light:focus.dropdown-toggle {
	border-left-color: #f2f2f2;
}

html .btn-borders.btn-light:hover[disabled],
html .btn-borders.btn-light:focus[disabled],
html .btn-borders.btn-light:hover[disabled]:hover,
html .btn-borders.btn-light:focus[disabled]:hover,
html .btn-borders.btn-light:hover[disabled]:active,
html .btn-borders.btn-light:focus[disabled]:active,
html .btn-borders.btn-light:hover[disabled]:focus,
html .btn-borders.btn-light:focus[disabled]:focus {
	border-color: #ffffff;
	background-color: #ffffff;
}


/* fic custom styles */

/* colors */
/* header bg: #244366 */
/* nav bg: #f4f4f4 */
/* nav text: #244366 */
/* teal color: #4daab1 */

hr { 
    border-top: 1px solid #ccc;
    height: 0;
    margin: 22px 0;
}

/* em */
em { 
    font-weight:inherit;
}

.btn-download { 
    border-radius: 2px;
    text-transform: uppercase;
}

/* header */
header { 
	background: #244366;
}

#header h4, 
header h4 { 
    text-transform: none;
}

.header-logo img { 
	
}

/* sections */
section.section { 
    border-top: none;
}

section.section-services { 
    padding: 10px 0 50px 0;
    background: #f4f4f4 url('/img/bg-stripes-teal-01.png') repeat-x 0 95px;
}

section.section-services h2 { 
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
    color: #2baab1;
    font-size: 185%;
    font-weight: 600;
}

.section-fic-call-to-action { 
    background: transparent;
    border-top: none;
    /*margin: 15px 0;*/
    padding: 30px 0;
}


.section-testimonials { 
    margin: 0;
    padding: 55px;
    background: #1b4369;
}

.section-testimonials h2 { 
    color: #ffffff;
    letter-spacing: 0.05em;
}

.section-clients { 
    margin: 0;
    padding: 25px;
    background: transparent;
}

.section-clients h2 { 
    color: #2baab1;
    margin-bottom: 16px;
}

/* testimonials */
div.testimonial.testimonial-style-6 blockquote,
div.testimonial blockquote {
    margin-bottom: 30px;
    padding: 0 20px;
}

.testimonial-text,
.testimonial-text p {
    color: #ffffff;
    font-family: 'Zilla Slab', Georgia, serif;
    font-size: 125%;
    font-weight:400;
    font-style: italic;
    line-height: normal;
}

.testimonial-name {
    color: #ffffff;
    font-weight: 700;
    margin-top: 12px;
}

span.testimonial-name-wrap { 
    border-top: 2px solid #2baab1;
    padding-top: 10px;
    display: inline;
}

.testimonial-company,
.testimonial-title {
    color: #ffffff;
    font-size: 90%;
}

/* our clients */
.our-clients-horizontal .logo { 
    vertical-align: middle;
}

.our-clients-horizontal .logo img { 
    max-width: 100%;
    max-height: 85px;
}

/* about */

.about-callout { 
    
}

.about-callout-header { 
    color: #ffffff;
    background: #2baab1;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    font-size: 110%;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.about-callout-body { 
    background: #ffffff;
    text-align: center;
    padding: 20px;
}

.about-callout-body, 
.about-callout-body p {
    color: #797979;
    font-family: 'Zilla Slab', Georgia, serif;
    font-size: 105%;
    line-height: 140%;
    font-weight: 500;
    padding-bottom: 0;
}

@media (max-width: 480px) { 
	#header .header-nav-bar .header-btn-collapse-nav {
		margin-top: -20px;
	}
	
	#header .header-column { 
		margin-bottom: 12px;
	}
}

@media (min-width: 481px and max-width: 767px) { 
	#header .header-nav-bar .header-btn-collapse-nav {
		margin-top: -48px;
	}
	
	#header .header-column { 
		margin-bottom: 12px;
	}
}

/*@media (max-width:991px) {*/
@media (max-width:992px) {
    body.about .intro {
        margin-top: 40px;   
    }
    .about-callout-body { 
        padding-bottom: 10px;
    }
    .about-team-member-info h4 { 
        font-size: 95% !important;   
    }
}

@media (min-width: 992px) {
    html #header .header-nav-bar-primary {
        background: #f4f4f4 !important;
        color: #818181 !important;
    }
    
    .about-callout-body { 
        min-height:275px;
    }
}

@media (min-width: 992px) { 
	#header .header-nav-bar .header-nav-main nav > ul > li > a {
		/*padding: 20px 21px;*/
		padding: 13px 21px;
		font-size: 14px;
		/* border-right: 2px solid #747474; */
		border-right: 2px solid #949494;
		font-weight:500;
        letter-spacing: 0.125em;
	}
}

@media (min-width: 1125px) { 
	#header .header-column .header-extra-info {
		float: right;
		/*padding-right: 200px;*/
	}
	
	#header .header-column .header-extra-info ul { 
		float: left;
		margin-left: 125px;
	}
}

/* formbuilder2 styles */
.field { margin-bottom:5px; }
.heading { margin-bottom:2px; }
.input { margin-bottom:0px; }

/* header */
#header .header-column .header-extra-info .feature-box h4, 
#header .header-column .header-extra-info .feature-box h4 a {
    /* color: #7e8588; */
	color: #ffffff;
    /*font-size: 16px;*/
	font-size: 13px;
    font-weight: 300;
}

#header .header-logo a {
    display:block;
}

#header .header-logo img {
	/*margin: 28px 15px 15px 20px;*/
	margin: 14px 15px 16px 20px;
}

#header .header-column .header-extra-info .feature-box {
    /*height: 100px;*/
	/*min-height: 20px;*/
}

#header .header-column .header-extra-info .feature-box .feature-box-icon, 
#header .header-column .header-extra-info .feature-box .feature-box-info {
	top: initial;
}

#header .header-column .header-extra-info .feature-box.feature-box-call {
    margin-right: 15px;
    padding-right: 15px;
}

#header .header-column .header-extra-info .feature-box .feature-box-icon {
    width: 30px;
}

#header .feature-box.feature-box-style-2 .feature-box-icon {
	height: initial;
}

#header .header-column .header-extra-info .feature-box .feature-box-info {
	padding-left: 30px;
}

#header .header-column .header-extra-info .feature-box {
	min-height: initial;
}

#header .header-column .header-extra-info {
    /*margin-top: 19px;*/
}

#header .btn-emergency,
section .btn-emergency,
footer .btn.btn-emergency,
#footer .btn.btn-emergency { 
    margin-left: 30px;
    border-radius: 6px;
    background: #a31c20; /*#cc0000;*/
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #ffffff;
    text-decoration: none;
	font-size: 0.85em;
}

section .btn-emergency,
footer .btn.btn-emergency,
#footer .btn.btn-emergency {
    margin-left: 0;   
}

footer .btn.btn-emergency,
#footer .btn.btn-emergency {
    /*padding-left: 0;*/
    font-size: 85%;
	font-weight: normal;
}

#header .column-left { 
	overflow: auto;
}

.header-container .header-nav .header-nav-bar .header-nav-bar-primary {
	height:55px;
}

.header-body > .header-container { 
    margin-bottom:1px;
}

.callout { 
	background: url('/img/bg-stripes-teal.png');
}

.quotation-mark-left {
    vertical-align: top;
}
.quotation-mark-left img { 
    float:right;
    margin-top: -20px;
}
.quotation-mark-right {
    vertical-align: bottom;
}
.quotation-mark-right img { 
    float:left;
}

.is-table-row {
        display: table;
    }
    .is-table-row [class*="col-"] {
        float: none;
        display: table-cell;        
    }
}

.stripes-teal { 
	background: url('/img/bg-stripes-teal.png');
}

.stripes-black { 
	background: url('/img/bg-stripes-black.png');
}

.stripes-white { 
	background: url('/img/bg-stripes-white.png');
}

section.section-additional-resources { 
    padding: 43px 0 48px 0;
}

.additional-resources { 
    /* background:#f4f4f4; */
}

.featured-resource { 
    margin-top: 30px;
}

.featured-resource .icon-box { 
    background: #2baab1;
	text-align: center;
}

.featured-resource .icon-box img { 
    max-width: 100%;
    max-height: 95px;
}

.featured-resource .icon-box a { 
    display: block;
    /*padding: 27px 10px;*/
    padding: 20px 20px 20px 20px;
}

@media (max-width: 991px) { 	
	.featured-resource .content h3 { 
		margin-top: 20px;
	}
}

.featured-resource .content { 
    padding-left: 25px;
}

.featured-resource .content h2 { 
    border-bottom: 1px solid #747474;
    display: inline;
    padding-bottom: 9px;
    font-size: 150%;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: normal;
}

.featured-resource .content h3 { 
    display: block;
    color: #2baab1;
    /*margin-top: 15px;*/
	margin-top: 0;
    margin-bottom: 5px;
    font-size: 125%;
    font-weight: 600;
    text-transform: uppercase;
    max-width: 80%;
}

.featured-resource .content h3 a {
    color: #2baab1;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.featured-resource .content p { 
    max-width: 80%;
    font-family: 'Zilla Slab', Georgia, serif;
    font-size: 120%;
}

.additional-resources > .row mt-sm { 
    margin-top: 0 !important;
}

.additional-resources h3 { 
    font-size: 145%;
    margin: 0 0 25px 0;
}

.additional-resources ul { 
    margin-bottom: 0;
}

.additional-resources ul li {
  background: url('/img/icon-checkmark.png') no-repeat left top;
  padding: 5px 0px 5px 50px;
  /* reset styles (optional): */
  list-style: none;
  margin: 0 0 8px 0;
}

.additional-resources ul li.last { 
    margin-bottom: 0; 
    padding-bottom: 0; 
}

.additional-resources ul li article { 
    margin-left: 10px;
}

.additional-resources ul li article a.resource-title { 
    color: #797979;
    font-family: 'Zilla Slab', Georgia, serif;
    font-size: 120%;
    font-weight: 600;
}

.additional-resources ul li article, 
.additional-resources ul li article a { 
    
}

.additional-resources ul li article .btn-primary { 
    border-radius: 2px;
    margin-top: 3px;
    font-weight: 700;
    letter-spacing: 0.05em;
}

footer,
#footer {
	border-top:none;
}

footer .fa-phone,
#footer .fa-phone { 
    font-size:125%;
}

.feature-box-info { 
	white-space: nowrap;
}


@media (max-width: 535px) {
    #header .header-nav-bar .header-btn-collapse-nav {
        margin-top: -41px;
    }
    
    #header .btn-emergency { 
        font-size: 85%;
        margin-left: 26px;
        margin-top: 10px;
    }
}

@media (max-width: 600px) {
    #header .header-container { 
        margin-top: 10px;
    }
    
    #header .header-nav-bar .header-btn-collapse-nav {
        margin-top: 0; /*-30px;*/
		margin-top: -32px;
    }
    
    #header .header-column {
        margin-bottom: 0;
    }
    
    #header .btn-emergency { 
        font-size: 85%;
        margin-left: 26px;
        margin-top: 10px;
        /*margin-top: -2px;*/
    }
    
    #header .header-column .header-extra-info li { 
        /*width: 100%;*/
    }
}

@media (max-width: 767px) { 
	#header .header-column .header-extra-info .feature-box.feature-box-call .feature-box-info h4, 
	#header .header-column .header-extra-info .feature-box.feature-box-call .feature-box-info h4 a {
		font-size: 11px;
	}
	
	#header .header-column .header-extra-info {
		margin-top: 0;
	}
	
	#header .header-column,
	#header .header-right { 
		float: left;
		clear: both;
		width:100%;
	}
	
	#header .header-column .header-extra-info {
		float: left;
		clear: both;
	}
	
	#header .header-column .header-extra-info .feature-box.feature-box-call .feature-box-info {
		margin-top:0;
	}
}

.featured-resource-banner img { 
    max-width:100%;
}

@media (max-width: 991px) {
	body.sticky-menu-active .btn-responsive-nav {
		/*top: 25px !important;*/
	}
}

@media (min-width: 992px) { 
	#header .header-column .header-extra-info .feature-box.feature-box-call {
		/* border-right: 1px solid #E9E9E9; */
		border-right:none;
	}
}

@media (max-width: 1125px) {
	#header .header-column { 
		/* 
		display: block;
		clear:both;
		width:100%;
		*/
	}
}

@media(max-width: 1462px) {
	#header .header-logo img {
		/*
		margin: 20px 15px 15px 10px;
		width:185px;
		height:30px;
		*/
		margin-left: 0;
	}
	
	#header .header-column .header-extra-info .feature-box .feature-box-info {
		/*padding-left: 40px;*/
	}
	
	#header .header-column .header-extra-info .feature-box h4, 
	#header .header-column .header-extra-info .feature-box h4 a {
		/*font-size: 90%;*/
	}
	
	#header .header-nav-main nav > ul > li > a, 
	#header .header-nav-main nav > ul > li > a:focus, 
	#header .header-nav-main nav > ul > li > a:hover { 
		color:#ffffff;
	}
}

h1 {
	color:#797979;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 230%;
	margin-top:20px;
}

h2 { 
    color:#797979;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 185%;
}

h3 { 
    color:#797979;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 150%;
}

h1 .highlight { 
	color: #4daab1;
}

.feature-box.feature-box-style-2 .feature-box-icon i.fa, 
.feature-box.feature-box-style-2 .feature-box-icon i.icons {
    font-size: 18px;
}

.intro { 
	border-top: 1px solid  #bbbbbb;
	border-bottom: 1px solid  #bbbbbb;
	color: #2baab1;
	font-weight:bold;
	font-style: italic;
	padding: 10px 0;
	margin-bottom: 30px;
}

.intro p { 
	color: #2baab1;
	margin: 0;
    font-family: 'Zilla Slab', Georgia, serif;
    font-size: 130%;
    font-weight: 600;
    font-style: italic;
}

.fic-call-to-action h3 { 
    color: #18446a;
    font-size: 175%;
    margin-bottom: 20px;
    letter-spacing: 0.001em;
}

.fic-call-to-action .btn { 
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.09em;
}

/* owl carousel */
.owl-theme .owl-dots .owl-dot span {
    background: #efefef;
}

.owl-carousel .owl-dots .owl-dot { 
    /* background-color: #acacac; */
}

.owl-carousel .owl-dots .owl-dot.active span, 
.owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #00adb3;
}

.blog-posts .owl-carousel .owl-dots .owl-dot.active span, 
.blog-posts .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #244366;
}
 
.blog-posts .owl-carousel .owl-dots .owl-dot:hover span,
.our-clients .owl-carousel .owl-dots .owl-dot:hover span,
.body.about .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #cdcdcd;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}

.owl-carousel .owl-item img {
    width: 100%;
    max-width: 100%;
}

.blog-posts .owl-theme .owl-nav.disabled+.owl-dots { 
    margin-top: 30px;
}

/* forms */
body.services label,
body.contact label {
    display: block;
    max-width: 100%;
    margin-bottom: 3px;
}

form .btn { 
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: 700;
}

.response-success,
.response-error { 
    display: none;
}

.notifications p.success-message { 
    color: #072B73; 
    font-size: 110%;
    font-weight: bold;
}


/* sidebar */
.sidebar { 
    margin-bottom: 35px;
}

/* home */
body.home .slider .owl-carousel .owl-dots { 
    bottom: 10px;
    position: absolute;
    left: 47%;
}

body.home .slider-text { 
    background: #2baab1;
    color: #fff;
    padding: 15px;
    width: 65%;
    font-weight: 600;
    float: right;
    top: 41%;
    position: absolute;
    right: 0;
    font-size: 180%;
    letter-spacing:0.05em;
}

body.home .slider-text-highlight { 
    font-weight:400;
    font-style:italic;
    letter-spacing:0.05em;
    font-family: 'Zilla Slab', Georgia, serif;
}

body.home h1 { 
    margin-top: 0;
    padding-top: 0;
}

@media (min-width:768px) { 
    body.home .slider-text { 
        width: 55%;
        top: 41%;
    }
}

@media (max-width:767px) { 
    body.home .slider-text { 
        padding: 5px 8px;
        width: 65%;
        top: 43%;
        font-size: 100%;
    }
}

@media (max-width: 600px) { 
    body.home .slider-text { 
        padding: 5px 8px;
        width:65%;
        top:20%;
        font-size: 100%;
    }
}

body.home .featured-box { 
    border: none;
    margin-top: 0;
}

body.home .featured-box .text h2 { 
    margin-bottom: 6px;
    font-size: 150%;
}

body.home .featured-box .text h2 a { 
    color: #797979;
}

body.home .featured-box .text p { 
    font-family: 'Zilla Slab', Georgia, serif;
    margin:0;
}

body.home .featured-box .text .bottom-border {
    border-bottom: 2px solid #2baab1;
    margin: 0 auto 6px auto;
    width: 17%;
}

body.home section.section-services {
    /* padding: 10px 0 50px 0; */
    background: #f4f4f4 url(/img/bg-stripes-teal-02.png) repeat-x 0 114px;
}

body.home section.section-emergency { 
    text-align: center;
    background: #ffffff;
    margin-top: 0;
}

body.home section.section-emergency a.btn-emergency { 
    color: #ffffff;
}

body.home section.section-emergency .btn-emergency {
    margin-bottom: 20px;   
}

body.home section.section-team,
section.section-team {
    /* padding: 10px 0 50px 0; */
    background: #ffffff;
}

body.home section.section-team h2,
section.section-team h2 { 
    text-align: center;
    color: #4daab1;
    margin-bottom: 20px;
}

body.home section.section-team .modal-header,
section.section-team  .modal-header { 
    border-bottom: none;
}

.about-team-member { 
    max-width: 500px;
    margin-bottom: 15px;
}

.section-team .about-team-member-info { 
    background: #efefef;
    padding: 15px;
    min-height: 185px;
}

@media screen and (max-width: 800px) { 
	.section-team .about-team-member-info {
	  min-height: 180px !important;
	  padding: 8px !important;
	}
	.about-team-member-info h4 { 
	  font-size: 85% !important;
	}
	.about-team-member-info span.title { 
	  font-size: 85% !important;
	  line-height: normal !important;
	}
}

.about-team-member-info h3 { 
    color: #4daab1;
    margin-bottom: 0;
    padding-bottom: 0;
}

.about-team-member-info span.title { 
    font-size: 95%;
}

.about-team-member-info h4 { 
    font-size: 110%;
    color: #4daab1;
    margin-bottom: 0;
    padding-bottom: 0;
}

.about-team-member-photo { 
    max-width: 100%;
}

.team-plus-icon { 
    position: absolute;
    right: 23px;
    bottom: 8px;
}

/* style="background:#fff; min-height: 300px; text-align:center; padding-top: 15px;" */

body.home .featured-box .text p a.learn-more { 
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-family:;
    text-transform: uppercase;
    color: #797979;
    margin-top: 10px;
}

body.home .featured-box .box-content {
    border: none;
    padding: 20px;
    min-height: 280px;
}

body.home .blog-posts { 
    background: #2baab1;
    
}

body.home .blog-posts h2 { 
    color: #fff;
    font-size: 185%;
}

body.home .blog-posts article { 
    margin: 0;
    border-bottom: none;
}

body.home .blog-posts article h3 { 
    margin: 0;
}

body.home .blog-posts article h3 a { 
    color: #fff;
    font-size: 90%;
}

body.home .blog-posts article p { 
    margin: 5px 0 10px 0;
    color: #fff;
}

body.home .our-clients {
    background: #fff;
}

.body.home .our-clients p { 
    margin-bottom: 0;
    padding-bottom: 0;
}

body.home .our-clients h2 {
    color: #2baab1;
    font-size: 185%;
    margin-bottom: 24px;
}

blog.home .our-clients .content-grid-item img { 
    max-width: 100%;
}

/* services */
body.services .sidebar h3 { 
    margin-bottom: 5px;
    font-size: 100%;
    font-weight: 700;
}

body.services ul.nav-services,
body.blog ul.blog-categories-list {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
	text-indent: -9px;
    margin-left: 9px;
}

body.services .nav-services li,
body.blog ul.blog-categories-list li { 
    margin-bottom: 10px;
}

body.services .nav-services li a, 
body.blog ul.blog-categories-list li a{
    color: #797979;
    text-transform: uppercase;
    font-size: 90%;
    font-weight: bold;
}

body.services .nav-services li.active a,
body.blog ul.blog-categories-list li.active a { 
    color: #2daab1;
}

body.services .nav-services li span.glyphicon, 
body.blog ul.blog-categories-list li span.glyphicon { 
    color: #2baab1;
}

body.services article {
    margin-bottom: 30px;
}

body.services article p { 
    margin-bottom: 10px;
}

body.services article div.icon { 
    text-align: left;
}

body.services .bottom-border { 
    border-bottom: 2px solid #2baab1;
    margin-bottom: 8px;
    padding-bottom: 7px;
    width: 17%;
}

body.services article div.text,
body.services article div.text p { 
    font-family: 'Zilla Slab', Georgia, serif;
}

body.services article div.text .learn-more { 
    text-transform: uppercase;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 95%;
    font-weight: 700;
    color: #2baab1;
}

body.services article h2,
body.services article h2 a { 
    color: #797979;
    font-weight: 700;
    font-size: 120%;
    margin-bottom: 0;
    text-decoration: none;
    /*border-bottom: 1px solid #666666;*/
}

/* services detail */

body.services .section-heading h1,
body.services .section-heading h3 { 
	color: #797979;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 230%;
    margin-top: 20px;
}

body.covid-19 .service-detail-banner img, 
body.services .service-detail-banner img { 
    max-width:100%;
    /*height:177px;*/
    height: auto;
}

body.covid-19 .service-detail-heading, 
body.services .service-detail-heading { 
    margin: 0 0 30px 0;
    padding:16px 16px 16px 80px;
    background: #2daab1;
}

body.covid-19 .service-detail-heading h1, 
body.services .service-detail-heading h1 { 
    color: #fff;
    font-weight: 700;
    font-size: 170%;
    margin: 0;
    padding: 0;
    letter-spacing: 0.05em;
}

body.covid-19 .service-detail-heading h1, 
body.services .service-detail-subheading h2 { 
    font-size: 150%;
    letter-spacing: 0.05em;
}

body.services .service-detail-main { 
    margin-bottom: 30px;
}

body.services .service-detail-main, 
body.services .service-detail-main p { 
    font-family: 'Zilla Slab', Georgia, serif;
    font-size: 110%;
}

.service-detail-testimonial,
.service-detail-testimonial p { 
    color: #18446a;
    font-family: 'Zilla Slab', Georgia, serif;
    font-style: italic;
    font-size: 115%;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 10px;
}

article.service-detail-testimonial .bottom-border { 
    border-width: 3px;
}

.testimonial-quote-text { 
    font-style: italic;
}

body.services .testimonial-quote-text p { 
    margin-bottom: 2px;
}

.testimonial-person-name { 
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 90%;
    font-style: normal;
}

.testimonial-person-company {
    font-weight: 500;
    font-family: 'Zilla Slab', Georgia, serif;
    font-style: normal;
}

.service-detail-related-posts { 
    margin-top: 30px;
}

.service-detail-related-posts h3 { 
    color: #797979;
    font-size: 125%;
    font-weight: 700;
    letter-spacing: 0.025em;
}

.testimonial-quote-text p { 
    margin-bottom: 2px;
}

.testimonial.testimonial-with-quotes blockquote p { 
    color: #fff;
    font-weight: 400;
    font-family: 'Zilla Slab', Georgia, serif;
    font-size: 125%;
}

.testimonial.testimonial-with-quotes999 blockquote:before {
    color: #fff;
    display: block !important;
    left: 10%;
    top: 0;
    text-align: right;
    content: "“";
    font-family: 'Zilla Slab', Georgia, serif;
    font-size: 80px;
    font-style: normal;
    line-height: 1;
    position: absolute;
}

.testimonial.testimonial-with-quotes999 blockquote:after {
    color: #fff;
    content: "”";
    font-family: 'Zilla Slab', Georgia, serif;
    font-size: 80px;
    font-style: normal;
    line-height: 1;
    position: absolute;
    bottom: -0.5em;
    right: 10%;
}

.testimonial blockquote:before,
.testimonial.testimonial-with-quotes blockquote:before {
    content: "";
    background-image: url('/img/quotation-mark-left.png');
    background-repeat: no-repeat;
    background-size: 31px 28px;
    display: inline-block;
    width: 31px; 
    height: 28px;
    top: 0;
}

.testimonial blockquote:after,
.testimonial.testimonial-with-quotes blockquote:after {
    content: "";
    background-image: url('/img/quotation-mark-right.png');
    background-repeat: no-repeat;
    background-size: 31px 28px;
    display: inline-block;
    width: 31px; 
    height: 28px;
    bottom: 0;
}

/* events */
.events article { 
    margin-bottom: 30px;
}

.events article p { 
    margin-bottom: 15px;
}

.event-header {
    background: #2baab1;
    border: 3px solid #2baab1;
    display: table;
    width: 100%;
    margin-bottom: 15px;
}

.event-info { 
    padding: 25px;
    display: table-cell;
    width: 50%;
    vertical-align: top;
}

.event-info p,
.event-info h3 { 
    color: #ffffff;
    font-weight: normal;
    margin-bottom: 5px;
}

.event-info h4 { 
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 5px;
}

.event-info p { 
    font-size: 125%;
}

.event-image { 
    padding: 25px;
    width: 50%;
    display: table-cell;
    background: #fff;
    text-align: center;
}

.event-image img { 
    max-width: 100%;
    /*max-width: 225px;*/
    /*max-height: 115px;*/
}

/* blog */
body.blog .blog-latest-posts p { 
    margin-bottom: 15px;
}

body.blog .blog-latest-posts h3 { 
    margin-top: 30px;
    margin-bottom: 5px;
}

body.blog .blog-category-posts h3 { 
    margin-bottom: 10px;   
}

body.blog .sidebar h3 { 
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 125%;
    font-weight: 600;
    letter-spacing: 0.0025em;
}

body.blog ul.blog-categories-list { 
    margin: 0;
    padding: 0 0 0 8px;
}

body.blog .blog-categories-list li { 
    list-style: none;
    margin: 0 0 3px 0;
    padding: 0;
    font-weight: 600;
    font-size: 110%;
}

body.blog article { 
    margin-bottom: 30px;
}

body.blog .blog-post h1 { 
    margin-bottom: 2px;
}

body.blog .blog-post-categories p { 
    margin-top: 0;
    font-size: 105%;
}

body.blog .blog-post-tags { 
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid #e4e4e4;
}

body.blog .blog-latest-posts .latest-post-image { 
    float: left;
    clear: none;
    position: relative;
    margin: 0 12px 5px 0;
    max-width: 25%;

}

body.blog .blog-post-image { 
    float: left;
    clear: none;
    position: relative;
    margin: 5px 15px 5px 0;
    max-width: 30%;
}

/* legal content */
body.privacy h3,
body.disclaimer h3{ 
    margin-bottom: 5px;
}

#footer, 
footer { 
    margin-top: 30px;
}

#footer .mt-xl, 
footer .mt-xl {
    margin-top: 5px !important;
}

#footer .mt-xl,
footer .mt-xl { 
    /*margin-bottom:25px;*/
	margin-bottom:18px;
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer a { 
	color: #2baab1;
    text-decoration:underline;
}

#footer a:hover, #footer a:active { 
	color: #2baab1;
    text-decoration:underline;
}

#footer .list.list-icons li, 
footer .list.list-icons li {
	padding-left: 22px;
}

#footer .list.list-icons li.emergency, 
footer .list.list-icons li.emergency { 
	margin-top: 10px;
	padding-left: 0;
}

#footer .list li,
footer .list li {
    margin-bottom: 2px;
}

body.home #footer, 
body.home footer {
    margin-top: 0;
}

footer .email-signup p { 
	margin-bottom: 15px;
}

#footer .email-signup a,
#footer .email-signup a:link,
#footer .email-signup a:visited,
#footer .email-signup a:hover, 
#footer .email-signup a:active { 
	color: white;
	text-transform: uppercase;
	text-decoration: none;
}

.clearfix::after { 
   content: " ";
   display: block; 
   height: 0; 
   clear: both;
}

/* algolia overrides */

.ais-Pagination-item--selected .ais-Pagination-link {
    background-color: #dfe2ee !important;
    border-color: #dfe2ee !important;
    color: #777 !important;
    font-weight: bold !important;
}

.ais-Breadcrumb-link, 
.ais-HierarchicalMenu-link, 
.ais-Menu-link, 
.ais-Pagination-link, 
.ais-RatingMenu-link {
    color: #777 !important;
}

.ais-Pagination-item+.ais-Pagination-item {
    margin-left: 1rem !important;
}

.ais-Pagination-link {
    padding: .3rem 0.5rem !important;
}

@media(min-width: 768px) { 
	.ais-Pagination-link {
		padding: .3rem 1rem !important;
	}
}

.ais-Highlight-highlighted, .ais-Snippet-highlighted {
    /*background-color: #ffc168;*/ /* orange */
    /*background-color: #fff2a8;*/ /* yellow */
    background-color: transparent;
    font-size: 14px;
    font-weight: bold;
}
[class^=ais-] {
    /*font-size: 14px;
    box-sizing: border-box;*/
}

.mark, mark {
    /*padding: .2em 0;*/
    padding: 0;
}

/* footer forms */
#footer .freeform-row .freeform-column .freeform-label,
.footer .freeform-row .freeform-column .freeform-label {
    font-weight: normal;
}

#footer .freeform-label.freeform-required:after,
.footer .freeform-label.freeform-required:after,
#footer label.required:after,
.footer label.required:after {
    content: "*";
    margin-left: 5px;
    color: #777;
}

#footer .freeform-row .freeform-column textarea, 
.footer .freeform-row .freeform-column textarea { 
    height: 70px;
}

#footer .freeform-row .freeform-column,
.footer .freeform-row .freeform-column {
    padding: 5px 0;
}

#footer .ff-form-success p,
.footer .ff-form-success p {
    font-weight: bold;
    color: #1b4369;
}

#footer #formEmailSignup .freeform-input { 
    max-width: 62% !important;
}

#footer #formEmailSignup .inline {
    display:inline;
}

#footer .container form .colLeft,
footer .container form .colLeft {
    /* 
    margin-left: 10px;
    padding-left: 0;
    margin-right: 5px;
    */
    padding-right: 5px;
}

#footer .container form .colRight,
footer .container form .colRight {
    /* 
    margin-left: 5px;
    padding-left: 5px;
    margin-right: 0;
    */
    padding-left: 5px;
}

#footer form .col-xs-6 .colRight,
footer form .col-xs-6 .colRight {
    
}

#footer form .form-group,
footer form .form-group {
    margin-bottom: 5px;
}

#footer .container form .row > div,
footer .container form .row > div {
    margin-bottom: 5px;
}

#footer .btn,
footer .btn {
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.05em;
}
