/*
Description: Core Styles
Version: 1.0
*/

/*
html {
  background: url(background.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
*/

body {
    background: #d9d9d9 none repeat scroll 0 0;
    color: #000000;
    font-size: 100%;
/*
  background: url(background.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
*/
}

.clearfix::after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}

div {
    box-sizing: border-box;
}

#toTop {
    background: rgba(0, 0, 0, 0) url("totop.png") no-repeat scroll 0 0;
    border: medium none;
    bottom: 48%;
    cursor: pointer;
    display: block;
    height: 103px;
    position: fixed;
    right: 0;
    text-indent: -9999px;
    width: 26px;
    z-index: 999;
}

ul {
    list-style: outside none none;
}

/* ***************************************************************************************** */
/*                                                                                           */
/* HEADER                                                                                    */
/*                                                                                           */
/* ***************************************************************************************** */

#header-wrap {
    background: #003580 none repeat scroll 0 0;
    box-shadow: 0 4px 4px -2px #232323;
}

#header {
    background-color: #ffffff;
    background-image: none;
    border-color: transparent;
    border-style: none;
    margin-left: auto;
    margin-right: auto;
    width: 1080px;
    z-index: 1;
}

#logo {
    float: left;
    padding-left: 45px;
    padding-top: 20px;
    xpadding-bottom: 20px;
}

#logo img {
    width: 180px;
}

#header-menu {
    display: inline-block;
    height: auto;
    margin: 20px 50px;
    width: 980px;
    z-index: 999;
}

#blog-info {
    float: left;
    width: 500px;
}

#blog-info-name {
    color: #003580;
    font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
    font-size: 3em;
    font-weight: 700;
    margin: 0;
    padding-top: 20px;
    text-align: center;
    text-shadow: 1px 1px 2px #969696;
}

#blog-info-desc {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.5em;
    margin: 0;
    text-align: center;
}

/* ***************************************************************************************** */
/*                                                                                           */
/* SEARCH FORM                                                                               */
/*                                                                                           */
/* ***************************************************************************************** */

#search-bar {
    float: right;
    padding: 20px 50px 0px 0;
}

.call-today {
    color: #003580;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.5em;
    font-weight: 700;
    margin: 0;
    padding-top: 20px;
    text-align: left;
    text-shadow: 1px 1px 3px #969696;
}


input[type="search"] {
    border: 1px solid #dddddd;
    margin: 5px 1px 3px 0;
    outline: medium none;
    padding: 3px 0 3px 3px;
    transition: all 0.3s ease-in-out 0s;
}

input[type="search"]:focus {
    border: 1px solid rgba(0, 53, 128, 1);
    box-shadow: 0 0 2px rgba(0, 53, 128, 1);
    margin: 5px 1px 3px 0;
    padding: 3px 0 3px 3px;
}

.search-field {
    color: #999999;
    font-family: Arial,sans-serif;
    font-size: 13px;
    height: 25px;
    margin: 0 -31px 0 0;
    padding: 10px 30px 10px 8px;
    text-transform: lowercase;
    width: 250px;
}

.search-submit {
    background-color: white;
    background-image: url("searchsubmit.png");
    border: medium none;
    height: 23px;
    text-indent: -9999px;
    width: 21px;
}

div.search-result {
    color: #717171;
    font-family: "ArimoRegular",Arial,Helvetica,Georgia,sans-serif;
    font-size: 1.375em;
    line-height: 1.182em;
    margin: 0 50px 25px;
    padding: 25px 0 10px;
    text-align: center;
}

span.search-terms {
    color: #c9242c;
    font-style: italic;
}

div.search-results {
    margin: 0 35px 25px;
    min-height: 175px;
}

div.search-result-thumbnail {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #dddddd;
    box-shadow: 0 0 5px #dddddd;
    display: inline-block;
    height: auto;
    margin: 15px;
    padding: 19px;
    vertical-align: top;
}

div.search-result-thumbnail img {
    max-width: 280px;
}

div.search-result-content {
    display: inline-block;
    margin: 15px 0;
    padding: 0 0 0 10px;
    width: 635px;
}

h3.search-results-title {
    font-family: "ArimoRegular",Arial,Helvetica,Georgia,sans-serif;
    font-size: 1em;
    line-height: 1.188em;
    margin: 0 0 7px;
}

h3.search-results-title a {
    color: #000000;
    text-decoration: none;
}

div.search-results-excerpt {
    color: #000000;
    font-family: "ArimoRegular",Arial,Helvetica,Georgia,sans-serif;
    font-size: 0.938em;
    line-height: 1.267em;
}

div.search-results-excerpt a {
    color: #000000;
    text-decoration: none;
}

div.search-results-excerpt p {
    margin: 0 0 10px;
}

div.search-results:hover {
    background-color: #eeeeee;
}

/* ***************************************************************************************** */
/*                                                                                           */
/* FOOTER                                                                                    */
/*                                                                                           */
/* ***************************************************************************************** */

#footer {
    background-color: #003580;
    background-image: none;
    border-color: transparent;
    border-style: none;
    box-shadow: 0 4px 4px -2px #232323;
    color: #ffffff;
    margin: 0 auto;
    width: 1080px;
    z-index: 1;
}

div#footer-area {
    margin: 0 35px;
    padding: 15px 0 0 0;
    width: 1010px;
}

#logo-small {
    float: left;
    margin: 10px 0 5px 0;
    padding-left: 45px;
}

#logo-small img {
    background-color: #003580 !important;
    border: 1px solid #ffffff;
    padding: 3px;
    width: 100px;
}


.copyright1 {
    color: #ffffff;
    float: left;
    margin: 8px 0 0 10px;
    padding: 0;
    width: 200px;
}

.copyright1 p {
    color: #ffffff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.875em;
    line-height: 20px;
    margin: 0;
}

.copyright2 a {
    color: #ffffff;
    float: right;
    font-size: 0.875em;
    margin: 50px 35px 0 0;
    padding: 0;
    text-decoration: none;
}


/* ***************************************************************************************** */
/*                                                                                           */
/* Content                                                                                   */
/*                                                                                           */
/* ***************************************************************************************** */

#content {
    background-color: #ffffff;
    background-image: none;
    border-color: transparent;
    border-style: none;
    margin: 0 auto;
    padding-bottom: 30px;
    width: 1080px;
    z-index: 1;
}

div#content-area-1-column-1, div#content-area-1-column-2, div#content-area-1-column-3, div#content-area-2-column-1, div#content-area-2-column-2, div#content-area-2-column-3, div#content-area-3-column-1, div#content-area-3-column-2, div#content-area-3-column-3, div#content-area-3-column-4, div#content-area-4-column-1, div#content-area-4-column-2, div#content-area-4-column-3, div#content-area-4-column-4, div#footer-area-column-1, div#footer-area-column-2, div#footer-area-column-3, div#footer-area-column-4 {
    font-size: 1.488em;
    line-height: 1.267em;
    text-align: left;
    vertical-align: top;
}

#footer-col-1, #footer-col-2, #footer-col-3, #footer-col-4 {
    display: block;
    width: 100%;
}


p.read-more {
    margin: 0 !important;
    color: #003580;
    font-weight: bold;
}

div.not-found-content {
    color: #000000;
    font-family: "ArimoRegular",Arial,Helvetica,Georgia,sans-serif;
    font-size: 1em;
    line-height: 1.188em;
    margin: 0 auto;
    padding: 0 0 30px;
    text-decoration: none;
    width: 980px;
}

.not-found-content li::before {
    border-color: transparent #111;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    content: "";
    display: block;
    height: 0;
    left: -1em;
    position: relative;
    top: 1em;
    width: 0;
}

div.not-found-content ul li {
    line-height: 1.5;
}


/* ***************************************************************************************** */
/*                                                                                           */
/* PAGE COLUMN LAYOUT                                                                        */
/*                                                                                           */
/* ***************************************************************************************** */

#page-content-wrapper {
    margin: 0 35px;
    width: 1010px;
}

#page-left-sidebar {
    display: inline-block;
    font-size: 1.488em;
    line-height: 1.267em;
    margin: 15px 0;
    vertical-align: top;
}

#page-right-sidebar {
    display: inline-block;
    font-size: 1.488em;
    line-height: 1.267em;
    margin: 15px 0;
    vertical-align: top;
}

#page-left-sidebar-content {
    display: block;
    width: 100%;
}

#page-right-sidebar-content {
    display: block;
    width: 100%;
}

#page-left-content {
    display: inline-block;
    margin-left: 15px;
    text-align: left;
    vertical-align: top;
}

#page-right-content {
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

#page-middle-content {
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

#page-full-width-content {
    display: inline-block;
    margin-left: 15px;
    text-align: left;
    vertical-align: top;
}

/* ***************************************************************************************** */
/*                                                                                           */
/* PAGE CONTENT                                                                          */
/*                                                                                           */
/* ***************************************************************************************** */

#page-title {
    color: #a6a6a6;
    float: left;
    font-family: "ArimoRegular",Arial,Helvetica,Georgia,sans-serif;
    font-size: 1.5em;
    line-height: 1.167em;
    margin: 25px 0 15px 15px;
    width: 715px;
}

#page-content {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #dddddd;
    box-shadow: 0 0 5px #dddddd;
    margin: 0;
    padding: 9px 19px 9px 20px;
    vertical-align: top;
}

#page-date {
    color: #a6a6a6;
    float: left;
    font-family: "ArimoRegular",Arial,Helvetica,Georgia,sans-serif;
    font-size: 0.75em;
    line-height: 1.167em;
    margin: 4px 0 10px 15px;

}

/* ***************************************************************************************** */
/*                                                                                           */
/* BLOCK QUOTE                                                                               */
/*                                                                                           */
/* ***************************************************************************************** */

#page-content blockquote {
    background: #eeeeee none repeat scroll 0 0;
    border-left: 6px solid #ccc;
    border-radius: 6px;
    clear: both;
    display: inline-block;
    line-height: 0.05em;
    margin: 10px auto;
    padding: 15px 10px;
    quotes: "“" "”" "‘" "’";
}

#page-content blockquote::before {
    clear: both;
    color: #ccc;
    content: "“";
    font-size: 4em;
    line-height: 0;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

#page-content blockquote p {
    color: #000000;
    display: inline;
    font-family: "ArimoRegular",Arial,Helvetica,Georgia,sans-serif;
    font-size: 0.938em;
    line-height: 1.267em;
    margin: 10px 0;
}

#page-content blockquote cite {
    color: #999999;
    display: block;
    font-size: 0.9335em;
    margin: 0;
    padding-right: 20px;
    text-align: right;
}

/* ***************************************************************************************** */
/*                                                                                           */
/* PAGINATION                                                                                */
/*                                                                                           */
/* ***************************************************************************************** */

.pagination {
    font-family: "ArimoRegular",Arial,Helvetica,Georgia,sans-serif;
    font-size: 1.75em;
    text-align: center;
}
.pagination ul {
    display: inline-block;
    list-style: outside none none;
    margin: 30px 0 0 0;
    padding: 0;
}
.pagination ul > li {
    display: inline;
}
.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
    border-left-width: 1px;
}
.pagination ul > li:last-child > a, .pagination ul > li:last-child > span {
    border-right-width: 1px;
}
.pagination ul > li > a, .pagination ul > li > span {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #dddddd;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    color: #717171;
    float: left;
    line-height: 35px;
    xpadding: 4px 12px;
    padding: 8px 18px;
    text-decoration: none;
}
.pagination a:hover, .pagination a:focus {
    background-color: #003580;
    color: #f2f2f2;
}
.pagination .page-numbers.current {
    background-color: #003580;
    color: #f2f2f2;
}

/* ***************************************************************************************** */
/*                                                                                           */
/* CONTACT FORM STYLE                                                                        */
/*                                                                                           */
/* ***************************************************************************************** */

div.wpcf7 {
    background-color: #f6f6f6;
    margin: 10px 0;
    padding: 10px 20px 12px;
}

.wpcf7-form p {
    margin: 15px 0;
}

input.wpcf7-text[type="text"], input.wpcf7-email[type="email"], textarea.wpcf7-textarea {
    border: 1px solid #dddddd;
    outline: medium none;
    padding: 10px;
    width: 370px;
}

textarea.wpcf7-textarea {
    height: 15em;
    resize: none;
}

input.wpcf7-quiz[type="text"] {
    border: 1px solid #dddddd;
    outline: medium none;
    padding: 5px;
}

span.wpcf7-quiz-label {
    font-size: 120%;
    padding-right: 15px;
}

input.wpcf7-text[type="text"]:focus, input.wpcf7-email[type="email"]:focus, input.wpcf7-quiz:focus, textarea.wpcf7-textarea:focus {
    border: 1px solid rgba(81, 203, 238, 1);
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
}

/* http://fellowtuts.com/wordpress/styling-contact-form-7-validation-with-css-and-border/ */
span .wpcf7-not-valid { border: 1px solid #ff0000 !important; }

div.wpcf7-validation-errors {
    background: #ffe2e2 none repeat scroll 0 0;
    border: 1px solid #ff0000;
    color: #c10000;
}
span.wpcf7-not-valid-tip { display: none; }

div.wpcf7-response-output {
    border-radius: 5px;
    box-sizing: border-box;
    margin: 20px 0 9px;
    padding: 15px;
}

.wpcf7-spam-blocked {
    background: #e2e2e2;
    border: 1px solid #bcbcbc !important;
    color: #383838;
}

.wpcf7-mail-sent-ng {
    background: #fcf8e3;
    border: 1px solid #ac9163 !important;
    color: #8a6d3b;
}

.wpcf7-mail-sent-ok {
    background: #dff0d8;
    border: 1px solid #3c763d !important;
    color: #3c763d;
}

/* http://www.brianballa.com/contact-form-7-css-send-button-styles-wordpress */
.wpcf7-submit {
    background-color: #c9242c;
    border: medium none;
    border-radius: 3px;
    box-shadow: 0 -3px 1px rgba(0, 0, 0, 0.45) inset, 0 2px 2px rgba(0, 0, 0, 0.25);
    color: #fff;
    cursor: pointer;
    margin-right: 25px;
    padding: 8px 14px 10px;
    position: relative;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5); }

.wpcf7-submit:hover {
    background-color: #982220;
}

/* ***************************************************************************************** */
/*                                                                                           */
/* WIDGET - NAV_MENU                                                                         */
/*                                                                                           */
/* ***************************************************************************************** */

#footer .widget_nav_menu {
    margin-bottom: 0;
    padding-bottom: 9px;
}

#footer .widget_nav_menu, #footer .widget_nav_menu a, #footer .widget_text, #footer .widget_text a {
    background-color: #023B8B !important;
    border-style: none;
    box-shadow: none;
    color: #ffffff !important;
    margin-bottom: 0;
}

h3.footer-widget-title {
    color: #a6a6a6;
    font-family: "ArimoRegular",Arial,Helvetica,Georgia,sans-serif;
    font-size: 0.756em;
    line-height: 1.167em;
    margin: 0 0 5px;
}

.widget_nav_menu {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #dddddd;
    box-shadow: 0 0 5px #dddddd;
    display: block;
    margin: 15px;
    padding: 19px 19px 9px;
    vertical-align: top;
    width: calc(100% - 30px);
}

.widget_nav_menu h3 {
    color: #a6a6a6;
    font-family: "ArimoRegular",Arial,Helvetica,Georgia,sans-serif;
    font-size: 0.756em;
    font-weight: normal;
    line-height: 1.167em;
    margin: 0 0 5px;
}

.widget_nav_menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.widget_nav_menu li {
    border-bottom: 1px dotted #a6a6a6;
    color: #000000;
    font-family: "ArimoRegular",Arial,Helvetica,Georgia,sans-serif;
    font-size: 0.672em;
    line-height: 1.5em;
    margin: 0 0 10px 10px;
}

.widget_nav_menu a {
    color: #000000;
    text-decoration: none;
}

/* ***************************************************************************************** */
/*                                                                                           */
/* WIDGET - TEXT                                                                             */
/*                                                                                           */
/* ***************************************************************************************** */

.widget_text {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #dddddd;
    box-shadow: 0 0 5px #dddddd;
    display: block;
    margin: 15px;
    padding: 19px 19px 9px;
    vertical-align: top;
}

.widget_text  h3 {
    color: #a6a6a6;
    font-family: "ArimoRegular",Arial,Helvetica,Georgia,sans-serif;
    font-size: 0.756em;
    font-weight:normal;
    line-height: 1.167em;
    margin: 0 0 5px;
}

.textwidget {
    font-family: "ArimoRegular",Arial,Helvetica,Georgia,sans-serif;
    font-size: 0.63em;
    line-height: 1.267em;
    margin: 0;
}

.textwidget p {
   margin: 10px 0;
}