/*
Theme Name: Territory Solar
Author: Tracey Shaw @ GOOP.
Author URI: http://www.territorysolar.com.au/
Description: WordPress theme for Territory Solar
Text Domain: territorysolar
SASS: 1.6.3
Version: 1.0
*/
/* Font imports - use the same ' // ' format as below, as this will work correctly even if the website has SSL */
@import url("//goopfiles.com/library/fonts/font-awesome/css/font-awesome.min.css");
@import url("//fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700|Open+Sans:300,400,700");
/* SASS file imports */
/* -------------------- */
/* Core */
/*========================================================================
Rem Calc function - from Zurb Foundation, licenced under MIT Open Source
========================================================================*/
/*
Simplified breakpoints
You may need to add to these or add manually numbered ones in _main.scss if you need to fine-tune more than this.
Note that you can use mathematical operators in your media queries, e.g. ($small - 1)
*/
/*Stop letting things get bigger after 1920*/
/* Colour scheme */
/* Typography */
/*leave this as 16px (the browser default) and use this value in base.css, otherwise the calculations go off*/
/* Grid additions */
/* Navigation */
/* Links */
/* Transitions */
/* Border radii */
/* Social media colours */
/*==============================================
	BUTTON MIXINS
==============================================*/
/*==============================================
	REMOVE UNNEEDED ELEMENTS ON SMALL/MEDIUM SCREENS
==============================================*/
/*==============================================
	REALIGN TEXT ON SMALL/MEDIUM SCREENS
==============================================*/
/*==============================================
	CENTRE ITEMS ON SMALL/MEDIUM SCREENS
==============================================*/
/*==============================================
	MAKE IMAGES FULL WIDTH ON MOBILE
==============================================*/
/*==============================================
	HIDE THINGS ON PRINT VERSION
==============================================*/
/*==============================================
	MAKE THINGS FULL WIDTH ON PRINT VERSION
==============================================*/
/*==============================================
	GRID MIXINS
==============================================*/
/* Usage:

.class {
	@include six-columns;
}

Output:

.class {
	width:37.5%;
	float:left;
	display:inline;
}

*/
/* Base */
/*=================================================================================
	base.css v1.6
=================================================================================*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, main { margin: 0; padding: 0; border: 0; outline: 0; font-size: inherit; vertical-align: baseline; background: transparent; }

html { -webkit-text-size-adjust: none; }

body { line-height: 1; background: #ffffff; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main { display: block; }

nav ul, aside ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: none; }

a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

ins { text-decoration: none; }

mark { font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 0.0625rem dotted #b3b3b3; cursor: help; }

hr { display: block; height: 0.0625rem; border: 0; border-top: 0.0625rem solid #b3b3b3; margin: 1.25rem 0; padding: 0; }

input, select { vertical-align: middle; }

ul, ol { font-size: 0; }

main pre, article pre { width: 100%; white-space: pre-wrap; white-space: -moz-pre-wrap !important; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; margin-bottom: 1em; }

main blockquote, article blockquote { margin: 0 1.25rem 1em 1.25rem; }

main ul.columns-1, article ul.columns-2, article ul.columns-3, article ul.columns-4 { clear: both; width: 100%; font-size: 0; }

main ul.columms-1 { float: left; display: inline; width: 100%; }

main ul.columns-2 li { float: left; display: inline; width: 50%; }

main ul.columns-3 li { float: left; display: inline; width: 33.333%; }

main ul.columns-4 li { float: left; display: inline; width: 25%; }

/*=================================================================================
	FLUID COLUMNS
=================================================================================*/
.container { position: relative; width: 98%; padding: 0 1%; margin: 0 auto; max-width: 60rem; }
@media only screen and (min-width: 1200px) { .container { max-width: 1200px; } }

.container .column, .container .columns { float: left; display: inline; }

.row { margin-bottom: 0; }

.container .one.column, .container .one.columns { width: 6.25%; }

.container .two.columns { width: 12.5%; }

.container .three.columns { width: 18.75%; }

.container .four.columns { width: 25%; }

.container .five.columns { width: 31.25%; }

.container .six.columns { width: 37.5%; }

.container .seven.columns { width: 43.75%; }

.container .eight.columns { width: 50%; }

.container .nine.columns { width: 56.25%; }

.container .ten.columns { width: 62.5%; }

.container .eleven.columns { width: 68.75%; }

.container .twelve.columns { width: 75%; }

.container .thirteen.columns { width: 81.25%; }

.container .fourteen.columns { width: 87.5%; }

.container .fifteen.columns { width: 93.75%; }

.container .sixteen.columns { width: 100%; }

.container .one-third.column { width: 33.33%; }

.container .two-thirds.column { width: 66.66%; }

/*=================================================================================
	FORMS
=================================================================================*/
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

/*=================================================================================
	OFFSETS
=================================================================================*/
.container .columns.offset-by-one { margin-left: 6.25%; }

.container .columns.offset-by-two { margin-left: 12.5%; }

.container .columns.offset-by-three { margin-left: 18.75%; }

.container .columns.offset-by-four { margin-left: 25%; }

.container .columns.offset-by-five { margin-left: 31.25%; }

.container .columns.offset-by-six { margin-left: 37.5%; }

.container .columns.offset-by-seven { margin-left: 43.75%; }

.container .columns.offset-by-eight { margin-left: 50%; }

.container .columns.offset-by-nine { margin-left: 56.25%; }

.container .columns.offset-by-ten { margin-left: 62.5%; }

.container .columns.offset-by-eleven { margin-left: 68.75%; }

.container .columns.offset-by-twelve { margin-left: 75%; }

.container .columns.offset-by-thirteen { margin-left: 81.25%; }

.container .columns.offset-by-fourteen { margin-left: 87.5%; }

.container .columns.offset-by-fifteen { margin-left: 93.75%; }

/*=================================================================================
	OFFSETS - Smaller offsets using a variable $gutter as padding
=================================================================================*/
.gutter-left { padding-left: 1.25rem; }

.gutter-right { padding-right: 1.25rem; }

@media screen and (max-width: 767px) { .container .one.column, .container .one.columns, .container .two.columns, .container .three.columns, .container .four.columns, .container .five.columns, .container .six.columns, .container .seven.columns, .container .eight.columns, .container .nine.columns, .container .ten.columns, .container .eleven.columns, .container .twelve.columns, .container .thirteen.columns, .container .fourteen.columns, .container .fifteen.columns, .container .sixteen.columns, .container .one-third.column, .container .two-thirds.column { width: 100%; padding: 0; margin: 0 auto; } }
/*=================================================================================
	CLEARFIX
=================================================================================*/
.clearfix:before, .clearfix:after, .row:before, .row:after, .group:before, .group:after, section:before, section:after, article:before, article:after { content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }

.clearfix:after, .row:after, .group:after, section:after, article:after { clear: both; }

.clearfix, .row, .group, section, article { zoom: 1; }

/*=================================================================================
	SELECTIONS
=================================================================================*/
::-moz-selection { background: #dddddd; }
::selection { background: #dddddd; }

::-moz-selection { background: #dddddd; }

.lt-ie8 .clearfix, .lt-ie8 .row, .lt-ie8 .group { zoom: 0; }

/*=================================================================================
	ACTIVE NUMBERS
=================================================================================*/
a[href^=tel] { color: inherit; text-decoration: none; }

/*=================================================================================
	OFFSETS - Smaller offsets using a variable $gutter as padding
=================================================================================*/
@font-face { font-family: 'GOOP'; src: url("goop/GOOP.eot?9ommr"); src: url("goop/GOOP.eot?#iefix9ommr") format("embedded-opentype"), url("goop/GOOP.woff?9ommr") format("woff"), url("goop/GOOP.ttf?9ommr") format("truetype"), url("goop/GOOP.svg?9ommr#GOOP") format("svg"); font-weight: normal; font-style: normal; }
.goop-logo { font-family: 'GOOP'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; display: inline-block; }

.goop-logo:before { content: "\e600"; }

/*=================================================================================
	REPLACE [at] - requires GOOP plugin version 0.1.10 at least
=================================================================================*/
.domain:before { content: "\40"; margin-right: 0; }

/*=================================================================================
	SITEMAP
=================================================================================*/
main ul.sitemap li ul { margin-top: 0.1875rem; margin-bottom: 0; }
main ul.sitemap li.current_page_item { display: none; }

/*=================================================================================
	SCROLL
=================================================================================*/
#scroll { padding: 0; font-size: 1.5625rem; position: fixed; bottom: 0.625rem; right: 0.625rem; cursor: pointer; display: none; color: black; z-index: 10000; opacity: 0.5; }

/*=================================================================================
	VIDEOS
=================================================================================*/
.video-container { position: relative; padding-bottom: 56.25%; /* 16:9 */ padding-top: 1.5625rem; height: 0; margin-bottom: 1.25rem; }
.video-container iframe { /* .video-container iframe */ position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/*=================================================================================
	IFRAMES
=================================================================================*/
main iframe, aside iframe { margin: 0 0 1.25rem; display: block; width: 100% !important; }

/*=================================================================================
	UTILITY CLASSES
=================================================================================*/
.clearfix { clear: both; }

.left, .columns.left { float: left; }

.right, .columns.right { float: right; }

/*=================================================================================
	RESPONSIVE TABLES
=================================================================================*/
.table-container { width: 100%; overflow-x: auto; }

/*=================================================================================
	PRINT-FRIENDLY CLASSES
=================================================================================*/
@media screen { .print { display: none; } }
@media only print { .desktop { display: none; }
  .print { display: block; } }
/*=================================================================================
	SKIP TO CONTENT
=================================================================================*/
.skip { position: absolute; top: -1000px; left: -1000px; text-align: left; overflow: hidden; padding: 0.625rem; display: block; width: 100%; text-decoration: none; }
.skip:active, .skip:focus, .skip:hover { top: 0; left: 0; position: relative; background: #FFCE00; color: #000; }

/*=================================================================================
	MAIN NAVIGATION
=================================================================================*/
nav { padding: 0; margin: 0; display: none !important; z-index: 1100; position: absolute; right: 0.3125rem; bottom: 0.625rem; }
@media only screen and (min-width: 768px) { nav { display: block !important; } }
@media only screen and (min-width: 960px) { nav { right: 0; } }
nav ul { text-align: center; margin: 0 auto; padding: 0; width: 100%; font-size: 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
.lt-ie10 nav ul { display: block; }
nav ul li { font-family: "Roboto Condensed", sans-serif; font-size: 1rem; color: #343434; font-weight: 400; text-transform: uppercase; line-height: 1.875rem; /* line-height is preferable to padding to set the height of the nav, unless the links need to wrap onto two lines */ position: relative; -webkit-box-flex: 1; -webkit-flex: auto; -ms-flex: auto; flex: auto; margin: 0; padding: 0 0.3125rem /*==============================================
	DROPDOWNS
==============================================*/ /*==============================================
	SECOND LEVEL HOVER
==============================================*/ }
@media only screen and (min-width: 960px) { nav ul li { padding: 0 0.625rem; } }
.lt-ie10 nav ul li { display: inline-block; }
nav ul li > a { color: rgba(20, 44, 46, 0.58); text-decoration: none; margin: 0; display: block; padding: 0; }
nav ul li:hover > a, nav ul li:focus > a, nav ul li.current-menu-item > a, nav ul li.current-page-item > a, nav ul li.current-page-ancestor > a, nav ul li.current_page_parent > a { color: #142c2e; }
nav ul li ul { position: absolute; left: -9999px; top: -9999px; opacity: 0; z-index: 1; font-size: 0.85em; visibility: hidden; -webkit-transition: opacity 0.3s ease-in-out; transition: opacity 0.3s ease-in-out; }
nav ul li ul li { background: #c2471c; display: block; margin: 0; padding: 0; line-height: 1.875rem; font-weight: 300; font-size: 1em; }
.lt-ie10 nav ul li ul li { display: block; }
nav ul li ul li.menu-item-has-children { position: relative; padding: 0 0.625rem 0 0; }
nav ul li ul li.menu-item-has-children:before { background: none; position: absolute; top: 0.125rem; right: 0.625rem; font-size: 0.75rem; content: "\f105"; color: #ffffff; opacity: 0.5; }
nav ul li ul li > a { color: #ffffff; padding: 0 0.625rem; margin: 0; }
nav ul li ul li > a:hover, nav ul li ul li > a:focus { color: #ffffff; }
nav ul li ul li:hover, nav ul li ul li:focus, nav ul li ul li.current-menu-item, nav ul li ul li.current-page-item, nav ul li ul li.current-page-ancestor, nav ul li ul li.current_page_parent { background: #953716; }
nav ul li ul li:hover > a, nav ul li ul li:focus > a, nav ul li ul li.current-menu-item > a, nav ul li ul li.current-page-item > a, nav ul li ul li.current-page-ancestor > a, nav ul li ul li.current_page_parent > a { color: #ffffff; }
nav ul li ul li ul li { background: #d84f1f; }
nav ul li:hover ul { opacity: 1.0; position: absolute; left: 0; top: 100%; display: block; height: auto; white-space: nowrap; margin: 0; text-align: left; visibility: visible; padding: 0 /*==============================================
	THIRD LEVEL HOVER
==============================================*/ }
nav ul li:hover ul li ul { visibility: hidden; top: -9999px; left: 0; opacity: 0; border: 0; }
nav ul li:hover ul li:hover ul { top: 0; left: 100%; visibility: visible; opacity: 1; }

/*=================================================================================
	RESPONSIVE MENU
=================================================================================*/
#responsive { display: block; position: relative; z-index: 1000; }
@media only screen and (min-width: 768px) { #responsive { display: none; } }
#responsive span { padding: 0.625rem; position: absolute; width: 1.25rem; text-align: left; color: #142c2e; cursor: pointer; }
#responsive span i { font-size: 1.5625rem; }
#responsive ul { background: #142c2e; padding: 0; margin-bottom: 0; display: none; list-style: none; }
#responsive ul li { border-bottom: 0.0625rem solid #050a0a; margin: 0; line-height: 2.1875rem; min-height: 2.1875rem; padding: 0; text-transform: uppercase; }
#responsive ul li a { color: #ffffff; text-decoration: none; display: block; padding: 0 0.625rem; }
#responsive ul li:last-child { border: none; }
#responsive ul li:hover { background: #0c1b1c; color: #ffffff; }
#responsive ul li:hover > ul { opacity: 1; position: relative; top: auto; left: auto; display: block; height: auto; width: auto; white-space: normal; margin: 0; text-align: left; overflow: visible; border-top: 0.0625rem solid #050a0a; position: relative; -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }
#responsive ul li ul { display: none; opacity: 0; top: -9999px; left: 0; z-index: 1; }
#responsive ul li ul li { font-size: 0.75rem; }
#responsive ul li ul li a { color: #ffffff; }
#responsive ul li ul li a:before { content: "- "; }
#responsive ul li ul li ul { display: none !important; }
#responsive ul li.menu-item-has-children { position: relative; }
#responsive ul li.menu-item-has-children:before { position: absolute; top: 0; right: 0.625rem; content: "\f107"; color: #ffffff; }

/*=================================================================================
	FORMS
=================================================================================*/
form li { list-style: none; }
form label { display: block; margin-top: 1em; }
form input[type=radio] + label { margin-top: 0; }
form input[type=checkbox] + label, form input[type=radio] + label, form label.checkbox { display: inline-block; }
form input[type=text], form input[type=email], form input[type=password], form textarea, form select { border: 0.0625rem solid #b3b3b3; padding: 0.3125rem; display: block; margin-left: 0 !important; width: 100% !important; color: gray; border-radius: 0.1875rem; }
form input[type=text]:hover, form input[type=text]:focus, form input[type=email]:hover, form input[type=email]:focus, form input[type=password]:hover, form input[type=password]:focus, form textarea:hover, form textarea:focus, form select:hover, form select:focus { color: #4d4d4d; }

/*=================================================================================
	NINJA FORMS
=================================================================================*/
.ninja-forms-cont { padding-bottom: 1.25rem; }
@media only screen and (min-width: 768px) { .ninja-forms-cont { padding-right: 1.25rem; } }
.ninja-forms-cont .ninja-forms-response-msg { margin: 0; font-weight: 700; }
.ninja-forms-cont .ninja-forms-response-msg.ninja-forms-error-msg { color: #cc0000; }
.ninja-forms-cont .ninja-forms-response-msg.ninja-forms-error-msg p { display: inline; padding-right: 0.3125rem; }
.ninja-forms-cont ninja-forms-response-msg.ninja-forms-success-msg { color: #142c2e; margin: 0 0 1.25rem; }
.ninja-forms-cont .ninja-forms-field-error { color: #cc0000; font-size: 0.75rem; }
.ninja-forms-cont .ninja-forms-field-error p { display: inline; }
.ninja-forms-cont .ninja-forms-error input[type=text], .ninja-forms-cont .ninja-forms-error input[type=email], .ninja-forms-cont .ninja-forms-error textarea, .ninja-forms-cont .ninja-forms-error select { border-color: #cc0000 !important; }
.ninja-forms-cont .ninja-forms-field-description { font-size: 0.75rem; }
.ninja-forms-cont .ninja-forms-field-description p { margin: 0 0 0.3125rem; color: gray; }
.ninja-forms-cont .ninja-forms-required-items { display: block; margin: 0 0 0.3125rem 0; font-size: 0.75rem; color: gray; font-style: italic; }
.ninja-forms-cont .input-group { margin-top: 1em; }
.ninja-forms-cont .field-wrap { margin-bottom: 0.5rem !important; }
.ninja-forms-cont .field-wrap:last-child { margin-bottom: 0 !important; }

/*=================================================================================
	DATEPICKER
=================================================================================*/
.ui-datepicker-header { background: #c2471c; color: #ffffff; }

.ui-datepicker-calendar { border: 1px solid #c2471c; }

a.ui-state-default { color: #c2471c; display: block; padding: 2px; }
a.ui-state-default:hover, a.ui-state-default:focus { background: #c2471c; color: #ffffff; }

/*==============================================
	IMAGES
==============================================*/
.alignnone { margin: 0 0 1.25rem 0; }

.aligncenter, div.aligncenter { display: block; margin: 0 auto 1.25rem; }

.alignright { float: right; margin: 0 0 1.25rem 1.25rem; }

.alignleft { float: left; margin: 0 1.25rem 1.25rem 0; }

.aligncenter { display: block; margin: 0 auto; }

img, img[class*="align"], img[class*="wp-image-"] { max-width: 100%; height: auto; }

img.alignright { margin-left: 0 0 1.25rem 1.25rem; }

img.alignleft { margin: 0 1.25rem 1.25rem 0; }

img.aligncenter { display: block; margin: 0 auto 1.25rem; }

img[class*="align"], img[class*="wp-image-"] { border: none; }

img.wp-post-image { display: block; margin: 0 auto; margin-bottom: 1.875rem; }

@media only screen and (max-width: 599px) { .alignnone, .aligncenter, div.aligncenter, .alignright, .alignleft, .aligncenter { float: none; display: block; margin-left: auto; margin-right: auto; text-align: center; width: 100%; max-width: 100%; } }
@media only screen and (max-width: 600px) { .alignnone, .aligncenter, div.aligncenter, .alignright, .alignleft, .aligncenter { width: 100% !important; max-width: 100%; margin-left: 0; margin-right: 0; float: none; } }

.size-full { width: 100%; height: auto; }

.size-medium { width: 60%; height: auto; }

.size-small { width: 30%; height: auto; }

/*=================================================================================
	WP-CAPTION
=================================================================================*/
.wp-caption { margin-bottom: 1.25rem; max-width: 100%; text-align: left; position: relative; }
@media only screen and (max-width: 600px) { .wp-caption { width: 100% !important; max-width: 100%; margin-left: 0; margin-right: 0; float: none; } }
.wp-caption img { display: block; margin: 0 auto; }
@media only screen and (max-width: 600px) { .wp-caption img { width: 100% !important; max-width: 100%; margin-left: 0; margin-right: 0; float: none; } }

.wp-caption-text { font-size: 0.75rem; padding: 0.625rem 0.3125rem; opacity: 0.8; }

/*=================================================================================
	PAGINATION
=================================================================================*/
main .pagination { margin-top: 1.25rem; margin-bottom: 1.25rem; padding: 0; display: block /*=================================================================================
	SINGLE POSTS
=================================================================================*/ }
main .pagination span, main .pagination a { display: inline-block; background: #c2471c; color: #ffffff; height: 1.25rem; width: 1.25rem; line-height: 1.25rem; text-align: center; font-size: 0.75rem; border: none; text-decoration: none; display: inline-block; }
main .pagination span:hover, main .pagination span:focus, main .pagination span.current, main .pagination a:hover, main .pagination a:focus, main .pagination a.current { background: #953716; border: none; color: #ffffff; }
main .pagination.single div { display: inline-block; width: 50%; margin: 0; }
main .pagination.single div.newer { text-align: right; }

/*=================================================================================
	BUTTONS
=================================================================================*/
.btn, input[type=submit], button { color: #ffffff; background: #c2471c; text-transform: uppercase; font-size: 0.875rem; padding: 0.3125rem 0.625rem; margin: 0; cursor: pointer; border: 0; display: inline-block; -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; border-radius: 0; line-height: 1.4; margin-bottom: 0.625rem; -webkit-appearance: none /*Stops iOS from taking over how buttons look*/ }
.btn:hover, .btn:focus, input[type=submit]:hover, input[type=submit]:focus, button:hover, button:focus { color: #ffffff; background: #ac3f19; border: 0; }

/*=================================================================================
	BUTTON VARIATIONS
=================================================================================*/
.btn-primary { color: #ffffff; background: #c2471c; text-transform: uppercase; font-size: 0.875rem; padding: 0.3125rem 0.625rem; margin: 0; cursor: pointer; border: 0; display: inline-block; -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; border-radius: 0; line-height: 1.4; margin-bottom: 0.625rem; -webkit-appearance: none; /*Stops iOS from taking over how buttons look*/ background: #c2471c; }
.btn-primary:hover, .btn-primary:focus { color: #ffffff; background: #ac3f19; border: 0; }
.btn-primary:hover, .btn-primary:focus { background: #ac3f19; }

.btn-secondary { color: #ffffff; background: #c2471c; text-transform: uppercase; font-size: 0.875rem; padding: 0.3125rem 0.625rem; margin: 0; cursor: pointer; border: 0; display: inline-block; -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; border-radius: 0; line-height: 1.4; margin-bottom: 0.625rem; -webkit-appearance: none; /*Stops iOS from taking over how buttons look*/ background: #142c2e; }
.btn-secondary:hover, .btn-secondary:focus { color: #ffffff; background: #ac3f19; border: 0; }
.btn-secondary:hover, .btn-secondary:focus { background: #0c1b1c; }

.btn-accent { color: #ffffff; background: #c2471c; text-transform: uppercase; font-size: 0.875rem; padding: 0.3125rem 0.625rem; margin: 0; cursor: pointer; border: 0; display: inline-block; -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; border-radius: 0; line-height: 1.4; margin-bottom: 0.625rem; -webkit-appearance: none; /*Stops iOS from taking over how buttons look*/ background: #f09b1d; }
.btn-accent:hover, .btn-accent:focus { color: #ffffff; background: #ac3f19; border: 0; }
.btn-accent:hover, .btn-accent:focus { background: #cc800e; }

.btn.full-width, .btn-primary.full-width, .btn-secondary.full-width, .btn-accent.full-width { /*To be used in conjunction with other button styles*/ width: 100%; padding: 0.41667rem 0.625rem; font-size: 0.75rem; text-transform: uppercase; }
.btn span, .btn-primary span, .btn-secondary span, .btn-accent span { padding-top: 0.625rem; padding-bottom: 0.625rem; display: inline-block; }
.btn i, .btn-primary i, .btn-secondary i, .btn-accent i { display: inline-block; line-height: 1; margin-left: 0.375rem; }
.btn i.fa-2x, .btn-primary i.fa-2x, .btn-secondary i.fa-2x, .btn-accent i.fa-2x { font-size: inherit; }

.btn-small { padding: 0.41667rem 0.625rem; font-size: 0.75rem; text-transform: uppercase; }

br + .btn { margin-top: 0.625rem; }

/*==============================================
	MESSAGES
==============================================*/
.message, #mce-responses > div { padding: 1.25rem; margin-bottom: 1.25rem; margin-top: 1.25rem; }
.message.warning, #mce-responses > div.warning { background: #fffbd7; border: 1px solid #d7c200; }
.message.error, .message #mce-error-response, #mce-responses > div.error, #mce-responses > div #mce-error-response { background: #ffc6c7; border: 1px solid #c60004; }
.message.success, .message #mce-success-response, #mce-responses > div.success, #mce-responses > div #mce-success-response { background: white; border: 1px solid #67ce87; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp { padding: 0; margin: 0; border: 0; outline: none; vertical-align: top; }

.fancybox-wrap { position: absolute; top: 0; left: 0; z-index: 8020; }

.fancybox-skin { position: relative; background: #f9f9f9; color: #444; text-shadow: none; border-radius: 4px; }

.fancybox-opened { z-index: 8030; }

.fancybox-opened .fancybox-skin { /*	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);*/ }

.fancybox-outer, .fancybox-inner { position: relative; }

.fancybox-inner { overflow: hidden; }

.fancybox-type-iframe .fancybox-inner { -webkit-overflow-scrolling: touch; }

.fancybox-error { color: #444; font: 14px/20px "Open Sans", Arial, sans-serif, Arial, sans-serif; margin: 0; padding: 10px; white-space: nowrap; }

.fancybox-image, .fancybox-iframe { display: block; width: 100%; height: 100%; }

.fancybox-image { max-width: 100%; max-height: 100%; }

#fancybox-loading, .fancybox-prev span, .fancybox-next span { background-image: url("lightbox/images/fancybox_sprite.png"); }

.fancybox-close { background-image: url("lightbox/images/close.png"); background-repeat: no-repeat; }

#fancybox-loading { position: fixed; top: 50%; left: 50%; margin-top: -22px; margin-left: -22px; background-position: 0 -108px; opacity: 0.8; cursor: pointer; z-index: 8060; }

#fancybox-loading div { width: 44px; height: 44px; background: url("lightbox/images/fancybox_loading.gif") center center no-repeat; }

.fancybox-close { position: absolute; top: 0; right: 0; width: 36px; height: 36px; cursor: pointer; z-index: 8040; }

.fancybox-nav { position: absolute; top: 0; width: 40%; height: 100%; cursor: pointer; text-decoration: none; background: transparent url("lightbox/images/blank.gif"); /* helps IE */ -webkit-tap-highlight-color: transparent; z-index: 8040; }

.fancybox-prev { left: 0; }

.fancybox-next { right: 0; }

.fancybox-nav span { position: absolute; top: 50%; width: 36px; height: 34px; margin-top: -18px; cursor: pointer; z-index: 8040; visibility: hidden; }

.fancybox-prev span { left: 0; background-position: 0 -36px; }

.fancybox-next span { right: 0; background-position: 0 -72px; }

.fancybox-nav:hover span { visibility: visible; }

.fancybox-tmp { position: absolute; top: -99999px; left: -99999px; visibility: hidden; max-width: 99999px; max-height: 99999px; overflow: visible !important; }

/* Overlay helper 

.fancybox-lock { overflow: hidden !important; width: auto;
}*/
/*.fancybox-lock body { overflow: hidden !important;
}

.fancybox-lock-test { overflow-y: hidden !important;
}*/
.fancybox-overlay { position: absolute; top: 0; left: 0; /*	overflow: hidden;*/ display: none; z-index: 8010; /*background: url('lightbox/images/fancybox_overlay.png');*/ background: rgba(20, 20, 20, 0.9); }

.fancybox-overlay-fixed { position: fixed; bottom: 0; right: 0; }

.fancybox-lock .fancybox-overlay { /*overflow: auto;
overflow-y: scroll;*/ }

/* Title helper */
.fancybox-title { visibility: hidden; font: normal 13px/20px "Open Sans", Arial, sans-serif; position: relative; text-shadow: none; z-index: 8050; }

.fancybox-opened .fancybox-title { visibility: visible; }

.fancybox-title-float-wrap { position: absolute; bottom: -10px; left: 0; z-index: 8050; text-align: left; padding: 10px; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; background: #ffffff; width: 100%; }

.fancybox-title-float-wrap .child { font-size: 0.75rem /*	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; 
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;*/ }

.fancybox-title-outside-wrap { position: relative; margin-top: 10px; color: #fff; }

.fancybox-title-inside-wrap { padding-top: 10px; }

.fancybox-title-over-wrap { position: absolute; bottom: 0; left: 0; color: #fff; padding: 10px; background: #000; background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) { #fancybox-loading .fancybox-prev span, .fancybox-next span { background-image: url("lightbox/images/fancybox_sprite@2x.png"); background-size: 44px 152px /*The size of the normal image, half the size of the hi-res image*/ }
  .fancybox-close { background-image: url("lightbox/images/close@2x.png"); background-size: 44px 152px /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div { background-image: url("lightbox/images/fancybox_loading@2x.gif"); background-size: 24px 24px /*The size of the normal image, half the size of the hi-res image*/ } }
/*=================================================================================
	RESPONSIVE TABLES USING STACKTABLE.JS
=================================================================================*/
.stacktable { width: 100%; }

.st-head-row { padding: 0.625rem; }

.st-head-row.st-head-row-main { font-size: 1.5em; }

.stacktable.large-only { display: table; }

.stacktable.small-only { display: none; }

@media (max-width: 767px) { .stacktable.large-only { display: none; }
  .stacktable.small-only { display: table; } }
/* Features */
/*=================================================================================
	GALLERIES
=================================================================================*/
main .gallery, article .gallery { margin: 0 0.5% 2.5rem 0.5% !important; }
main .gallery a, main .gallery a:hover, main .gallery a:focus, article .gallery a, article .gallery a:hover, article .gallery a:focus { padding: 0; margin: 0; background: none; }
main .gallery .gallery-item, article .gallery .gallery-item { padding: 0; margin: 0 1% 0.5% 0 !important; float: none !important; display: inline-block !important; position: relative !important; }
main .gallery .gallery-item img, article .gallery .gallery-item img { display: block; border: none !important; width: 100%; height: auto; }
main .gallery .gallery-item .gallery-caption, article .gallery .gallery-item .gallery-caption { position: absolute !important; bottom: 0; text-align: center; background: rgba(0, 0, 0, 0.5); padding: 0.3125rem; font-size: 0.625rem; color: #ffffff; width: 100%; font-style: normal; opacity: 0; -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }
main .gallery .gallery-item:hover .gallery-caption, article .gallery .gallery-item:hover .gallery-caption { opacity: 1; z-index: 1000; }
main .gallery br, article .gallery br { display: none !important; }
main .gallery.gallery-columns-1 .gallery-item, main .gallery.gallery-columns-2 .gallery-item, main .gallery.gallery-columns-3 .gallery-item, article .gallery.gallery-columns-1 .gallery-item, article .gallery.gallery-columns-2 .gallery-item, article .gallery.gallery-columns-3 .gallery-item { width: 32.66% !important; }
main .gallery.gallery-columns-1 .gallery-item:nth-of-type(3n+3), main .gallery.gallery-columns-2 .gallery-item:nth-of-type(3n+3), main .gallery.gallery-columns-3 .gallery-item:nth-of-type(3n+3), article .gallery.gallery-columns-1 .gallery-item:nth-of-type(3n+3), article .gallery.gallery-columns-2 .gallery-item:nth-of-type(3n+3), article .gallery.gallery-columns-3 .gallery-item:nth-of-type(3n+3) { margin-right: 0 !important; }
main .gallery.gallery-columns-4 .gallery-item, article .gallery.gallery-columns-4 .gallery-item { width: 24.25% !important; }
main .gallery.gallery-columns-4 .gallery-item:nth-of-type(4n+4), article .gallery.gallery-columns-4 .gallery-item:nth-of-type(4n+4) { margin-right: 0 !important; }
main .gallery.gallery-columns-5 .gallery-item, article .gallery.gallery-columns-5 .gallery-item { width: 19.2% !important; }
main .gallery.gallery-columns-5 .gallery-item:nth-of-type(5n+5), article .gallery.gallery-columns-5 .gallery-item:nth-of-type(5n+5) { margin-right: 0 !important; }
main .gallery.gallery-columns-6 .gallery-item, article .gallery.gallery-columns-6 .gallery-item { width: 15.83% !important; }
main .gallery.gallery-columns-6 .gallery-item:nth-of-type(6n+6), article .gallery.gallery-columns-6 .gallery-item:nth-of-type(6n+6) { margin-right: 0 !important; }
main .gallery.gallery-columns-7 .gallery-item, article .gallery.gallery-columns-7 .gallery-item { width: 13.42% !important; }
main .gallery.gallery-columns-7 .gallery-item:nth-of-type(7n+7), article .gallery.gallery-columns-7 .gallery-item:nth-of-type(7n+7) { margin-right: 0 !important; }
main .gallery.gallery-columns-8 .gallery-item, article .gallery.gallery-columns-8 .gallery-item { width: 11.62% !important; }
main .gallery.gallery-columns-8 .gallery-item:nth-of-type(8n+8), article .gallery.gallery-columns-8 .gallery-item:nth-of-type(8n+8) { margin-right: 0 !important; }
main .gallery.gallery-columns-9 .gallery-item, article .gallery.gallery-columns-9 .gallery-item { width: 10.22% !important; }
main .gallery.gallery-columns-9 .gallery-item:nth-of-type(9n+9), article .gallery.gallery-columns-9 .gallery-item:nth-of-type(9n+9) { margin-right: 0 !important; }

/* @import "features/mailchimp"; */
/* @import "features/search";*/
/*=================================================================================
	SLIDESHOW / IMAGE BANNER (example only - this are usually unique)
=================================================================================*/
#slideshow { padding: 0; position: relative; z-index: 0; margin: 0 auto; width: 100%; z-index: -1; overflow: hidden; border-bottom: 0.625rem solid #ffffff; }
@media only screen and (max-width: 599px) { #slideshow { display: none; } }
#slideshow div.photo { display: none; background-position: center center !important; background-size: cover !important; width: 100%; }
#slideshow div.photo img { display: block; margin: 0 auto; width: 100%; height: auto; -webkit-transition: none; transition: none; z-index: 0 /*max-height:rem-calc(200);
#home & {
	max-height:none;
}*/ }
#slideshow div#caption { line-height: 1.35; color: #ffffff; text-align: center; text-transform: uppercase; font-size: 1.875rem; position: absolute; bottom: 20%; margin-left: 0.2em; z-index: 1000; font-family: "Roboto Condensed", sans-serif; font-weight: 700; }
@media only screen and (min-width: 768px) { #slideshow div#caption { text-align: left; max-width: 60%; font-size: 3.125rem; } }
@media only screen and (min-width: 960px) { #slideshow div#caption { font-size: 3.75rem; } }
@media only screen and (min-width: 1200px) { #slideshow div#caption { font-size: 4.375rem; max-width: 55%; } }
@media only screen and (min-width: 1920px) { #slideshow div#caption { font-size: 5rem; max-width: 40%; } }
#slideshow div#caption span { background: #142c2e; box-shadow: 0.2em 0 0 #142c2e, -0.2em 0 0 #142c2e; }
@media only screen and (min-width: 600px) { #slideshow div#caption span { background: rgba(20, 44, 46, 0.8); box-shadow: 0.2em 0 0 rgba(20, 44, 46, 0.8), -0.2em 0 0 rgba(20, 44, 46, 0.8); } }

/* @import "features/staff"; */
/* @import "features/testimonials"; */
/* Site specific */
/*=================================================================================
	TABLE OF CONTENTS
=================================================================================*/
/* 
	- Basics
		- Utility classes
		- Typography
		- Links
		- Buttons
		- Messages
	- Header 
		- Details (Phone number etc)
	- Content
		- Homepage specific styles
		- Widget globals
		- Article
			- Lists
			- Blockquotes
			- Tables
			- Extras
		- Posts & Children
	- Sidebar
	- Footer
	- GOOP credit
	- Media Queries
*/
/*=================================================================================
	BASICS
=================================================================================*/
html, body { height: 100%; margin: 0; padding: 0; line-height: 1.4; font-size: 1rem; color: #4d4d4d; font-family: "Open Sans", Arial, sans-serif; font-weight: 300; }

*, *:before, *:after { box-sizing: border-box; }

a, img, span { -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }

/*==============================================
	TYPOGRAPHY
==============================================*/
body, input, select, textarea, label, button { font-family: "Open Sans", Arial, sans-serif; }

ul li.menu-item-has-children:before, article blockquote:before { font-family: 'FontAwesome'; }

h1, span.h1, h2, h3, h4, h5, h6 { font-family: "Roboto Condensed", sans-serif; font-weight: 700; line-height: 1.15; }

h1, span.h1, h2, h3, h4, h5, h6, p, ul { margin-bottom: 0.625rem; }

li, p { font-size: 1rem; }

small { font-size: 0.75rem; }

/*==============================================
	LINKS
==============================================*/
main a, article a, aside a { color: #343434; text-decoration: none; position: relative; border-bottom: 1px dotted gray; }
main a:hover, main a:focus, article a:hover, article a:focus, aside a:hover, aside a:focus { color: #c2471c; border-bottom: 1px solid #c2471c; }
main a.readmore, article a.readmore, aside a.readmore { white-space: nowrap; }

/*=================================================================================
	HEADER
=================================================================================*/
header { padding: 0; position: relative; margin: 0; z-index: 100; }
header .container { padding: 0; width: 100%; }
header .container #logo a.logo { width: 100%; display: block; padding: 0; max-width: 12.5rem; margin: 1.25rem auto; }
@media only screen and (min-width: 768px) { header .container #logo a.logo { margin: 0; } }
header .container #logo a.logo img { display: block; margin: 0 auto; background: #c2471c; padding: 1.25rem; }
@media only screen and (min-width: 768px) { header .container #logo a.logo img { margin: 0; } }
header .container #details { background: url(img/backgrounds/details.png) center top repeat-y; background-size: 100% auto; max-width: 20rem; list-style: none; margin: 0 auto 1.25rem; padding: 0; }
@media only screen and (max-width: 767px) { header .container #details { text-align: center; } }
@media only screen and (min-width: 768px) { header .container #details { margin: 0 0 0 auto; } }
header .container #details li { background: #f26f2d; margin: 0 3% 0 35%; color: #ffffff; font-size: 0.875rem; font-family: "Roboto Condensed", sans-serif; font-weight: 700; line-height: 1.1; padding: 0 0.1875rem; }
@media only screen and (min-width: 768px) { header .container #details li { padding-left: 0.625rem; } }
header .container #details li span { font-size: 170%; display: block; }
header .container #details li:first-child { padding-top: 0.1875rem; }
header .container #details li:last-child { padding-bottom: 0.1875rem; }

/*=================================================================================
	CONTENT
=================================================================================*/
section#introduction { min-height: 3.125rem; padding: 1.25rem; margin: 0 /*@media only screen and (min-width:$tablet-portrait) {
	padding:$gutter*3 0;
}
@media only screen and (min-width:$tablet) {
	padding:$gutter*4 0;
}
@media only screen and (min-width:$large) {
	padding:$gutter*6 0;
}*/ }
section#content { padding: 0; width: 100%; background: #ffffff; }
section#content main { padding: 1.25rem 2% /*@media only screen and (min-width:$boundary - 400) {
	padding:$gutter 10%;
}*/ }
section#boxes { max-width: none; padding: 0; width: 100%; }
section#boxes .column { padding: 1.25rem; color: #ffffff; font-size: 0.8125rem; }
section#boxes .column:nth-child(1) { background: #c2471c; }
section#boxes .column:nth-child(2) { background: #f09b1d; }
section#boxes .column:nth-child(3) { background: #142c2e; }
@media only screen and (min-width: 1024px) { section#boxes .column { padding: 2.5rem; } }
@media only screen and (min-width: 1200px) { section#boxes .column { padding: 3.75rem; } }
section#boxes .column span.title { display: block; font-family: "Roboto Condensed", sans-serif; font-weight: 700; font-size: 150%; margin-bottom: 0.625rem; line-height: 1.15; }
section#boxes .column ul { font-size: 0.8125rem; list-style: none; margin: 0; }
section#boxes .column ul li { font-size: 100%; margin-bottom: 0.5rem; }
section#boxes .column ul li:last-of-type { margin: 0; }
section#boxes .column p { font-size: 100%; }
section#boxes .column a { color: inherit; }

/*=================================================================================
	ARTICLES & MAIN CONTENT
=================================================================================*/
article, main { /*==============================================
	LISTS
==============================================*/ /*==============================================
	SMALL
==============================================*/ /*==============================================
	BLOCKQUOTES
==============================================*/ /*==============================================
	TABLES
==============================================*/ /*==============================================
	EXTRAS
==============================================*/ }
article h1, article span.h1, main h1, main span.h1 { font-size: 1.875rem; margin-bottom: 0.625rem; display: block; }
article h2, main h2 { font-size: 1.375rem; margin-bottom: 0.625rem; }
article h3, main h3 { font-size: 1.25rem; margin-bottom: 0.3125rem; color: #00000; }
article h4, article h5, article h6, main h4, main h5, main h6 { font-size: 1.0625rem; margin-bottom: 0.3125rem; }
article p, main p { line-height: 1.3; margin-bottom: 1rem; }
article strong, main strong { font-weight: 400; }
article ul, article ol, main ul, main ol { margin: 0 1.5625rem 1.25rem; }
article ul li, article ol li, main ul li, main ol li { margin-bottom: 0.3125rem; }
article ul, main ul { list-style: disc; }
article ol, main ol { list-style: decimal; margin: 0 0 1.25rem; }
#about article ol, #about main ol { list-style: none; }
#about article ol li, #about main ol li { display: inline-block; margin-right: 1.25rem; }
#about article ol li:last-child, #about main ol li:last-child { margin-right: 0; }
#about article ol li a, #about main ol li a { display: block; border: none; }
#about article ol li a img, #about main ol li a img { display: block; width: auto; height: 3.4375rem; }
article small, main small { font-size: 0.75rem; margin: 0 0 0.625rem; opacity: 0.7; text-transform: uppercase; color: #142c2e; }
article .date, main .date { display: block; }
article blockquote, main blockquote { position: relative; padding: 1.25rem 0 0 1.25rem; }
article blockquote:before, main blockquote:before { content: "\f10d"; opacity: 0.3; position: absolute; top: 1.25rem; left: 0; clear: both; visibility: visible; overflow: visible; }
article table, main table { margin: 0 0 1.25rem 0; border-collapse: collapse; width: 100%; border: 1px solid silver; }
article table th, article table td, main table th, main table td { border: 1px solid silver; padding: 0.625rem; }
article hr, main hr { border-color: silver; height: 0.0625rem; }
article .columns.eight, main .columns.eight { padding-bottom: 1.25rem; }
@media only screen and (min-width: 768px) { article .columns.eight:last-child, main .columns.eight:last-child { padding-left: 1.25rem; } }

/*=================================================================================
	POSTS & CHILDREN
=================================================================================*/
main .type-page, main .type-post, article .type-page, article .type-post { clear: both; padding: 1.25rem 0 0; margin: 1.25rem 0 0; border-top: 0.0625rem solid silver; }
main .type-page h2.title, main .type-post h2.title, article .type-page h2.title, article .type-post h2.title { background: none; padding: 0; margin: 0 0 0.3125rem; }
main .type-page h2.title a, main .type-post h2.title a, article .type-page h2.title a, article .type-post h2.title a { text-decoration: none; padding: 0; margin: 0; border-color: transparent; color: inherit; }
main .type-page .thumbnail, main .type-post .thumbnail, article .type-page .thumbnail, article .type-post .thumbnail { margin-bottom: 1.25rem; }
@media only screen and (min-width: 768px) { main .type-page .thumbnail, main .type-post .thumbnail, article .type-page .thumbnail, article .type-post .thumbnail { padding-right: 1.25rem; } }
main .type-page .thumbnail img, main .type-post .thumbnail img, article .type-page .thumbnail img, article .type-post .thumbnail img { display: block; margin: 0.3125rem 0 0.625rem; width: 100%; height: auto; }
main .type-page .thumbnail a, main .type-page .thumbnail a:hover, main .type-page .thumbnail a:focus, main .type-post .thumbnail a, main .type-post .thumbnail a:hover, main .type-post .thumbnail a:focus, article .type-page .thumbnail a, article .type-page .thumbnail a:hover, article .type-page .thumbnail a:focus, article .type-post .thumbnail a, article .type-post .thumbnail a:hover, article .type-post .thumbnail a:focus { border: none; padding: 0; margin: 0; }
main .type-post:first-of-type, article .type-post:first-of-type { padding-top: 0; margin-top: 0; border-top: none; }
main .type-page.hentry p, article .type-page.hentry p { display: inline; }

/*=================================================================================
	SIDEBAR
=================================================================================*/
aside { margin: 0; padding: 0; background: #c2471c; }
aside ul.sidebar { list-style: none; margin: 0; padding: 1.25rem; }
@media only screen and (min-width: 960px) { aside ul.sidebar { padding: 1.875rem 2.5rem; } }
aside ul.sidebar:first-of-type { 	/*background: url(img/backgrounds/aside.jpg) no-repeat;  	background-size:cover;*/ min-height: 18.75rem; }
aside ul.sidebar li { font-size: 0.8125rem; line-height: 1.25; color: #ffffff; }
@media only screen and (min-width: 768px) { aside ul.sidebar li { display: block; margin: 0; } }
aside ul.sidebar li small { font-size: 0.6875rem; display: block; margin-bottom: 0.3125rem; font-family: "Roboto Condensed", sans-serif; }
aside ul.sidebar li h3 { font-size: 1.5625rem; font-weight: 700; margin: 0; padding: 0 0 0.3125rem; }
aside ul.sidebar li strong { font-size: 0.8125rem; display: block; text-transform: uppercase; }
aside ul.sidebar li a { color: inherit; border: none; }
aside ul.sidebar li a:hover { text-decoration: underline; }
aside ul.latest li:nth-child(3) { border-top: 0.0625rem solid #ffffff; margin-top: 0.625rem; padding-top: 0.625rem; }

/*=================================================================================
	FOOTER
=================================================================================*/
footer { background: #142c2e; border-top: 0.625rem solid #ffffff; }
footer ul { padding: 0.625rem 0; margin: 0 /*==============================================
	GOOP CREDIT
==============================================*/ }
footer ul.goop { list-style: none; font-size: 0; width: 100%; text-align: center; }
footer ul.goop li { font-size: 0.75rem; display: inline-block; padding: 0; vertical-align: middle; margin: 0 0.3125rem; }
footer ul.goop li a { padding: 0; color: rgba(255, 255, 255, 0.5); margin: 0; display: block; border: 0; text-decoration: none; }
footer ul.goop li a span { display: inline-block; margin-left: 0.3125rem; vertical-align: bottom; }
footer ul.goop li a:hover, footer ul.goop li a:focus { border: none; color: #fbe9e2; }

/* Overrides */
/*=================================================================================
	IE
=================================================================================*/
.lt-ie9 html, .lt-ie9 body { font-size: 100%; }

/*=================================================================================
	BROWSER WARNING
=================================================================================*/
#browser { text-align: center; padding: 0; background: #ffffcc; margin: 0; font-size: 70%; width: 100%; border-bottom: 1px solid #cccccc; font-family: "Open Sans", Arial, sans-serif; z-index: 10000; position: relative; }

#browser span { display: block; width: 960px; margin: 0 auto; padding: 3px; color: #666666; }

#browser span a { color: #000; text-decoration: none; }

#browser span a:hover, #browser span a:focus { background: none; color: #000; text-decoration: underline; }
