/*
Theme Name: Horizon
Theme URI: www.horizon.com
Description: Custom Wordpress template for Horizon
Author: Ascedia
Version: 1.0, October 2012

*/

@charset "utf-8";
/* CSS Document */

/*RESETS*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*END RESETS*/

body {
    /* background-image: url(http://imgsg.jobing.com/company/images/58403/t/flower-bg.gif); */
    background-image: url(https://dokumfe7mps0i.cloudfront.net/oms/16449/image/2025/7/GPABP_flower-bg/flower-bg.gif);
}

div#pagewrap {
    width: 960px;
    margin: 0px auto;
    position: relative;
}

div#header {
    margin-bottom: 20px;
}

#header>h1 {
    padding: 0;
}

img#horizon-logo {
    float: left;
}

div#topnav {
    width: 480px;
    position: absolute;
    top: 0;
    right: 0;
    border-bottom: 2px dotted #52250E;
    padding-bottom: 3px;
    clear: right;
}

div#topnav ul {
    padding-left: 10px;
}

div#topnav ul li {
    float: left;
    position: relative;
    padding-right: 20px;
}

div#topnav ul li.last {
    padding-right: 0;
}

div#topnav ul li a,
div#mainnav ul li a {
    color: #3F1600;
}

div#topnav ul li a:hover,
div#mainnav ul li a:hover {
    color: #fff;
}

div#topnav ul li ul {
    display: none;
}

#mainnav {
    width: 960px;
    padding-top: 30px;
    clear: left;
}

#mainnav ul:before {
    content: " ";
    display: table;
}

#mainnav ul {
    font-family: Arial, Verdana;
    font-size: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
    clear: both;
    float: none;
}

#mainnav ul:after {
    content: " ";
    display: table;
    clear: both;
}

#mainnav ul li {
    display: block;
    position: relative;
    float: left;
}

#mainnav ul li ul {
    display: none;
}

#mainnav ul li a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    padding: 5px 10px;
    margin-left: 1px;
    white-space: nowrap;
}

#mainnav ul li a:hover {}

#mainnav li:hover ul {
    display: block;
    position: absolute;
    z-index: 9999;
    background-color: #FFFAD4;
}

#mainnav li:hover li {
    float: none;
    font-size: 11px;
}

#mainnav li:hover a {}

#mainnav li:hover li a:hover {
    color: #135C7E
}

#mainnav ul li ul li ul {}

.submenu ul li ul {
    display: none;
}

#main-content {
    width: 662px;
    margin-right: 20px;
    float: left;
}

#main-content.fullpage {
    margin-right: 0;
    width: 960px;
}

#main-content div,
#main-content .header-img,
#header-img {
    padding: 12px;
    outline: 1px solid #D9CA4E;
    outline-offset: -12px;
    -moz-outline-offset: -12px;
    margin-bottom: 20px;
    background: #FFF;
    /* fallback for browsers w/o rgba */
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, .35);
    /* Works on all modern browsers */
    background: transparent\9;
    /* clear current background for ie */
    zoom: 1;
    /* required for the filters */
    /* For IE 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#77FFFFFF, endColorstr=#77FFFFFF);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#77FFFFFF, endColorstr=#77FFFFFF)";
}

.page #main-content div div,
.page #main-content div.google-map-placeholder,
.page #main-content div.google-map-placeholder div,
.page #main-content div.direction-controls-placeholder *,
.page #main-content div.direction-controls-placeholder div {
    background: none;
    padding: 0;
    outline: 0 !important;
    border: 0 !important;
    -webkit-filter: none;
    filter: none;
}

.page #main-content div.google-map-placeholder~* {
    background: none;
    padding: 0;
    outline: 0;
    border: 0 !important;
    -webkit-filter: none;
    filter: none;
}

body.page-id-155 #main-content div div {
    background: none;
    outline: none;
    padding: 0;
}

body.page-id-155 #main-content div ul {
    *zoom: 1;
    float: none;
    clear: both;
    margin-top: 20px;
}

body.page-id-155 #main-content div ul:before,
body.page-id-155 #main-content div ul:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

body.page-id-155 #main-content div ul:after {
    clear: both;
}

body.page-id-155 #main-content div ul li {
    width: 290px;
    float: left;
    display: block;
    padding: 0 10px 10px 0;
    margin: 0;
}

#main-content #header-img {
    outline: none;
}

#main-content div {
    padding: 25px 20px 20px 30px;
    font-size: 14px;
    line-height: 1.3em;
    margin-bottom: 10px;
    color: #3F1600;
    font-family: arial, sans-serif;
    font-weight: 400;
}

#main-content div ul li {
    margin-left: 1em;
    margin-bottom: 5px;
}

#main-content div ul.columns li {
    float: left;
    width: 260px;
    margin-bottom: 5px;
}

#main-content #home-blogroll {
    background: none repeat scroll 0 0 transparent;
    outline: medium none;
    padding: 0;
    position: absolute;
    top: 100px;
    width: 600px;
    -webkit-filter: none;
    filter: none;
}

#home-blogroll h2 {
    color: #52250E;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: bold;
    margin: 0 100px 0 40px;
    display: block;
    width: 200px;
    float: left;
}

#home-blogroll h2 p {
    font-weight: bold;
    display: block;
    width: 70px;
}

#home-blogroll h2 p {
    clear: right;
}

#home-blogroll ul {
    border-top: 2px dotted #145E80;
    border-bottom: 2px dotted #145E80;
    padding: 20px 0 0 20px;
    margin: 30px 0 20px;
}

#home-blogroll ul:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
    clear: both;
}

#main-content #home-blogroll ul li {
    float: left;
    list-style-type: none;
    margin: 0 0 20px 0;
    width: 240px;
}

#main-content #home-blogroll ul li a {
    font-weight: bold;
    font-size: 11px;
    color: #52250E;
    line-height: 1.25em;
}

#main-content #home-blogroll ul li a:hover {
    color: #fff;
}

#home-blogroll ul li img {
    width: 50px;
    height: 50px;
    float: left;
    padding-right: 10px;
}

#home-blogroll ul li span {
    font-size: 9px;
}

#sidebar {
    width: 278px;
    float: left;
}

#sidebar>li,
div.widget,
li#categories-2,
li#archives,
li#recent-posts-2,
li#search-3,
li.widget_text,
li#contributors,
li.s2_form_widget
/*, body.page-id-27 div#main-content>table*/

    {
    padding: 20px;
    outline: 1px solid #D9CA4E;
    outline-offset: -12px;
    margin-bottom: 20px;
    list-style-type: none;
    background: #FFF;
    /* fallback for browsers w/o rgba */
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, .55);
    /* Works on all modern browsers */
    background: transparent\9;
    /* clear current background for ie */
    zoom: 1;
    /* required for the filters */
    /* For IE 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#77FFFFFF, endColorstr=#77FFFFFF);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#77FFFFFF, endColorstr=#77FFFFFF)";
}

#archives li {
    margin-bottom: 0;
}

#sidebar h2 {
    color: #52250E;
    padding-bottom: 5px;
    border-bottom: 2px dotted #52250E;
    margin-bottom: 5px;
}

#sidebar div.widget ul li a,
#sidebar div.widget ul li a,
.cat-item a,
#recent-posts-2 a,
.contributors a {
    color: #135C7E;
    font-size: 20px;
    font-family: Signika, Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.cat-item a,
.cat-item a:visited,
#recent-posts-2 a,
#recent-posts-2 a:visited,
#sidebar .contributors a,
#sidebar .contributors a:visited,
#archives a,
#archives a:visited {
    font-size: 17px;
    font-weight: bold;
}

.cat-item a:hover,
.cat-item a:active,
#recent-posts-2 a:hover,
#recent-posts-2 a:active,
.contributors a:hover,
.contributors a:active {
    font-style: italic;
    color: #52250E;
}

#sidebar div.widget ul li a:hover,
#sidebar div.widget ul li ul li a:hover {
    font-weight: bold;
    font-weight: 700;
}

#sidebar div.widget ul li ul {
    margin-left: 15px;
    margin-top: 5px;
}

#sidebar div.widget ul li ul li {
    margin-bottom: 5px;
}

#sidebar div.widget ul li ul li a {
    color: #52250E;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
}

div.textwidget p {
    color: #135C7E;
    font-family: Signika, Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    letter-spacing: -.03em;
}

.widget.authors {}

#sidebar div.widget ul li.current_page_item a {
    font-weight: 700;
}

div.widget ul li ul li.current_page_item a {
    font-weight: bold;
}

#sidebar div.widget ul#authors {
    margin-top: 10px;
}

#sidebar div.widget ul#authors li {
    margin-bottom: 5px;
}

#sidebar div.widget ul#authors a {
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin-top: 5px;
}

#sidebar div.widget ul#authors a:hover {
    color: #135c7e;
}

#sidebar div.widget ul#authors .avatar.avatar-80.photo {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    float: left;
}

#sidebar div.widget #authors img {
    float: left;
    height: 30px;
    width: 30px;
}

div#addresses,
div#addresses ul li,
div#addresses div.textwidget {
    background: none;
    margin: 0;
    outline: none;
    padding: 0;
    -webkit-filter: none;
    filter: none;
}

div#addresses ul {
    margin-left: 0;
}

div#addresses ul li ul li {
    font-weight: bold;
    margin-right: 30px;
}

#main-content .post-meta-wrap {
    background: none repeat scroll 0 0 transparent;
    outline: 0 none;
    padding: 0;
}

#blog-header {
    width: 960px;
    margin: 0 0 25px 0;
}

.blog-header-copywrap {
    float: left;
    margin-bottom: 20px;
    margin-left: 12px;
    width: 700px;
}

#blog-header h2 {
    font-size: 45px;
    color: #3F1600;
    font-weight: normal;
    line-height: .75em;
}

#blog-header h3 {
    font-size: 18px;
    color: #135C7E;
    font-weight: normal;
}

#blog-header>p {
    display: block;
    float: right;
    width: 200px;
    margin: 20px 12px 0 0;
    text-align: right;
    font-weight: bold;
}

#blog-header p a {
    color: #52250e;
}

#blog-header p a:hover {
    color: white;
}

#blog-header p img {
    background: none;
    padding: 0;
    margin: 0;
    vertical-align: -27%;
}

.blog h1,
.archive h1,
.category h1 {
    margin: -5px 0 25px 0;
    font-size: 30px;
    color: #3F1600;
    border-bottom: 2px dotted #3F1600;
    padding-bottom: 10px;
}

h1#blog {
    margin: -5px 0 25px 0;
    font-size: 30px;
    color: #3F1600;
    border-bottom: 2px dotted #3F1600;
    padding-bottom: 10px;
}

.blog #sidebar h2 {
    font-size: 20px;
}

.blog #sidebar div.widget ul li a {
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.home h1 {
    border: none;
    display: block;
    width: 350px;
}

/*donation, calendar and events styling*/

body.page-id-27 div#main-content>table {}

body.page-id-27 div#main-content>table div {
    background: none;
    outline: none;
    margin: 0;
    padding: 0;
}

#main-content #calendar-table tr td {
    border: 1px solid #D9CA4E;
    padding: 6px 4px;
}

#main-content .catgry p.time,
#main-content .catgry p.seats {
    font-size: 9px;
    font-weight: normal;
    margin: 0;
    padding: 0 0 0 5px;
}

a.inline.cboxElement {
    font-size: 10px;
    line-height: 1em;
}

.page-id-32 ul li {
    font-weight: bold;
}

.page-id-32 ul li ul li {
    font-weight: normal;
}

/*fullpage template styling*/

/*body.page-id-153 #main-content div, body.page-id-141 #main-content div { text-align:center; margin-bottom:15px;}*/

body.page-id-153 #main-content div h2,
body.page-id-141 #main-content div h2 {
    font-size: 30px;
    color: #3F1600;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 4px dotted #3F1600;
}

body.page-id-153 #main-content div ul,
body.page-id-141 #main-content div ul {
    list-style-type: none;
}

body.page-id-153 #main-content div ul li,
body.page-id-141 #main-content div ul li {
    margin-left: 0;
}

body.page-id-153 #main-content div ul li a,
body.page-id-141 #main-content div ul li a {
    font-size: 26px;
    color: #135C7E;
    font-family: Signika, Arial, Helvetica, sans-serif;
}

body.page-id-153 #main-content div ul li a:hover,
body.page-id-141 #main-content div ul li a:hover {
    color: #3F1600;
}

body.page-id-153 #main-content div p,
body.page-id-141 #main-content div p {
    margin-bottom: 20px;
    line-height: 1.2em;
}

body.page-id-153 #main-content hr,
body.page-id-141 #main-content hr {
    height: 3px;
    border-style: dotted;
    border-width: 4px 0 0 0;
    border-color: #135C7E;
    margin: 0 0 15px 0;
}

ul#locations {
    list-style-type: none;
    text-align: center;
    margin-bottom: 20px;
}

ul#locations li {
    display: inline-block;
    color: #135C7E;
    margin-right: 30px;
}

ul#locations li.last {
    margin-right: 0;
}

div.category {}

div.category h2 a {
    font-size: 23px;
    color: #135C7E;
}

#main-content div.category div.post-meta-wrap {}

#main-content div.category div.post-meta-wrap img {
    float: left;
    margin: 10px;
}

#main-content div.category div.post-meta-wrap p.post-meta {
    float: left;
    width: 520px;
}

#main-content div.category p.post-meta {
    margin: 0 0 10px 0;
}

#main-content div.category p.page-intro {
    color: #3F1600;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    padding: 10px 0;
    border: 0;
    font-size: 14px;
}

.archive #main-content p#page-intro,
.category #main-content p#page-intro {
    border: none;
    font-size: 14px;
    font-family: arial;
}

.readmore,
.readmore a {
    color: #135C7E;
    font-size: 15px;
    font-weight: bold;
}

.readmore a {
    text-decoration: underline;
}

#main-content p.post-meta,
.post-meta,
body.category #main-content p.post-meta,
body.archive #main-content p.post-meta,
body.page-template-blog-home-php #main-content div p.post-meta {
    margin: 10px 0 10px;
    font-weight: bold;
    font-style: normal;
}

#main-content p.post-meta a,
.post-meta a {
    color: #A35B2B;
}

#main-content p.post-meta a:hover,
.post-meta a:hover {
    text-decoration: underline;
}

#social-icons {
    background: none repeat scroll 0 0 transparent;
    margin-bottom: 0;
    text-align: center;
}

#social-icons ul {
    /*margin-left:26px;*/
}

#social-icons ul:before,
#social-icons ul:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

#social-icons ul:after {
    clear: both;
}

#social-icons ul li {
    float: left;
    margin-right: 4px;
}

#social-icons ul li a#newsletter-btn,
#social-icons ul li a#subscribe-btn,
#social-icons ul li a#donate-btn {
    line-height: 1.2em;
    /* background: url("http://imgsg.jobing.com/company/images/58403/t/newsletter.png") no-repeat scroll center bottom transparent; */
    background: url("https://dokumfe7mps0i.cloudfront.net/oms/16449/image/2025/7/NG1K1_newsletter/newsletter.png") no-repeat scroll center bottom transparent;
    color: #135C7E;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    height: 38px;
    padding-top: 8px;
    width: 72px;
}

#social-icons ul li a#donate-btn {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.1em;
}

#social-icons.home-social {
    background: none repeat scroll 0 0 transparent;
    margin-bottom: 0;
    outline: medium none;
    position: absolute;
    right: 120px;
    text-align: center;
    top: 253px;
    width: 284px;
    z-index: 9999;
    -webkit-filter: none;
    filter: none;
}

#social-icons.home-social ul {
    margin-left: 0;
    list-style-type: none;
}

#social-icons.home-social ul li {
    margin-left: 0;
}

div#homewrap {
    background: none repeat scroll 0 0 transparent;
    margin: -90px 0 0;
    outline: medium none;
    padding: 0;
    position: relative;
    width: 960px;
}

/*jquery banner slider styles - caroufredsel*/

#home-banner-container {
    position: relative;
    width: 954px;
    height: 453px;
    margin-bottom: 10px;
}

#home-banner {
    position: relative;
    width: 954px;
    height: 453px;
}

/* .single-banner {
	background: url(http://imgsg.jobing.com/company/images/58403/t/home-banner.jpg) no-repeat top center;
	margin: 0 0 20px 0;
	width: 954px;
	height: 453px;
} */

#home-banner .banner-copy {
    float: left;
    height: 330px;
    padding: 60px 0 20px 90px;
    width: 600px;
}

#home-banner .banner-copy h2 {
    font-size: 55px;
    line-height: 1em;
    margin-bottom: 10px;
}

#home-banner .banner-copy p {
    font-size: 18px;
    color: #135C7E;
    line-height: 1.5em;
}

#home-banner ul {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
}

#home-banner ul li {
    margin-top: 5px;
}

#home-banner ul li a {
    font-family: Arial, Helvetica, sans-serif;
    padding: 7px 10px 0 0;
    font-weight: normal;
    letter-spacing: -.01em;
    background-color: white;
    height: 32px;
    display: block;
    width: 220px;
    opacity: 0.4;
    filter: alpha(opacity=40);
    font-size: 22px;
    color: #135C7E;
}

#home-banner ul li a:active,
#home-banner ul li a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

#home-banner a.button {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    background-color: #0A425D;
    border-radius: 5px 5px 5px 5px;
    color: white;
    display: block;
    font-size: 20px;
    height: 30px;
    margin-top: 10px;
    opacity: 0.7;
    padding: 8px 20px;
    position: relative;
    text-align: center;
    width: 120px;
}

#home-banner a:hover.button {
    opacity: .8;
}

#home-banner_pag {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
}

div.banner_pag {
    text-align: center;
    margin: 0;
    padding: 0;
}

div.banner_pag a {
    text-align: left;
    margin-top: 5px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 7px 10px 0 10px;
    font-weight: normal;
    border: none;
    letter-spacing: -.01em;
    background-color: white;
    height: 32px;
    display: block;
    width: 215px;
    opacity: 0.4;
    filter: alpha(opacity=40);
    font-size: 22px;
    color: #135C7E;
    margin-right: 0;
}

div.banner_pag a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    cursor: default;
    border: none;
    color: #135c7e;
}

div.banner_pag a.active,
.banner_pag a.selected {
    opacity: 1;
    filter: alpha(opacity=100);
    cursor: default;
    color: #135c7e;
}

/*authors*/

#authors div {
    float: left;
    margin-left: 5px;
    width: 200px;
}

#sidebar div.widget ul#authors li:before,
#sidebar div.widget ul#authors li:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

#sidebar div.widget ul#authors li:after {
    clear: both;
}

#sidebar div.widget ul#authors li {
    *zoom: 1;
}

.avatar.avatar-120.photo {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
}

.avatar.avatar-96.photo {
    width: 30px;
    height: 30px;
    float: left;
    vertical-align: middle;
}

/*media page styling*/

body.page-id-145 h3 {
    margin-bottom: 5px;
}

body.page-id-145 #main-content p {
    margin: 5px 0 20px 0;
}

.clear {
    clear: both;
    line-height: 0;
    padding: 0;
    margin: 0;
    height: 0;
    display: block;
    font-size: 0;
    width: 100%;
}

div#hp-birds {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    -webkit-filter: none;
    filter: none;
    margin: 0;
    outline: medium none;
    position: absolute;
    right: -100px;
    top: -30px;
    width: 546px;
    z-index: 9999;
}

/*ngg gallery styling*/

#main-content div.ngg-galleryoverview {
    background: none repeat scroll 0 0 transparent;
    outline: medium none;
}

#main-content div p+h2 {
    margin-top: 20px;
}

/**DONATIONS STYLES PULLED FROM DONATIONS.PHP **/

div.pagination {
    padding-bottom: 3rem;
    margin: 4rem auto;
}

div.pagination a {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #AAAADD;
    text-decoration: none;
    /* no underline */
    color: #025a7e;
}

div.pagination a:hover,
div.pagination a:active {
    border: 1px solid #000099;
    color: #000;
}

div.pagination span.current {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #000099;
    font-weight: bold;
    background-color: #000099;
    color: #FFF;
}

div.pagination span.disabled {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #EEE;
    color: #DDD;
}

.grid td {
    padding: 10px;
    border: solid #F9F9F9 1px;
    font-size: 12px;
}

.grid th {
    background-color: #DFDFDF;
    padding: 5px;
    font-size: 12px;
}

/** END DONATIONS STYLES **/

/* Contact Form 7 styling */

span.wpcf7-list-item {
    display: block;
}

div.wpcf7 {
    -webkit-filter: none;
    filter: none;
}

div#wpcf7-f220-p139-o1 {
    -webkit-filter: none;
    filter: none;
}

form.wpcf7-form h3 {
    font-size: 18px;
    margin: 20px 0 10px 0;
}

/*end Contact Form 7 styling */

/* footer */

.footer__row,
.menu-footer-menu-container,
#menu-footer-menu {
    width: 100%;
}

.logos-list {
    margin: 0;
    padding: 0;
}

.logo-list__item {
    display: inline-block;
    margin-right: 30px;
}

.footer__copyright p {
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 10px;
}

.footer .menu-item {
    margin: 0;
}

.footer .menu-item:not(:last-child) {
    margin-right: 14px;
}

.footer .menu-item a {
    display: inline-block;
    font-weight: 400;
    color: #005b7f;
    font-size: 14px;
    text-align: center;
}

#menu-footer-menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
}

@media (min-width: 1024px) {
    .footer__container {
        justify-content: space-between !important;
    }

    .footer__container .footer__row {
        width: fit-content !important;
    }
}

@media (min-width: 600px) {

    .footer__row,
    #menu-footer-menu,
    .footer__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer__row,
    #menu-footer-menu {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer__container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: center;
    }

    .footer__container .footer__row {
        width: calc(100% - 160px);
    }
}

/* footer end */

div#footer {
    padding: 20px 10px;
    margin-top: 20px;
    border-top: 2px dotted #145E80;
}

.home #footer {
    bottom: -330px;
    margin-top: 50px;
    padding: 20px 0;
    position: absolute;
    z-index: 9999;
    border-top: none;
}

div#footer-home {
    position: absolute;
    top: 900px;
    z-index: 999999;
}


.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

.clearfix {
    float: none;
    clear: both;
}

/*??*/

/*FONTS*/

body {
    font-family: Signika, Arial, sans-serif;
    font-weight: 700;
    color: #3F1600
}

h1 {
    margin-left: 20px;
}

.single h1 {
    margin-left: 0px;
    line-height: 1em;
}

h1,
h1 a {
    color: #135C7E;
    font-size: 45px;
    letter-spacing: -1.5px;
    font-weight: 400;
    margin-bottom: 5px;
}

h2 {
    color: #135C7E;
    font-size: 23px;
    margin-bottom: 15px;
    line-height: 1em;
}

h1,
h2 {
    font-family: Signika, Arial, sans-serif;
}

p,
h3,
h4,
h5,
h6 {
    color: #3F1600;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-weight: 400;
    font-size: 20px;
}

h6 {
    font-weight: 400;
    font-size: 18px;
}

a {
    text-decoration: none;
    color: #135C7E;
}

a:hover {
    color: #3F1600;
}

ul {
    margin-bottom: 15px;
}

ul li {
    margin-bottom: 8px;
}

.widget ul li {
    margin-bottom: 0;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

p {
    font-weight: 400;
    color: #005b7f;
    line-height: 1.3;
    font-family: "Signika", sans-serif;
    font-size: 16px;
    margin: 0 0 1em;
}

/* Alignment */

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.625em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.625em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#main-content p {
    line-height: 1.3em;
    margin-bottom: 10px;
    font-size: 14px;
}

#main-content p#page-intro,
#main-content p.page-intro {
    font-family: Signika, Arial, sans-serif;
    color: #135C7E;
    font-size: 23px;
    margin: 15px 0;
    padding: 15px 0 15px 20px;
    line-height: 1.1em;
    border-top: 2px dotted #135c7E;
    border-bottom: 2px dotted #135c7E
}

#main-content p.italic {
    font-style: italic;
}

body.archive #main-content div p,
body.category #main-content div p,
body.page-template-blog-home-php #main-content div p {
    font-style: italic;
}

#main-content ul,
#main-content ol,
#main-content blockquote {
    font-weight: 400;
    color: #3f1600;
    font-family: arial, sans-serif;
    font-size: 14px;
}

#main-content ul {
    list-style-type: disc;
    margin: 15px 0 15px 35px;
}

#main-content ol {
    list-style-type: decimal;
    margin: 15px 0 15px 35px;
}

ul li,
ol li {}

blockquote {
    text-indent: 15px;
    font-style: italic;
}

.link-button {
    background-color: #E1D144;
    color: #FFFFFF;
    padding: 5px 8px;
    margin: 5px 0;
    display: inline-block;
}

a.link-button:hover {
    opacity: .9;
    color: #fff;
}

.link-button a:hover,
.link-button a:link,
.link-button a:visited {
    color: #fff;
    z-index: 1;
}

div#topnav ul li a,
div#mainnav ul li a {
    font-family: Signika, Arial, sans-serif;
    font-weight: 700;
    color: #3F1600;
    text-decoration: none;
}

div#topnav ul li a {
    font-size: 14px;
    font-weight: 400;
}

div#mainnav ul li a {
    font-size: 17px;
}

.hideme {
    display: none;
}

/*colors*/

.blue {
    color: #135C7E
}

.brown {
    color: #3F1600
}

/*EVENT STYLES*/

.reg-event-name {
    font-size: 12px;
}

.reg-event-name {
    display: block;
    position: relative;
    font: 16px/1 'Trebuchet MS', 'Lucida Sans';
    color: #3F1600;
    text-decoration: none;
    font-weight: bold;
}

.reg-event-name span {
    display: block;
    color: #135C7E;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 10px;
    padding-right: 25px;
}

a.show-details-link {
    font-size: 16px;
    font-family: 'Trebuchet MS', Arial, sans-serif;
    color: #3F1600;
    font-weight: bold;
    text-transform: capitalize;
}

a.show-details-link:hover {
    text-decoration: underline;
}

h2.show-details {
    position: relative;
    width: 220px;
    margin: 50px 0 0 0;
}

h2.show-details:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #3F1600;
    content: "";
    margin-top: -3px;
    position: absolute;
    right: 10px;
    top: 50%;
}

.reg-event-title {
    font-family: 'Trebuchet MS', Arial, sans-serif;
    margin: 20px 0 5px 0;
}

#main-content p.event-reg {
    font-size: 19px;
    margin: 20px 0 0 0;
    color: #3F1600;
}

p.details-drop a {
    color: #3F1600;
    text-decoration: underline;
    font-size: 12px;
}

.reg {
    margin: 30px 0 0;
}

#main-content .evr_regform ul {
    margin: 0;
}

.calendar {
    display: block;
    float: left;
    font-weight: bold;
    line-height: 1.25em;
    padding-right: 10px;
    padding-top: 8px;
}

h3.event-location-title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
}

p.reg-verify-attendee {
    margin: 0;
    padding: 0;
    color: #135C7E;
    font-weight: bold;
}

input.register-btn {
    background: none repeat scroll 0 0 #135C7E;
    border: medium none;
    color: white;
    padding: 5px 10px;
}

input.register-btn:hover {
    opacity: 0.9;
}

.paypal-screen {
    margin: 15px 0;
}

div#cboxLoadedContent #evr_pop_foot p input {
    background: none repeat scroll 0 0 #135C7E;
    border: medium none;
    color: white;
    padding: 5px 10px;
}

div#cboxLoadedContent #evr_pop_title h3 {
    color: #135C7E;
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
    padding-right: 25px;
    text-transform: uppercase;
}

div#cboxLoadedContent #evr_pop_foot p input:hover {
    opacity: .9;
}

div#colorbox {
    overflow-x: hidden;
    overflow-y: scroll;
}

#calendar-table .catgry h2 {
    line-height: 0.5em;
    margin-bottom: 5px;
}

h2 a.inline.cboxElement {
    font-size: 12px;
    line-height: 0.1em;
}

h2.event-cat-list-title a.inline.cboxElement {
    font-size: 16px;
    line-height: 0.1em;
}

#calendar-table .catgry p {
    font-size: 10px;
}

#main-content #calendar-table tr td.no-events {
    border: 1px solid #D9CA4E;
    padding: 6px 4px;
    font-size: 110%;
    text-align: left;
    vertical-align: top;
}

#main-content div.table-wrap {
    outline: none;
    padding: 12px;
}

#search-content {
    width: 662px;
    margin-right: 20px;
    float: left;
}

#searchform {
    position: absolute;
    top: -35px;
    right: 0;
}

#search-content .page,
#search-content .post {
    color: #3F1600;
    padding: 25px 20px 30px 30px;
    outline: 1px solid #D9CA4E;
    outline-offset: -12px;
    -moz-outline-offset: -12px;
    margin-bottom: 20px;
    background: #FFF;
    /* fallback for browsers w/o rgba */
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, .35);
    /* Works on all modern browsers */
    background: transparent\9;
    /* clear current background for ie */
    zoom: 1;
    /* required for the filters */
    /* For IE 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#77FFFFFF, endColorstr=#77FFFFFF);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#77FFFFFF, endColorstr=#77FFFFFF)";
}

#search-content .entry-utility {
    margin-top: 15px;
}

#search-content .navigation {
    font-family: Signika, Arial, sans-serif;
    color: #135C7E;
    font-size: 23px;
    margin: 15px 0;
    padding: 15px 0 15px 20px;
    line-height: 1.1em;
    border-top: 2px dotted #135C7E;
    border-bottom: 2px dotted #135C7E;
}

#search-content .navigation .nav-next {
    float: right;
}

/********************************************************************/

.topgraphic {
    background-image: url(https://dokumfe7mps0i.cloudfront.net/oms/16449/image/2025/7/YAFRA_topbg/topbg.png);
    height: 42px;
    text-align: center;
    font-family: "Signika", sans-serif;
    color: white;
    width: 100%;
}

.nav-main {
    height: auto;
    max-width: 941px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    min-height: 111px;
}

.logo {
    background-image: url(https://dokumfe7mps0i.cloudfront.net/oms/16449/image/2025/7/0IFI7_mainlogo/mainlogo.jpg);
    height: 53px;
    display: block;
    margin-bottom: 18px;
    margin-left: 2px;
    margin-top: 25px;
    text-indent: -999999px;
    width: 322px;
}

.bottom-links {
    margin: 0;
    padding: 2px 0 0 2px;
    height: 40px;
    font-family: "Signika", sans-serif;
}

.bottom-links li {
    float: left;
    font-size: 17px;
    font-weight: 400;
    /* margin-right: 16px; */
    margin-right: 42.3px;
    position: relative;
    height: 40px;
}

.bottom-links li a {
    color: #005b7f;
    text-decoration: none;
}

#CompHTMLPageTop {
    background-color: #fff;
    -webkit-box-shadow: -2px 1px 5px 0px black;
    box-shadow: -2px 1px 5px 0px black;
}

@media(max-width:998px) {
    .bottom-links {
        display: none;
    }

    .logo {
        margin: 0 auto;
        background-repeat: no-repeat;
        background-position: center;
        padding: 60px;
        width: 200px;
        max-width: 100%;
        background-size: contain;
    }
}

.birdimgcont {
    height: auto;
    position: relative;
}

.backgroundsub,
.backgroundnosub,
.backgroundig {
    background-image: url(https://dokumfe7mps0i.cloudfront.net/oms/16449/image/2025/7/TW973_yellowtile/yellowtile.jpg);
    -webkit-box-shadow: 0 0 6px 0 #555555 inset;
    box-shadow: 0 0 6px 0 #555555 inset;
    width: 100%;
}

.contentarea {
    font-family: "Signika", sans-serif;
    color: #005b7f;
    height: 286px;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.contentarea h1 {
    color: #005b7f;
    font-size: 50px;
    padding-top: 0;
    margin-top: 0;
    padding: 0;
    line-height: 1.5;
    margin-bottom: 0;
    font-weight: 600;
    border: none;
}

.contentarea img {
    border: 4px solid white;
    border-radius: 11px;
    background-clip: padding-box;
    background: #fff !important;
}

.subtitle {
    background-color: #EAF2F5;
    margin-bottom: 30px;
    color: #005b7f;
    height: auto;
    font-family: "Signika", sans-serif;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.subtitle h4 {
    padding-top: 60px;
    margin-bottom: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
}

.clearfix:after {
    clear: both;
}

.main-content {
    background: #fff;
}

#notice {
    text-align: center;
}

#searchjobs ul li {
    border-top: 1px solid #acb5b9;
    min-height: 27px;
    padding-top: 7px;
    padding-bottom: 3px;
    font-size: 17px;
}

#searchjobs ul li a {
    color: #5C94AB;
    text-decoration: none;
}

#searchjobs>ul>li:nth-child(1) {
    border-top: none;
}