/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
    -webkit-print-color-adjust: exact;
    min-height: 100%;
    padding-bottom: 78px;
    color: #445;
    font-family: "Open Sans", sans-serif;
}

#homebanner {
    padding: 5px 0 5px 0;
    height: 44px;
    background-color: #fc0;
}

section.loginreg {
    background-color: #357fca;
    height: 25px;
    color: #fff;
}
section.loginreg a {
    color: yellow;
}

/* Prevent recaptcha from inheriting textarea from foundation */
#recaptcha_area #recaptcha_response_field {
    display: inline-block;
    height: 20px;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: -10px;
}
.recaptchatable,
#recaptcha_area tr,
#recaptcha_area td,
#recaptcha_area th {
    line-height: 0 !important;
}
.recaptcha_input_area {
    height: 30px !important;
}
h4 {
    color: #f90 !important;
    /*  text-shadow: 1px 1px 1px rgba(109, 109, 109, 0.10);  */
}

.nowrap {
    white-space: nowrap;
}

.vtop {
    vertical-align: top;
}

.vcenter {
    vertical-align: middle;
}

.text_center {
    text-align: center;
}

.text_right {
    text-align: right;
}

.text_left {
    text-align: left;
}

.full-width {
    width: 100%;
}

.facebook-no-count {
    width: 95px !important;
    overflow: hidden !important;
}
form {
    margin-bottom: -20px !important;
}

.footer {
    background-color: #151b8d;
    color: #fff;
    padding: 15px 15px 15px 15px;
    line-height: 24px;
    margin: 0 0 0 0;

    height: 70px !important;
}

#wrapper {
    min-height: 100% !important;
    position: relative;
}

small {
    font-size: 80%;
}

button,
select {
    text-transform: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    /*  padding: 0;
 * 
 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9.
 */

textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
    padding: 0;
}

pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

.error > label > small {
    font-size: 80%;
}

tmenu {
    display: inline;
    color: #fff;
}
a.tm {
    color: #fff;
    font-size: 0.9em;
    padding-left: 30px;
}
a.active {
    color: #fc0;
}
a:hover.tm {
    color: #fc0;
}

i.acct {
    font-size: 40px;
}

i.current {
    color: orange;
}

label.current {
    color: orange;
}

/* Top Menu Mods for hover background */
.top-bar-section
    .dropdown
    li:not(.has-form):not(.active):hover
    > a:not(.button) {
    color: white;
    /*
	background-color: #555555;
	background: #29a300; 
*/

    /*
    background-color: #555555;
	background: #777777; 
*/
}

#loading_popup {
    position: fixed;
    left: 50%;
    top: 50%;
    display: none;
    z-index: 100;
    border: 3px solid #aaa;
    background-color: #fff;

    color: #222;
    text-align: center;
    width: 450px;
    height: 250px;
    margin-top: -125px;
    margin-left: -225px;
    padding: 35px;
}

.special {
    color: #c00;
    font-weight: bold;
}
.special-strike {
    text-decoration: line-through;
}

.imageleft {
    float: left;
    margin-right: 10px;
}

.imageright {
    float: right;
    margin-left: 10px;
}

td.er-qty,
td.er-color,
td.er-itype {
    padding: 2px 8px 2px 8px !important;
}
td.er-qty {
    width: 100px;
}
td.er-color {
    width: 200px;
}
td.er-itype {
    width: 400px;
}

td {
    font-family: sans-serif;
}

@media print {
    div.page {
        margin-top: 0;
        margin-bottom: 0;
        padding: 0;
        page-break-after: always !important;
        page-break-inside: avoid;
    }

    div.page-first {
        margin-top: -35px;
        margin-bottom: 0;
        padding: 0;
        page-break-after: always !important;
        page-break-inside: avoid;
    }

    div.page-last {
        margin-top: 0px;
        margin-bottom: -100px;
        padding: 0;
        page-break-after: avoid;
        page-break-inside: avoid;
    }

    div.recipe-print {
        margin: 0;
    }

    td.recipe {
        border: 1px solid #000;
        padding: 0px;
    }

    .page-break {
        display: block;
        page-break-before: always !important;
    }
    #Header,
    #Footer {
        display: none !important;
    }
    a.button {
        display: none !important;
    }
}

/* Socialite Look-a-like defaults */
.vhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.social-buttons {
    display: block;
    list-style: none;
    padding: 0;
    margin: 5px;
}
.social-buttons > li {
    display: block;
    margin: 0;
    padding: 10px;
    float: left;
}
.social-buttons .socialite {
    display: block;
    position: relative;
    background: url("/images/social-sprite_small.png") 0 0 no-repeat;
}
.social-buttons .socialite-loaded {
    background: none !important;
}
.social-buttons .twitter-share {
    width: 58px;
    height: 20px;
    background-position: 0 0;
}
.social-buttons .googleplus-one {
    width: 50px;
    height: 20px;
    background-position: -76px 0;
}
.social-buttons .facebook-like {
    width: 50px;
    height: 20px;
    background-position: -145px 0;
}
.social-buttons .facebook-share {
    width: 58px;
    height: 20px;
    background-position: -288px 0;
}
.social-buttons .linkedin-share {
    width: 60px;
    height: 20px;
    background-position: -215px 0;
}

.fullwidth {
    width: 100%;
}
.clear-all {
    clear: both;
}
.clear-left {
    clear: left;
}
.clear-right {
    clear: right;
}

/*********  BY PAGE *******/

/* addressbook.php */
.ab-button-area {
    min-height: 20px;
}

/* blog.php */
.blog-readmore {
    margin-top: -15px;
}
.blog-author {
    font-style: italic;
    color: #888;
}
.blog-snipit {
    padding-bottom: 0px !important;
}

/* header.php */
.toptitle {
    color: #e1ddb5;
    font-weight: bold;
    font-size: 20px;
}
.pricewindow {
    width: 220px !important;
    line-height: 24px;
    background-color: #fff !important;
    border: 1px solid #33cc00 !important;
    padding: 8px 8px 8px 8px !important;
    margin-top: -20px !important;
    margin-left: -20px !important;
    margin-bottom: -20px !important;
}

.catwindow {
    width: 300px !important;
    background-color: #fff !important;
    border: 1px solid #33cc00 !important;
    padding: 8px 8px 8px 8px !important;
    margin-top: -20px !important;
    margin-left: -20px !important;
    margin-bottom: -20px !important;
}

.catwindow-modal {
    width: 300px !important;
    background-color: #fff !important;
    padding: 8px 8px 8px 8px !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-bottom: -0 !important;
}
#catModal {
    padding: 5px;
}

.catwindow-parent {
    color: #33cc00;
    background-color: #fff;
    padding: 0 0 10px 0;
}
.catwindow-child {
    color: #222;
    background-color: #fff;
    padding: 0 0 10px 20px;
}
.catwindow-single {
    color: #222;
    background-color: #fff;
    padding: 0 0 8px 0;
}
.catwindow-sub {
    display: none;
}
a.cw-single {
    background-color: inherit;
    padding: inherit;
}
a.cw-child {
    background-color: inherit;
}

.page-height {
    min-height: 400px;
}

/* miscfunctions.php */
.prodlist-item {
    border: 1px solid #eee;
    /*	min-height:267px; */
}
.mobile-prodlist-item {
    border: 1px solid #eee;
    /*	min-height:267px; */
}
.account-nav {
    background-color: #f2f2f2;
    padding: 10px 10px 10px 0;
    margin: 0 0 17px 0;
}
.address-card {
    min-height: 170px;
    text-align: left;
    padding: 5px;
    position: relative;
    margin-bottom: 5px;
}
.card-title {
    font-weight: bold;
    color: #76470a;
}
.address-card-scroll {
    height: 150px;
    overflow-y: auto;
}
.address-card-buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 0;
}
.bbar {
    float: left;
    width: 60px;
    text-align: center;
    font-size: 10px;
    margin-left: 5px;
}

/* footer.php */
.footer-small {
    font-size: 10px;
}

/* show_cart.php */
.cart-table {
    width: 80%;
}
.cart-img-3 {
    max-width: 100px;
    max-height: 130px;
}
.cart-img-3-plus {
    max-width: 100px;
    max-height: 70px;
}
.cart-remove {
    font-size: 10px;
    color: #c00;
}
.cart-value {
    width: 50px !important;
}

/* city.php */
.city-img-1 {
    margin: 0 15px 5px 0;
    width: 20%;
    float: left;
}
.city-img-2 {
    float: right;
    margin: 5px 0 5px 15px;
    width: 30%;
}
.city-img-3 {
    width: 30%;
    margin: 0 0 15px 15px;
    float: right;
}

/* contact.php */
.contact-msg {
    height: 120px;
}
.contact-iframe {
    border: 0;
}

/* product.php */
.product-sep {
    min-height: 20px;
}
.product-disp-img {
    max-height: 470px;
}
.product-disp-img2 {
    max-height: 450px;
}
.product-qty {
    width: 80px !important;
}

/* login-page.php */
.login-spacer {
    height: 40px;
}

/* my-orders.php */
.orders-table {
    min-width: 80%;
}

/* reviews.php */

.review-author {
    font-style: italic;
    color: #888;
    margin-top: 10px;
    margin-left: 10px;
    padding-left: 40px;
}

.review-quote {
    background: url(/images/quote-left-black-small.png) top left no-repeat,
        url(/images/quote-right-black-small.png) bottom right no-repeat;
    color: #2d2d2d;
    margin-bottom: 10px;
    padding: 20px 40px 20px 40px;
    text-align: left;
}

.admin-action,
.admin-action-1,
.admin-action-2,
.admin-action-3,
.admin-action-4,
.admin-action-5 {
    background-color: #f5f5f5;
    text-align: center;
    white-space: nowrap;
    /*    width: 48px; */
    padding-left: 5px;
    padding-right: 5px;
    /*    min-width: 120px; */
}

.admin-action-5 {
    min-width: 160px;
}

.admin-action-4 {
    min-width: 120px;
}

.admin-action-3 {
    min-width: 95px;
}

.admin-action-2 {
    min-width: 75px;
}

.admin-action-1 {
    min-width: 40px;
}

@media only screen and (min-width: 55.063em) {
    .medsmall {
        display: inherit;
    }
}

@media only screen and (max-width: 55.063em) {
    .medsmall {
        display: none;
    }
}

.phone-box {
    color: white;
    padding-top: 20px;
    line-height: 35px;
}
@media only screen and (min-width: 39.4375em) {
    .phone-box {
        padding-top: 20px;
        line-height: 35px;
    }
}
@media only screen and (max-width: 39.4375em) {
    .phone-box {
        padding-top: 0 !important;
        line-height: 35px;
    }
}

.tooltip {
    max-width: 700px !important;
}

section.loginreg {
    background-color: #357fca;
    height: 25px;
    color: #fff;
}
section.loginreg a {
    color: yellow;
}

.mastsection {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#006679+0,1a3661+100 */

    background: #006679;
    background: -moz-linear-gradient(left, #006679 0%, #1a3661 100%);
    background: -webkit-linear-gradient(left, #006679 0%, #1a3661 100%);
    background: linear-gradient(to right, #006679 0%, #1a3661 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006679', endColorstr='#1a3661',GradientType=1 );

    /*
background-color: #1e416e;
*/
}

nav.top-bar {
    background-color: transparent;
}

.progressbutton {
    margin-bottom: 5px;
    line-height: 20px;
}
.progressbuttont {
    margin-bottom: 5px;
    line-height: 15px;
    padding: 5px !important;
}
.progressgrid {
    padding: 0 1px 0 0 !important;
}
.pbutton {
    font-size: 16px !important;
    line-height: 20px;
}
.pbuttonx {
    font-size: 12px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    line-height: 15px !important;
}

/* Cart button collapse  width
 * 
 */
@media only screen and (max-width: 500em) {
    .cartwide {
        display: block;
    }
    .cartnarrow {
        display: none;
    }
}
@media only screen and (max-width: 47.55em) {
    .cartwide {
        display: none;
    }
    .cartnarrow {
        display: block;
    }
}

#starlist li {
    margin: 0;
    padding: 0;
    list-style: none;
    top: 0;
}
#starlist li,
#starlist a {
    /*   height: 44px; */
    display: inline;
}

.nobottom {
    margin-bottom: 0;
}

.smallbottom {
    margin-bottom: 5px;
}

/*****************************************************************************
 *   COLOR REPLACER & FOUNDATION CUSTOMIZATIONS 						     *
 *****************************************************************************/

section.cartsection {
    background: #f8f8f8;
    color: #222222 !important;
    padding-top: 7px;
    /*	padding-bottom: 4px;
 * 
 */
}

section.mainsection {
    background: #f8f8f8;
    /*	padding-bottom: 25px; */
    /*	
	background: #F8F8F8 url('/images/watermark.jpg') no-repeat;
	background-attachment:fixed;
	background-size: 500px;
	background-position: 50% 80%; 
*/
}

section.bottomsection {
    background: #dddddd; /* ##CR:BOTTOMSECTION_BG */
    padding: 20px 0 20px 0;
}

section.footsection {
    background: #1e416e; /* ##CR:MENU_BG */
}
section.footsection a {
    color: #a0d3e8; /* ##CR:FOOTER_HREF_FG */
}

.socialicon,
.socialicon-right,
.socialicon-left {
    font-size: 60px;
    margin-left: 20px;
    color: #dfe5eb;
}

.socialicon-left {
    margin-left: 0;
}

@media only screen and (max-width: 500em) {
    h1 {
        font-size: 2.5em;
        margin: 15px 0 15px 0;
        color: #000000; /* ##CR:H1_FG */
        /*text-shadow: 2px 2px 5px rgba(114, 111, 111, 0.58); */
        text-shadow: 1px 1px 3px rgba(114, 111, 111, 0.58);
        font-family: "Open Sans", sans-serif;
    }
    h2 {
        font-size: 1.8em;
        color: #6d9bc9; /* ##CR:H2_FG */
        text-shadow: 2px 2px 1px #ddd;
        font-family: "Open Sans", sans-serif;
    }
    h3 {
        color: #888888; /* ##CR:H3_FG */
        font-size: 1.4em;
        margin-top: 10px;
        text-shadow: 2px 2px 1px #ccc;
        font-family: "Open Sans", sans-serif;
    }
}
@media only screen and (max-width: 40em) {
    h1 {
        font-size: 1.75em;
        margin: 15px 0 15px 0;
        color: #000000; /* ##CR:H1_FG */
        /*text-shadow: 2px 2px 5px rgba(114, 111, 111, 0.58); */
        text-shadow: 1px 1px 3px rgba(114, 111, 111, 0.58);
        font-family: "Open Sans", sans-serif;
    }
    h2 {
        font-size: 1.3em;
        color: #6d9bc9; /* ##CR:H2_FG */
        text-shadow: 2px 2px 1px #ddd;
        font-family: "Open Sans", sans-serif;
    }
    h3 {
        color: #888888; /* ##CR:H3_FG */
        font-size: 1.1em;
        margin-top: 10px;
        text-shadow: 2px 2px 1px #ccc;
        font-family: "Open Sans", sans-serif;
    }
}

.list1 li {
    margin-left: 20px;
}

/* 
 * TOP BAR MENU
 */
/* controls the background that spans full width of screen DOES NOTHING */
.contain-to-grid {
    background: none;
}

/* controls top bar background spans to max width (default is set to 1000px)  EFFECTS UNUSED SIDE */
.top-bar {
    background: none;
}

/* controls top bar background spans to max width (default is set to 1000px)  EFFECTS UNUSED SIDE */
.top-bar {
    background: transparent !important;
}
.top-bar-section ul li {
    background: transparent !important;
}

.top-bar-section ul li > a {
    color: #f3f7fa; /* ##CR:MENU_LINK_FG */
}

.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    color: #f3f7fa; /* ##CR:MENU_LINK_FG */
}

/* controls the background of the right or left section where the nav links are  DOES NOTHING!! */
.top-bar-section .right,
.top-bar-section .left {
    background: none;
}

/* controls the backgrounds of the individual nav links */
.top-bar-section .right li:not(.has-form) a:not(.button),
.top-bar-section .left li:not(.has-form) a:not(.button) {
    background: transparent; /* ##CR:MENU_BG */
    /* menu font size Making this !important messes up the house icon. */
    font-size: 1.05rem; /* ##FS:MENU_FONT_SIZE */
}

/* controls the backgrounds of the nav links with active class */
.top-bar-section .right li.active:not(.has-form) a:not(.button),
.top-bar-section .left li.active:not(.has-form) a:not(.button) {
    background: transparent; /* ##CR:MENU_ACTIVE_BG */
    color: #e2bd44;
    /*
  border-top: 1px solid #4878ae;
  border-right: 1px solid #4878ae;
  border-left: 1px solid #4878ae;
  */
}

.top-bar-section .left ul.dropdown a {
    color: #fff !important;
}

/* Controlls hover color */
.top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: #6d9bc9 !important; /* ##CR:MENU_HOVER_BG */
    background: #6d9bc9 !important; /* ##CR:MENU_HOVER_BG */
}

/* controlls the dropped down menus */
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    background: #1e416e; /* ##CR:MENU_BG */
}

/* menu label */

.top-bar-section .dropdown label {
    padding: 8px 15px 8px;
    margin-bottom: 0;
    text-transform: none;
    color: #ff7345; /* ##CR:MENU_LABEL_FG */
    background: #444444 !important; /* ##CR:MENU_LABEL_BG */
    font-size: 1.05em; /* ##FS:MENU_FONT_SIZE */
    font-weight: normal;
    border-top: 1px solid #ff7345; /* ##CR:MENU_LABEL_FG */
    border-bottom: 1px solid #ff7345; /* ##CR:MENU_LABEL_FG */
}

button,
.button {
    background-color: #6d9bc9; /* ##CR:PRIMARY_BG */
    border-color: #c05010;
    color: #f3f7fa; /* ##CR:PRIMARY_FG */
    transition: background-color 300ms ease-out;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
    background-color: #006282; /* ##CR:PRIMARY_BORDER */
}

button.secondary,
.button.secondary {
    background-color: #e9e9e9; /* ##CR:SECONDARY_BG */
    border-color: #c8c8c8; /* ##CR:SECONDARY_BORDER */
    color: #4f4f4f; /* ##CR:SECONDARY_FG */
}
button.secondary:hover,
button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus {
    background-color: #c8c8c8; /* ##CR:SECONDARY_BORDER */
}
button.secondary:hover,
button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus {
    color: #4f4f4f; /* ##CR:SECONDARY_FG */
}

button.success,
.button.success {
    background-color: #5da423; /* ##CR:SUCCESS_BG */
    border-color: #48801b; /* ##CR:SUCCESS_BORDER */
    color: #f3f7fa; /* ##CR:SUCCESS_FG */
}
button.success:hover,
button.success:focus,
.button.success:hover,
.button.success:focus {
    background-color: #48801b; /* ##CR:SUCCESS_BORDER */
}
button.success:hover,
button.success:focus,
.button.success:hover,
.button.success:focus {
    color: #f3f7fa; /* ##CR:SUCCESS_FG */
}

button.alert,
.button.alert {
    background-color: #c60f13; /* ##CR:ALERT_BG */
    border-color: #940b0e; /* ##CR:ALERT_BORDER */
    color: #f3f7fa; /* ##CR:ALERT_FG */
}
button.alert:hover,
button.alert:focus,
.button.alert:hover,
.button.alert:focus {
    background-color: #940b0e; /* ##CR:ALERT_BORDER */
}
button.alert:hover,
button.alert:focus,
.button.alert:hover,
.button.alert:focus {
    color: #f3f7fa; /* ##CR:ALERT_FG */
}

button.warning,
.button.warning {
    background-color: #f08a24; /* ##CR:WARNING_BG */
    border-color: #de770f; /* ##CR:WARNING_BORDER */
    color: #f3f7fa; /* ##CR:WARNING_FG */
}
button.warning:hover,
button.warning:focus,
.button.warning:hover,
.button.warning:focus {
    background-color: #de770f; /* ##CR:WARNING_BORDER */
}
button.warning:hover,
button.warning:focus,
.button.warning:hover,
.button.warning:focus {
    color: #f3f7fa; /* ##CR:WARNING_FG */
}

button.info,
.button.info {
    background-color: #a0d3e8; /* ##CR:INFO_BG */
    border-color: #74bfdd; /* ##CR:INFO_BORDER */
    color: #4f4f4f; /* ##CR:INFO_FG */
}
button.info:hover,
button.info:focus,
.button.info:hover,
.button.info:focus {
    background-color: #74bfdd; /* ##CR:INFO_BORDER */
}
button.info:hover,
button.info:focus,
.button.info:hover,
.button.info:focus {
    color: #f3f7fa;
}

/* Foundation Customizations */
button.radius,
.button.radius {
    border-radius: 8px;
}

/* Postfix Radius */
form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse button {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}
form .row .postfix-radius.row.collapse .postfix {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
}

/* foundation.css line 2047 to modify break point then modify 
   in minified version, search for @media only screen and (min-width: 45.0625em) {
  .top-bar {
*/

meta.foundation-mq-topbar {
    font-family: "/only screen and (min-width:46.55em/";
    width: 46.55em !important;
}

.panel.radius {
    border-radius: 8px;
}
.alert-box.radius {
    border-radius: 8px;
}

.alert-box {
    font-size: 16px !important;
}

.alert-box.success {
    background-color: #5da423; /* ##CR:SUCCESS_BG */
    border-color: #48801b; /* ##CR:SUCCESS_BORDER */
    color: #ffffff; /* ##CR:SUCCESS_FG */
}
.alert-box.alert {
    background-color: #c60f13; /* ##CR:ALERT_BG */
    border-color: #940b0e; /* ##CR:ALERT_BORDER */
    color: #ffffff; /* ##CR:ALERT_FG */
}
.alert-box.secondary {
    background-color: #e9e9e9; /* ##CR:SECONDARY_BG */
    border-color: #c8c8c8; /* ##CR:SECONDARY_BORDER */
    color: #4f4f4f; /* ##CR:SECONDARY_FG */
}
.alert-box.warning {
    background-color: #f08a24; /* ##CR:WARNING_BG */
    border-color: #de770f; /* ##CR:WARNING_BORDER */
    color: #ffffff; /* ##CR:WARNING_FG */
}
.alert-box.info {
    background-color: #a0d3e8; /* ##CR:INFO_BG */
    border-color: #74bfdd; /* ##CR:INFO_BORDER */
    color: #4f4f4f; /* ##CR:INFO_FG */
}

/* Sub Nav background colors */
.sub-nav dt.active a,
.sub-nav dd.active a,
.sub-nav li.active a {
    background: #6d9bc9 !important; /* ##CR:PRIMARY_BG */
}

/* Reveal Radius */
.reveal-modal {
    border-radius: 8px;
}

a {
    color: #e5813a; /* ##CR:LINK_COLOR */
}

a:active,
a:hover {
    outline: 0;
    color: #6d9bc9; /* ##CR:LINK_HOVER_COLOR */
}

::-webkit-input-placeholder {
    color: #aaaaaa; /* ##CR:PLACEHOLDER_COLOR */
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #aaaaaa; /* ##CR:PLACEHOLDER_COLOR */
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #aaaaaa; /* ##CR:PLACEHOLDER_COLOR */
}

:-ms-input-placeholder {
    color: #aaaaaa; /* ##CR:PLACEHOLDER_COLOR */
}

.panel.callout {
    border-color: #d8d8d8;
    background: #eeeeff;
    color: #333333;
}

.breadcrumbs > *.current {
    font-weight: bold;
}

.breadcrumbs > *.current a {
    font-weight: bold;
}

.breadcrumbs > *.unavailable {
    font-style: italic;
    color: #999999;
}

.scroll-to-top {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 0px;
    width: 40px;
    height: 40px;
    font: bold 0.9em/1.2em Arial, Helvetica, sans-serif;
    color: #bbb;
    text-transform: uppercase;
    text-decoration: none;
    padding: 3px 10px 12px 10px;
    background-color: #6d9bc9; /* ##CR:PRIMARY_BG */
    border-radius: 5px;
    /*box-shadow: 5px 5px 1px #DDD;*/
    text-align: center;
}

.scrolltop {
    font-size: 35px;
    color: #ffffff; /* ##CR:PRIMARY_FG */
}

.scrolltop:hover {
    color: #e2bd44 !important;
}

.scroll-to-top:hover {
    text-decoration: none;
}

.mtop-0 {
    margin-top: 0 !important;
}

.mtop-5 {
    margin-top: 5px !important;
}

.mtop-10 {
    margin-top: 10px !important;
}

.mtop-15 {
    margin-top: 15px !important;
}

.mtop-25 {
    margin-top: 25px !important;
}

.mbottom-0 {
    margin-bottom: 0 !important;
}

.mbottom-5 {
    margin-bottom: 5px !important;
}

.mbottom-10 {
    margin-bottom: 10px !important;
}

.mbottom-15 {
    margin-bottom: 15px !important;
}

.mbottom-25 {
    margin-bottom: 25px !important;
}

.ptop-15 {
    padding-top: 15px !important;
}
.pbottom-15 {
    padding-bottom: 15px !important;
}

.ptop-10 {
    padding-top: 10px !important;
}
.pbottom-10 {
    padding-bottom: 10px !important;
}
.ptop-5 {
    padding-top: 5px !important;
}
.pbottom-5 {
    padding-bottom: 5px !important;
}

.whitelink {
    color: #fff;
}

/* Index Page */
.ctext1,
.ctext2,
.ctext3,
.ctext4 {
    min-height: 75px;
    color: #fff;
    padding-top: 15px;
    margin-bottom: 20px;
}
.ctext1 {
    background-color: #085c74;
    padding-top: 25px;
}
.ctext2 {
    color: #193d55;
    background-color: #c8d3de;
}
.ctext3 {
    background-color: #635396;
}
.ctext4 {
    color: #193d55;
    background-color: #e2bd44;
}

/*  changes content area width */
.row {
    max-width: 1100px;
}
nav.top-bar {
    max-width: 1100px !important;
}

/* Core Values on about */
section.coreval {
    background-color: #dddddd;
/*    border-bottom: 3px solid #a0c0db; */
    padding-top: 40px;
    padding-bottom: 15px;
}

section.corevalbottom {
    background-color: #1E416E;
    border-top: 1px solid #1C366C;
    border-bottom: 1px solid #1C366C;
    color: #EEF1F4;
    font-size: 25px; 
    font-weight: bold; 
    padding: 10px 0;
}
/* old text way
.coreval {
    font-size: 20px;
}
.coreval::first-letter {
    initial-letter: 2;
    font-size: 40px;
    color: #00A;
    font-weight: bold;
}
*/
ul.core {
    list-style-type: disc;
}
ul.core li {
    margin: 10px 0;
}
img.core {
    margin-bottom: 5px;
    max-width: 200px;
}

ul.mnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
li.mnav {
    display: inline;
    margin-right: 10px;
    margin-left: 10px;
}
li.mnav a {
    color: #f3f7fa;
}
li.mnav a:hover {
    color: #dfe5eb;
}

section.cta-main {
    background-color: #e58139;
}

section.bannerimg {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dddddd+0,aaaaaa+33,aaaaaa+67,dddddd+100 */
    background: #dddddd; /* Old browsers */
    background: -moz-radial-gradient(
        center,
        ellipse cover,
        #dddddd 0%,
        #aaaaaa 33%,
        #aaaaaa 67%,
        #dddddd 100%
    ); /* FF3.6-15 */
    background: -webkit-radial-gradient(
        center,
        ellipse cover,
        #dddddd 0%,
        #aaaaaa 33%,
        #aaaaaa 67%,
        #dddddd 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(
        ellipse at center,
        #dddddd 0%,
        #aaaaaa 33%,
        #aaaaaa 67%,
        #dddddd 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#dddddd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

select.langsel {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; /* Remove default arrow */
    border: none;
    background-color: transparent;
    color: #000;
    width: 112px;
    background-color: #dfe5eb;
}

.langdrop {
    width: 120px;
    max-width: 120px;
    font-family: "Open Sans", sans-serif !important;
}
ul.langdrop li {
    font-family: "Open Sans", sans-serif;
    background-color: #dfe5eb;
    font-size: 16px;
}
.langdropbutt {
    font-family: "Open Sans", sans-serif;
    font-size: 16px !important;
    color: #fff;
    padding: 10px 45px 10px 15px !important;
}

section.services {
    background-color: #DDD;
    padding-top: 35px;
    margin-top: 15px;
}


tr.adminhead th a {
    color: #6D9BC9;
}