/* Custom Fonts */
@font-face {
	font-family: 'muli-regular';
    src: url('../fonts/muli-regular-webfont.eot');
    src: url('../fonts/muli-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/muli-regular-webfont.woff') format('woff'),
         url('../fonts/muli-regular-webfont.ttf') format('truetype'),
         url('../fonts/muli-regular-webfont.svg#muliregular') format('svg');
	font-weight: normal;
}

@font-face {
	font-family: 'montserrat';
	src: url('../fonts/montserrat-regular-webfont.eot');
	src: url('../fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/montserrat-regular-webfont.woff') format('woff'),
		url('../fonts/montserrat-regular-webfont.ttf') format('truetype'),
		url('../fonts/montserrat-regular-webfont.svg#montserratregular') format('svg'),;
	font-weight: normal;
}

@font-face {
	font-family: 'montserrat';
	src: url('../fonts/montserrat-bold-webfont.eot');
	src: url('../fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/montserrat-bold-webfont.woff') format('woff'),
		url('../fonts/montserrat-bold-webfont.ttf') format('truetype'),
		url('../fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
	font-weight: bold;
}

@font-face {
    font-family: 'slabo13px-regular';
    src: url('../fonts/slabo13px-regular-webfont.eot');
    src: url('../fonts/slabo13px-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/slabo13px-regular-webfont.woff') format('woff'),
         url('../fonts/slabo13px-regular-webfont.ttf') format('truetype'),
         url('../fonts/slabo13px-regular-webfont.svg#slabo_13pxregular') format('svg');
    font-weight: normal;
}

@font-face {
    font-family: 'gotham_blackregular';
    src: url('../fonts/gotham-black-webfont.eot');
    src: url('../fonts/gotham-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gotham-black-webfont.woff') format('woff'),
         url('../fonts/gotham-black-webfont.ttf') format('truetype'),
         url('../fonts/gotham-black-webfont.svg#gotham_blackregular') format('svg');
    font-weight: normal;

}

@font-face {
    font-family: 'roboto_slablight';
    src: url('../fonts/robotoslab-light-webfont.eot');
    src: url('../fonts/robotoslab-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/robotoslab-light-webfont.woff') format('woff'),
         url('../fonts/robotoslab-light-webfont.ttf') format('truetype'),
         url('../fonts/robotoslab-light-webfont.svg#roboto_slablight') format('svg');
    font-weight: normal;
}

.gotham { font-family: "gotham_blackregular",Arial,Helvetica,sans-serif; }
.roboto { font-family: "roboto_slablight",Arial,Helvetica,sans-serif; }
.muli { font-family: "muli-regular",Arial,Helvetica,sans-serif; }
.montserrat { font-family: "montserrat",Arial,Helvetica,sans-serif; }
.slabo { font-family: "slabo13px-regular",Arial,Helvetica,sans-serif; }
.arial { font-family: Arial,Helvetica,sans-serif; }

/* Site Defaults */

body {
	font-size: 1.6em; /* 16px */
	line-height: 1.5; /* 1.5 X 16 = 24px */
	font-family: "muli-regular",Arial,Helvetica,sans-serif;
}

.white-space-nowrap { white-space:nowrap; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong,
.h1 strong, .h2 strong, .h3 strong, .h4 strong, .h5 strong, .h6 strong,
h1 b, h2 b, h3 b, h4 b, h5 b, h6 b,
.h1 b, .h2 b, .h3 b, .h4 b, .h5 b, .h6 b,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a  {
	font-weight:normal;
	margin-top: -0.375em;
	text-rendering: optimizelegibility;
	color: #212121;
}
html .heading-text-color, html .heading-text-color a { color: : #212121 } /*Same as Above*/

h1, html .h1 {
	font-weight: bold;
	font-size: 2.2em;
	margin-bottom: 0.8em;
	clear:both;	
	font-family: "gotham_blackregular",Arial,Helvetica,sans-serif;
}

h2, html .h2 {
	font-size: 1.8em;
	margin-bottom: 1em;
	font-family: "gotham_blackregular",Arial,Helvetica,sans-serif;
}
h3, html .h3 {
	font-size: 1.6em;
	margin-bottom: 1.2em;
	font-family: "slabo13px-regular",Arial,Helvetica,sans-serif;
}
h4, html .h4 {
	font-size: 1.4em;
	margin-bottom: 1.4em;
}
h5, html .h5 {
	font-size: 1.2em;
	margin-bottom: 1.6em;
}
h6, html .h6 {
	font-size: 1em;
	font-weight:bold;
	margin-bottom: 1.8em;
}

h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small { color: #8b8b8b; font-weight: normal; }
h1 .small, h2 .small, h3 .small, .h1 .small, .h2 .small, .h3 .small { font-size: 0.65em; }
h4 .small, h5 .small, h6 .small, .h4 .small, .h5 .small, .h6 .small { font-size: 0.75em; }

/* Background Colors */

.light-gray-background { background-color:#F1F1F1; }
.blue-background { background-color: #9FCBED; }
.white-background { background-color:#FFFFFF; }

/* Font Colors */

body, html .default-text-color, html .default-text-color a, html [class*="-text-color"] .default-text-color, html [class*="-text-color"] .default-text-color a { color: #555555; }

strong, dt, html .strong-text-color, html .strong-text-color a, html [class*="-text-color"] .strong-text-color, html [class*="-text-color"] .strong-text-color a { color: #454545; }

html blockquote, html .tag-line, code, kbd, samp, pre, html .secondary-text-color, html .secondary-text-color a, html [class*="-text-color"] .secondary-text-color, html [class*="-text-color"] .secondary-text-color a { color: #8b8b8b; }

html .highlight-text-color, html .highlight-text-color a, html [class*="-text-color"] .highlight-text-color, html [class*="-text-color"] .highlight-text-color a { color: #2AB673; }

a, html .link-text-color, html .link-text-color a, html [class*="-text-color"] .link-text-color, html [class*="-text-color"] .link-text-color a { color: #17c6ba; }

html .dark-background, html .dark-background h1, html .dark-background h2, html .dark-background h3, html .dark-background h4, html .dark-background h5, html .dark-background h6, html .dark-background strong { color: #fff; }
html .dark-background a { color: #fff; }


/* Buttons */

input[type="submit"], input[type="button"], input[type="reset"], .button, button {
	border:none;
	clear:both;
	padding:16px 30px;
	color:#FFFFFF;
	width:auto;
	height:auto;
	text-align:center;
	cursor: pointer;
	font-size: 1.1em;
	display: inline-block;
	text-align:center;
	line-height:1em;
	margin-bottom:0px;
	border-radius: 3px 3px 3px 3px;
	-webkit-appearance:none;
	-moz-appearance:none;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

/*============= Button - Primary Color =============*/

input[type="submit"], input[type="button"], input[type="reset"], .button, button {
	background-color:#3398d8;
	border:2px solid #3398d8;
}

/* Button - Primary Color Hover */

input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, .button:hover, button:hover, html body .button-hollow:hover {
	background-color:#2789cb;
	border-color:#2789cb;
}

/* Button - Hollow */
/* Usable Classes : button-hollow  */
/* Example Usage : button button-hollow  */

html .button-hollow {
	background:none;
	color:#3398d8; /* IN MOST CASES THIS IS THE SAME AS THE PRIMARY BACKGROUND COLOR */
}

html .button-hollow:hover {
	color:#FFFFFF;
}

/* Button - Hollow on Hover */
/* Usable Classes : button-hollow-hover */
/* Example Usage : button button-hollow-hover  */

html .button-hollow-hover:hover {
	background:none;
	border-color:#2789cb; /* IN MOST CASES THIS IS THE SAME AS THE PRIMARY BACKGROUND COLOR HOVER */
	color:#2789cb; /* IN MOST CASES THIS IS THE SAME AS THE PRIMARY BACKGROUND COLOR HOVER */
}


/*============= Button - Secondary Color =============*/

/* Class Usage  : button-hollow button-secondary-color  */

html body .button-secondary-color {
	background-color:#ffbf3c;
	border-color:#ffbf3c;	
}

html .button-secondary-color:hover, html body .button-hollow:hover.button-secondary-color {
	background-color:#FFAD04; 
	border-color:#FFAD04;	
}

/* Button - Hollow */
/* Usable Classes : button-hollow  */
/* Example Usage : button button-secondary-color button-hollow  */

html .button-hollow.button-secondary-color {
	background:none;
	color:#ffbf3c; /* IN MOST CASES THIS IS THE SAME AS THE SECONDARY BACKGROUND COLOR */
}

html .button-hollow:hover.button-secondary-color {
	color:#FFFFFF;	
}

/* Button - Hollow on Hover */
/* Usable Classes : button-hollow-hover */
/* Example Usage : button button-secondary-color button-hollow-hover  */

html .button-hollow-hover.button-secondary-color:hover {
	background:none;
	border-color:#FFAD04; /* IN MOST CASES THIS IS THE SAME AS THE SECONDARY BACKGROUND COLOR HOVER */
	color:#FFAD04; /* IN MOST CASES THIS IS THE SAME AS THE SECONDARY BACKGROUND COLOR HOVER */
}

/* Removeing Button Styles */
/* Usable Classes : no-button  */

html .no-button {
    background: none;
    border: none;
    padding: 0;
	line-height:normal;
}

/* Button Sizes */
/* Usable Classes  : button-small , button-regular , button-large , button-full  */
/* Example Usage : button button-small  */

html body .button-small {
	border-radius: 3px 3px 3px 3px;
	font-size: 18px;
	padding:13px 19px;
}

html body .button-regular {
	border-radius: 5px 5px 5px 5px;
	font-size: 20px;
	padding:16px 29px;
}

html body .button-large {
	border-radius: 7px 7px 7px 7px;
	font-size: 18px;
	padding:19px 44px;
	text-transform:uppercase;
}

html body .button-full {
	width:100%;
}
html body .button-large.button-full {
	padding-left:16px;
	padding-right:16px;
}

/* Commom Border, separate if need be */

hr, fieldset, pre, table tr, table th, .responsive-table-wrap, .loop article, .pagination-wrap, .comment-content, .common-border-color {
    border-color: #F1F1F1; /*IE Fallback*/
	border-width:1px;
}


/* Tables */

table th {
	color: #333333;
	font-size: 1.1em;
	background-color:#3a86e5;
	border-left-width:0px;
	border-right-width:0px;
	border-top-width:0px;
}

table tr {
	border-style: solid;
	border-left-width:0px;
	border-right-width:0px;
	border-top-width:0px;
}

table td {
	border-width:0px;
}

/* Blockquotes */

html blockquote {
	border-left-style:solid;
	border-width:4px;
	border-color:#006EB9;
	margin: 0 0 2em;
	padding: 0.5em 0 0.5em 1.5em;
	clear:both;
	font-size:22px;
}

blockquote em:before {
    content: "- ";
}

blockquote em {
    font-size: 0.85em;
    font-style: normal;
	display:block;
	font-style:normal;
}

blockquote p {
	display: inline;
}

blockquote p + p {
	display:block;
    margin-bottom: 0;
    margin-top: 20px;
}

blockquote.right {
	text-align: right;
	border-left:none;
	border-right-style:solid;
	margin: 0 1.5em 2em 0;
	padding: 0.5em 1.5em 0.5em 0;
}

blockquote + * {
	clear:both;
}

/* Pagination */

.pagination {
    margin-left: -9px;
	margin-right:-9px;
}

.pagination span, .pagination a, .pagination .pag-sep {
	border-radius:3px;
	text-align:center;
	min-height:44px;
	line-height:44px;
	margin: 0 9px;
}

.pagination span, .pagination a {
	background-color: #E4E4E4;
	color: #5D5D5D;
	padding: 0 15px;
	min-width:44px;
}

.pagination a:hover, .pagination .current {
	color:#fff;
	background-color: #3a86e5;
}

/* Menu */

.main-menu.nav-menu li a:hover { color: #3D3D3D; }
.main-menu.nav-menu li.current-menu-item > a,  .main-menu.nav-menu li.current-page-ancestor > a, .main-menu.nav-menu > li.current-menu-ancestor > a { color: #9FCBED; }

.main-menu li { margin: 0 40px 0 0; }
.main-menu li a { padding: 26px 0; color: #3D3D3D; font-weight:bold; }

#magic-line { position: absolute; bottom: 0; left: 0; height: 3px; background: #FFF; -webkit-backface-visibility: hidden; margin:0px; z-index:-1; list-style:none; }

/* Justified Menus */

.justify-menu {
	line-height: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
	text-align: justify;
}
.justify-menu .nav-menu {
	display: inline;
	float: none;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	width: 100%;
	position:static;
}
.justify-menu .nav-menu li {
	display: inline-block;
	float: none;
	margin: 0;
}
.justify-menu .nav-menu li a {
	display: inline-block;
	padding-left: 12px;
	padding-right: 12px;
	transition: background-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
}
.justify-menu:after {
	content: "";
	display: inline-block;
	height: 0;
	vertical-align: top;
	width: 100%;
}

.justify-menu .nav-menu #magic-line { z-index:0;}

/* =LAYOUT // DELETE WHAT YOU DONT PLAN ON USING!
-------------------------------------------------------------- */

#content-wrap-both, #content-wrap-left, #content-wrap-right, #content-wrap {
	clear: both;
	display:block;
}

#container-right {
	float:left;
	width:100%;
}

/* =STANDARD PIXEL ------------------ */

/* PIXEL BOTH */ 

#content-wrap-both.pixel #container-right {
    float: left;
    margin-left: -230px;
    position: relative;
    right: 100%;
    width: 200%;
}

#content-wrap-both.pixel #container-content {
    float: left;
    left: 460px;
    margin-left: -50%;
    position: relative;
    width: 100%;
}

#content-wrap-both.pixel #content {
    float: left;
    padding-bottom: 1em;
    position: relative;
    right: 230px;
    width: 50%;
}

#content-wrap-both.pixel #content-spacing{
    left: 200%;
    margin: 0 230px;
    padding: 0 60px;
    position: relative;
}

#content-wrap-both.pixel #left-sidebar {
    float: right;
    position: relative;
    right: 0;
    width: 230px;
}

#content-wrap-both.pixel #right-sidebar {
    float: right;
    left: 50%;
    margin-right: 0;
    position: relative;
    width: 230px;
}

/* PIXEL LEFT */ 

#content-wrap-left.pixel #container-right {
    float: left;
    left: 230px;
    position: relative;
    width: 200%;
}

#content-wrap-left.pixel #content {
    float: right;
    position: relative;
    right: 230px;
    width: 50%;
}

#content-wrap-left.pixel #content #content-spacing {
    margin: 0 0 0 230px;
    overflow: hidden;
    position: relative;
    right: 100%;
	padding: 0 0 0 60px;
}

#content-wrap-left.pixel #left-sidebar {
    float: left;
    position: relative;
    right: 230px;
    width: 230px;
}

/* PIXEL RIGHT */

#content-wrap-right.pixel #container-right {
    float: left;
    margin-left: -230px;
    position: relative;
    right: 100%;
    width: 200%;
}

#content-wrap-right.pixel #content {
    float: left;
    left: 50%;
    position: relative;
    width: 50%;
}
#content-wrap-right.pixel #content-spacing {
    margin: 0 0 0 230px;
	padding: 0 60px 0 0;
}

#content-wrap-right.pixel #right-sidebar {
    float: right;
    left: 230px;
    position: relative;
    width: 230px;
}

/* =END STANDARD PIXEL ------------------ */

#post-content {
	position:relative;
}


/* = END LAYOUT
-------------------------------------------------------------- */

/* Sidebar */

.sidebar .widget_nav_menu li, .sidebar .esp-sub-menu li, .sidebar .esp-display-terms-widget li {
	list-style:none;
	margin-left:0px;
}

.sidebar .esp-sub-menu li a, .sidebar .widget_nav_menu li a {}
.sidebar .widget_nav_menu li.current-menu-item > a, .sidebar .esp-sub-menu > ul li.current-menu-item > a {}

html body .esp-sub-menu ul li ul, html body .sidebar .widget_nav_menu li ul {
	margin-left: 18px;	
}

html body .sidebar .widget_nav_menu li ul {
	display:none;
}

html body .sidebar .widget_nav_menu li.current-page-ancestor > ul, html body .sidebar .widget_nav_menu li.current_page_item > ul {
	display:block;	
}

/* Custom WP Filebase */

[id*="wpfb-filebrowser"].treeview.drag-drop { margin:4px; }
[id*="wpfb-filebrowser"].treeview .hitarea { margin-left: -32px; margin-top:8px; }
[id*="wpfb-filebrowser"].treeview img { display:inline-block; border-radius: 0;	margin:0; margin-right:10px; }
[id*="wpfb-filebrowser"].treeview li ul { margin-top: 10px;	margin-left: 15px; }
[id*="wpfb-filebrowser"].treeview li { margin: 0; padding: 12px 0 12px 25px; background:url(../images/wp-filebase/treeview-default-line.gif) 0 0 no-repeat; } 
[id*="wpfb-filebrowser"].treeview li.collapsable, html body [id*="wpfb-filebrowser"].treeview li.expandable {	background-position: 0 -178px; }
[id*="wpfb-filebrowser"].treeview li.last, [id*="wpfb-filebrowser"].treeview li.last { background-position: 0 -1761px; }
[id*="wpfb-filebrowser"].treeview .add-item a span { text-align:left!important;	line-height: 1em!important;	font-size:30px!important; width:25px!important; }
[id*="wpfb-filebrowser"].treeview ul li .add-item a { background-color: #BBB; border-color: #BBB; padding: 2px 10px; }
[id*="wpfb-filebrowser"].treeview ul li .add-item a span { display:none!important; }
[id*="wpfb-filebrowser"].treeview .add-item a + span { display:none!important; }
[id*="wpfb-filebrowser"].treeview .add-item input[type="text"] { width:auto; height:46px; }
[id*="wpfb-filebrowser"].treeview .add-item a {
	border-radius: 3px;	padding: 5px 15px; -moz-appearance: none; clear: both; color: #ffffff; cursor: pointer; display: inline-block; height: auto;
	line-height:2em; margin-bottom: 0; text-align: center; transition: all 0.3s ease-in-out 0s;	-webkit-transition: all .3s ease 0s; width: auto; margin-right:16px;
}
[id*="wpfb-filebrowser"].treeview .add-item a {	background-color: #3a86e5;border: 2px solid #3a86e5;	
} 
[id*="wpfb-filebrowser"].treeview li .add-item a:hover{
    background-color:#0099ff;
    border-color: #0099ff;
}


/* Background Gallery */

.background-gallery {
    padding: 80px 0;
    position: relative;
    transition: padding 0.3s ease 0s;
}
.background-gallery.no-content {
    height: 100%;
    width: 100%;
}
.background-gallery .gallery-title {
    position: relative;
    z-index: 2;
}

html body .background-gallery .gallery-link-container {
    float: left;
    width: 100%;
}

.background-gallery .esp_gallery {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.background-gallery .gallery_image, .background-gallery noscript {
	background-position: center top;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.background-gallery .gallery_content {
    display: table-cell;
    vertical-align: middle;
}

.background-gallery  .gallery-v-align {
    display: table;
	table-layout:fixed;
    width: 100%;
	height: 120px;
	-moz-transition: height 0.3s ease 0s;
	-webkit-transition: height 0.3s ease 0s;
	transition: height 0.3s ease 0s;
}

/* Slider Gallery */

.slider-gallery .esp_gallery, .slider-gallery .slick-list, .slider-gallery .slick-track  { height:100%; }
.slider-gallery {position:relative; overflow:hidden; padding-top:100px; padding-bottom:100px;}
.slider-gallery .esp_gallery { position:absolute; top:0; left:0; width:100%; }
.no-content.slider-gallery { padding-top:200px; padding-bottom:200px; }
.no-content .slider-carousel-image { padding-top: 625px; }

/* BackGround Gallery Home */

#home-inset-widgets .background-gallery  .gallery-v-align {
	height:230px;
}

/* Under Footer */

#under-footer {
	border-top-style:solid;
}

.under-footer-inner {
	padding-top: 15px;
	padding-bottom:15px;
}
#under-footer-left, #under-footer-right {
    padding-top: 10px;
}
#under-footer .inline-list {
    float: left;
    margin: 0;
}
#under-footer #google_translate_element {
    display: block;
    float: left;
    margin-top: -0.15em;
}
#under-footer .esplink {
    margin: 0 0 0.5em;
}

/* CHECK AND RADIO */

@keyframes check {
	0% { height: 0; width: 0; }
	25% { height: 0; width: 10px; }
	50% { height: 20px;	width: 10px; }
}

@-webkit-keyframes check {
	0% { height: 0; width: 0; }
	25% { height: 0; width: 10px; }
	50% { height: 20px;	width: 10px; }
}

.form-field-checkbox, .form-field-radio {
	margin-bottom:1em;
}

.form-field-checkbox label, .form-field-radio label {
	margin-right:20px;
}

.form-field-checkbox input + label,
.form-field-radio input + label {
	margin-top:0;
	margin-bottom:1em;
}

.form-field-checkbox input:checked,
.form-field-checkbox input:not(checked),
.form-field-radio input:checked,
.form-field-radio input:not(checked) {
	border: 0 none;
	clip: rect(0px, 0px, 0px, 0px);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.form-field-checkbox input:checked + label:before, .form-field-checkbox input:not(checked) + label:before,
.form-field-radio input:checked + label:before, .form-field-radio input:not(checked) + label:before {
    content: "";
	border-radius: 3px;
	border:2px solid #DDDDDD;
    transition: background 0.25s ease-in-out 0s, border-color 0.25s ease-in-out 0s;
	-webkit-transition: background 0.25s ease-in-out 0s, border-color 0.25s ease-in-out 0s;
	-moz-transition: background 0.25s ease-in-out 0s, border-color 0.25s ease-in-out 0s;
	-ms-transition: background 0.25s ease-in-out 0s, border-color 0.25s ease-in-out 0s;
}

.form-field-radio input:checked + label:before, .form-field-radio input:not(checked) + label:before {
    border-radius: 20px;
}

.form-field-checkbox input:hover:not(checked) + label:before,
.form-field-radio input:hover:not(checked) + label:before,
.form-field-checkbox input:focus:not(checked) + label:before,
.form-field-radio input:focus:not(checked) + label:before {
	border-color:#CCC;
}

.form-field-checkbox input:checked + label:before,
.form-field-checkbox input:hover:checked + label:before,
.form-field-radio input:checked + label:before,
.form-field-radio input:hover:checked + label:before {
	border-color:#4FA4DD!important;
}

.form-field-checkbox input:checked + label, .form-field-checkbox input:not(checked) + label, .form-field-radio input:checked + label, .form-field-radio input:not(checked) + label {
    padding: 9px 0 7px 56px;
    cursor: pointer;
    position: relative;
}

.form-field-checkbox input:checked + label.grouped, .form-field-checkbox input:not(checked) + label.grouped, .form-field-radio input:checked + label.grouped, .form-field-radio input:not(checked) + label.grouped {
	padding: 9px 20px 7px 56px;
}

.form-field-checkbox input:checked + label.grouped, .form-field-checkbox input:not(checked) + label.grouped {
	border-radius: 3px;
}

.form-field-radio input:checked + label.grouped, .form-field-radio input:not(checked) + label.grouped {
	border-radius: 25px;	
}

.form-field-checkbox input:not(checked) + label:before, .form-field-radio input:not(checked) + label:before {
    display: inline-block;
    height: 40px;
    left: 0px;
    margin: -20px 0 0 0;
    padding: 6px;
    position: absolute;
    top: 50%;
    width: 40px;
}


.form-field-checkbox input + label:after {
    border-right: 4px solid transparent;
    border-top: 4px solid transparent;
    content: "";
    display: block;
    height: 22px;
	width: 10px;
    left: 0px;
	top: 50%;
    margin: 3px 9px;
    position: absolute;
    transform: scaleX(-1) rotate(135deg);
	transform-origin: left top 0;
	-ms-transform: scaleX(-1) rotate(135deg);
    -ms-transform-origin: left top 0;
	-webkit-transform: scaleX(-1) rotate(135deg);
    -webkit-transform-origin: left top 0;
    transition: border-color 0.25s ease-in-out 0s;
	-webkit-transition:  border-color 0.25s ease-in-out 0s;
	-moz-transition:  border-color 0.25s ease-in-out 0s;
	-ms-transition:  border-color 0.25s ease-in-out 0s;
}

body .form-field-checkbox input:checked + label:after {
    animation: 0.6s ease 0s check;
    transition: border-color 0s ease-in-out 0s;
	-webkit-transition:  border-color 0s ease-in-out 0s;
	-moz-transition:  border-color 0s ease-in-out 0s;
	-ms-transition:  border-color 0s ease-in-out 0s;
	-webkit-animation: 0.6s ease 0s check;
    border-color: #4FA4DD!important;
}

.form-field-radio input:not(checked) + label:after,
.form-field-radio input:checked + label:after {
    background-color: #4FA4DD;
    border-radius: 8px;
    color: #4FA4DD;
    content: "";
    height: 16px;
    left: 0px;
    margin: -8px 0 0 12px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 16px;
    transition: transform 0.25s ease-in-out 0s;
	-webkit-transition: transform 0.25s ease-in-out 0s;
	-moz-transition: transform 0.25s ease-in-out 0s;
	-ms-transition: transform 0.25s ease-in-out 0s;
}

.form-field-radio input:not(checked) + label:after {
	transform: scale(0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
}

.form-field-radio input:checked + label:after {
	visibility:visible;
	transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
}
.checkbox-group {
    margin-bottom: 1em;
	display:block;
	width:100%;
}

.checkbox-group .form-field-checkbox {
    display: inline-block;
    margin-bottom: 0;
}

table .form-field-checkbox input + label,
table .form-field-radio input + label {
	margin-bottom:0px;
	margin-right:0px;
}

.form-field-checkbox.checkbox-inline {display: inline-block; width:auto;}

/* END CHECK AND RADIO */


/* Home Page Hero */

.background-gallery .gallery_image, .background-gallery noscript {
	background-position:top left;
}

.background-gallery.no-content {
	min-height:450px;
}

/* Footer Info Widget Area */

#footer-info {
	background:url(../images/glasgow-footer-image.jpg) center /cover no-repeat;
}

#footer-info-widgets > .column > .column-inner {
	background-color:#FFF;
	padding:0 20px;
}

/* Twitter Widget */

.esp-twitter-widget .twitter-user-container {
	margin-bottom:10px;	
}

.esp-twitter-widget .date-top {
	margin-bottom:10px;
}

.esp-twitter-widget .twitter-user-image {
	border-radius: 50%;
	width: 48px;
	margin-right:10px
}

.esp-twitter-widget .twitter-user-name {
	display:inline;
}

#menu-main-menu {
	position:static;
}

#magic-line { position: absolute; bottom: 0; left: 0; height: 3px; background: #9FCBED; -webkit-backface-visibility: hidden; margin:0px; z-index:-1; }


/*
	News and Events 
*/

.event time .entry-date, .post-event time .entry-date, .event-tile .entry-date {
	background: url("../images/icon-date.png") no-repeat scroll left top transparent;
	padding-left: 28px;
}

.event time .entry-time, .post-event time .entry-time {
	background: url("../images/icon-time.png") no-repeat scroll left top transparent;
	padding-left: 28px;
}

.entry-info + .entry-info {
    margin-top: -1.275em;
}

/* Side Menu */

.sidebar {
	margin-top:6px;	
}

/****************** Block Padding / Margin ********************/

body .margin-top-0 { margin-top:0px }
body .margin-top-20, body .margin-top-xs { margin-top:20px }
body .margin-top-40, body .margin-top-s { margin-top:40px }
body .margin-top-60, body .margin-top-m { margin-top:60px }
body .margin-top-80, body .margin-top-l  { margin-top:80px }
body .margin-top-100, body .margin-top-xl { margin-top:100px }
body .margin-bottom-0 { margin-bottom:0px }
body .margin-bottom-20, body .margin-bottom-xs { margin-bottom:20px }
body .margin-bottom-40, body .margin-bottom-s { margin-bottom:40px }
body .margin-bottom-60, body .margin-bottom-m { margin-bottom:60px }
body .margin-bottom-80, body .margin-bottom-l  { margin-bottom:80px }
body .margin-bottom-100, body .margin-bottom-xl { margin-bottom:100px }
body .margin-left-0 { margin-left:0px }
body .margin-left-20, body .margin-left-xs { margin-left:20px }
body .margin-left-40, body .margin-left-s { margin-left:40px }
body .margin-left-60, body .margin-left-m { margin-left:60px }
body .margin-left-80, body .margin-left-l { margin-left:80px }
body .margin-left-100, body .margin-left-xl { margin-left:100px }
body .margin-right-0 { padding-right:0px }
body .margin-right-20, body .margin-right-xs { margin-right:20px }
body .margin-right-40, body .margin-right-s { margin-right:40px }
body .margin-right-60, body .margin-right-m { margin-right:60px }
body .margin-right-80, body .margin-right-l { margin-right:80px }
body .margin-right-100, body .margin-right-xl { margin-right:100px }

body .padding-top-0 { padding-top:0px }
body .padding-top-20, body .padding-top-xs { padding-top:20px }
body .padding-top-40, body .padding-top-s { padding-top:40px }
body .padding-top-60, body .padding-top-m { padding-top:60px }
body .padding-top-80, body .padding-top-l { padding-top:80px }
body .padding-top-100, body .padding-top-xl { padding-top:100px }
body .padding-bottom-0 { padding-bottom:0px }
body .padding-bottom-20, body .padding-bottom-xs { padding-bottom:20px }
body .padding-bottom-40, body .padding-bottom-s { padding-bottom:40px }
body .padding-bottom-60, body .padding-bottom-m { padding-bottom:60px }
body .padding-bottom-80, body .padding-bottom-l { padding-bottom:80px }
body .padding-bottom-100, body .padding-bottom-xl { padding-bottom:100px }
body .padding-left-0 { padding-left:0px }
body .padding-left-20, body .padding-left-xs { padding-left:20px }
body .padding-left-40, body .padding-left-s { padding-left:40px }
body .padding-left-60, body .padding-left-m { padding-left:60px }
body .padding-left-80, body .padding-left-l { padding-left:80px }
body .padding-left-100, body .padding-left-xl { padding-left:100px }
body .padding-right-0 { padding-right:0px }
body .padding-right-20, body .padding-right-xs { padding-right:20px }
body .padding-right-40, body .padding-right-s { padding-right:40px }
body .padding-right-60, body .padding-right-m { padding-right:60px }
body .padding-right-80, body .padding-right-l { padding-right:80px }
body .padding-right-100, body .padding-right-xl { padding-right:100px }

/****************** End Block Padding / Margin ********************/

/* Styles For Desktop Only go here */
@media all and (min-width: 1021px) {
	.state-indicator:before {
		content: "desktop";
	}

	/* Justify Menu */

	.justify-menu {
		margin:0;
		position:relative;
		text-align:justify;
		line-height:0;
		overflow:hidden;
	}
	.justify-menu .nav-menu {
		display:inline;
		width:100%;
		padding:0;
		margin:0;
		line-height:1.2;
		float:none;
	}
	.justify-menu .nav-menu li{
		display:inline-block;
		float:none;
		margin:0;
	}
	.justify-menu .nav-menu li a {
		display:inline-block;
		-webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
		-moz-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
		-ms-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
		transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	}
	.justify-menu:after {
		content:'';
		display: inline-block;
		width: 100%;
		height: 0;
		vertical-align:top;
	}
	
	.fake-menu-item {
		padding:0 12px;
		display: inline-block;
	}

	#menu-main-menu .search-link {
		margin-right:0;
	}
	#menu-main-menu .search-link a {
		padding:11px 29px;
		border-radius: 50px;
		background:#9FCBED;
		color:#FFFFFF;
	}
	
	/* TEMP FIXES - COME BACK TO */
	/* Home Page Twitter / News Items */
	
	.individual-post,
	.individual-tweet {
		min-height:180px;
	}

	
	/****************** Block Padding / Margin ********************/	

	html body .desktop-margin-top-0 { margin-top:0px }
	html body .desktop-margin-top-20 { margin-top:20px }
	html body .desktop-margin-top-40 { margin-top:40px }
	html body .desktop-margin-top-60 { margin-top:60px }
	html body .desktop-margin-top-80 { margin-top:80px }
	html body .desktop-margin-top-100 { margin-top:100px }
	html body .desktop-margin-bottom-0 { margin-bottom:0px }
	html body .desktop-margin-bottom-20 { margin-bottom:20px }
	html body .desktop-margin-bottom-40 { margin-bottom:40px }
	html body .desktop-margin-bottom-60 { margin-bottom:60px }
	html body .desktop-margin-bottom-80  { margin-bottom:80px }
	html body .desktop-margin-bottom-100 { margin-bottom:100px }
	html body .desktop-margin-left-0 { margin-left:0px }
	html body .desktop-margin-left-20 { margin-left:20px }
	html body .desktop-margin-left-40 { margin-left:40px }
	html body .desktop-margin-left-60 { margin-left:60px }
	html body .desktop-margin-left-80 { margin-left:80px }
	html body .desktop-margin-left-100 { margin-left:100px }
	html body .desktop-margin-right-0 { padding-right:0px }
	html body .desktop-margin-right-20 { margin-right:20px }
	html body .desktop-margin-right-40 { margin-right:40px }
	html body .desktop-margin-right-60 { margin-right:60px }
	html body .desktop-margin-right-80 { margin-right:80px }
	html body .desktop-margin-right-100 { margin-right:100px }
	
	html body .desktop-padding-top-0 { padding-top:0px }
	html body .desktop-padding-top-20 { padding-top:20px }
	html body .desktop-padding-top-40 { padding-top:40px }
	html body .desktop-padding-top-60 { padding-top:60px }
	html body .desktop-padding-top-80 { padding-top:80px }
	html body .desktop-padding-top-100 { padding-top:100px }
	html body .desktop-padding-bottom-0 { padding-bottom:0px }
	html body .desktop-padding-bottom-20 { padding-bottom:20px }
	html body .desktop-padding-bottom-40 { padding-bottom:40px }
	html body .desktop-padding-bottom-60 { padding-bottom:60px }
	html body .desktop-padding-bottom-80 { padding-bottom:80px }
	html body .desktop-padding-bottom-100 { padding-bottom:100px }
	html body .desktop-padding-left-0 { padding-left:0px }
	html body .desktop-padding-left-20 { padding-left:20px }
	html body .desktop-padding-left-40 { padding-left:40px }
	html body .desktop-padding-left-60 { padding-left:60px }
	html body .desktop-padding-left-80 { padding-left:80px }
	html body .desktop-padding-left-100 { padding-left:100px }
	html body .desktop-padding-right-0 { padding-right:0px }
	html body .desktop-padding-right-20 { padding-right:20px }
	html body .desktop-padding-right-40 { padding-right:40px }
	html body .desktop-padding-right-60 { padding-right:60px }
	html body .desktop-padding-right-80 { padding-right:80px }
	html body .desktop-padding-right-100 { padding-right:100px }
	
	/****************** End Block Padding / Margin ********************/
	
	/* Justified Menus */
	
	.desktop-justify {
		line-height: 0;
		margin: 0;
		overflow: hidden;
		position: relative;
		text-align: justify;
	}
	.desktop-justify .nav-menu {
		display: inline;
		float: none;
		line-height: 1.2;
		margin: 0;
		padding: 0;
		width: 100%;
		position:static;
	}
	.desktop-justify .nav-menu li {
		display: inline-block;
		float: none;
		margin: 0;
	}
	.desktop-justify .nav-menu li a {
		display: block;
		padding-left: 12px;
		padding-right: 12px;
		transition: background-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
	}
	.desktop-justify:after {
		content: "";
		display: inline-block;
		height: 0;
		vertical-align: top;
		width: 100%;
	}

	.desktop-justify .nav-menu #magic-line { z-index:0;}

}

/* Height Based Media Queries */
@media screen and (max-height: 820px) {
	/* REMOVE IF NOT NEEDED */
	/* Background Gallery */
	.background-gallery .gallery-v-align {
		height: 60px;
	}
}




span.dashicons-image-rotate-animation {
    -webkit-animation:spin 2s linear infinite;
    -moz-animation:spin 2s linear infinite;
    animation:spin 2s linear infinite;	
}

span.dashicons-image-rotate-animation:before {
    -moz-transform: scalex(-1);
    -webkit-transform: scalex(-1);
    transform: scalex(-1);
    display: inline-block;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg) } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg) } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg) } }

.breadcrumbs-full .inline-list {
	margin-top: -0.8em;
	margin-bottom: 0;
}
/* In Progress Home Page */

.nowrap {white-space:nowrap;}

/* Temp Color Overwrites */

a, html .link-text-color, html .link-text-color a, html [class*="-text-color"] .link-text-color, html [class*="-text-color"] .link-text-color a {
	color:#2E81DD;
}

/* Manage button */

.title-button {
	position:absolute;
	top:60px;
	right:0;
}

/* Unclompleted Surveys */

.survey-item {
	background-color:#FFF;
	transition: background 0.3s ease-in-out;
	margin-bottom:0;
	padding:10px;
}
.survey-item:hover {
	background-color:#F5F5F5;
}

.survey-name-container {
	width:200px;
}

.survey-item a {
	padding:5px 0;
	display:block;
}

/* Percentage Bars - final percentage width hardcoded per bar*/

.survey-section-inline {
	display:inline-block;
	vertical-align:middle;
}

.percentage-container {
	display:inline-block;
	vertical-align:middle;
	width:100px;
	height:4px;
	background-color:#DDDDDD;
	position: relative;
	border-radius: 4px;
}
.percentage-fill {
	position:absolute;
	left:0;
	top:0;
	height:4px;
	background-color:#2BB372;
	border-radius: 4px; 
}
.percentage-container .percentage-current {
	width:0;
	text-indent:-100%;
	overflow:hidden;
	transition: width 0.3s ease-in-out;
}
/*.result-percentage-container.low .result-percentage, .percent.low {*/
	/*color:#F33F30 ;	*/
/*}*/
/*.result-percentage-container.high .result-percentage, .percent.high {*/
	/*color:#27A569;	*/
/*}*/

/* Hidden Options */

.hover-reveal-trigger .hover-reveal-item {
	opacity:0;
	transition: opacity 0.3s;
	cursor:pointer;
}

.hover-reveal-trigger .hover-reveal-item.discard-survey {
	position: relative;
	padding-right:20px;
	display:inline-block;
	vertical-align:middle;
	transition: color 0.3s ease-in-out, opacity 0.3s;
}
.discard-survey:before {
	right: 2px;
	transform: rotate(45deg);
}
.discard-survey:before, .discard-survey:after {
	content: "";
	background-color: #8b8b8b;
	height: 1px;
	position: absolute;
	top: 50%;
	width: 12px;
	transition: background-color 0.3s ease-in-out;
}
.discard-survey:after {
	right: 2px;
	transform: rotate(-45deg);
}

.hover-reveal-trigger:hover .hover-reveal-item {
	opacity:1;	
}

.hover-reveal-trigger:hover .discard-survey:hover {
	color:#333;
}
.discard-survey:hover:before, .discard-survey:hover:after {
	background-color:#333;
}

/* Box Shadows*/

.box-shadow {
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.15);
    position: relative;
}
.floated-box-shadow {
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
    transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.floated-box-shadow:hover, .floated-box-shadow:hover + .floated-box-shadow, .floated-box-shadow:hover + .floated-box-shadow {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

table.table-invisible {	margin: 0; }
table.table-invisible tr { border: medium none; }
table.table-invisible tr td { padding: 0; border: medium none; }
table tr .overflow-ellipsis {
	max-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.arrow {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 0;
    height: 10px;
    width:10px;
    position: relative;
	display:block;
}
.arrow:before {
    border-style: solid;
    content: "";
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
	border-color:  #454545;
	border-width:5px;
}
.arrow.arrow-up::before {
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-width: 0 5px 10px;
}
.arrow.arrow-down::before {
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-width: 10px 5px 0;
}

.arrow.arrow-left::before {
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    border-width: 5px 10px 5px 0;
}
.arrow.arrow-right::before {
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    border-width: 5px 0 5px 10px;
}

/* Login Page */

html, body, #esp-site-wrap, .full-height {
    min-height: 100vh;
}
.admin-bar #esp-site-wrap {
    height: calc(100vh);
    min-height: calc(100vh);
    padding-top: 32px;
}

#header-navigation-left {
    left: 0;
    width: 260px;
}
#header-navigation-right {
    position: absolute;
    right: 20px;
    width: 150px;
}
.admin-bar .full-height {
    min-height: calc(100vh - 32px);
}

.column.v-align-height.fill-height {
    min-height: 100vh;
}

@media screen and (max-width: 782px) {
.admin-bar #header-navigation {
    margin-top: 46px;
}
.admin-bar #esp-site-wrap {
    height: calc(100vh);
    min-height: calc(100vh);
    padding-top: 46px;
}
.admin-bar .full-height {
    min-height: calc(100vh - 46px);
}
}
html[class*="js"] {
    margin-top: 0 !important;
}

.login-block {
    /*background: url("http://hallaitken.espdev.co.uk/wp-content/themes/hallaitken-custom/images/glasgow-footer-image.jpg") no-repeat fixed center center / cover;*/
	background: #9FCBED;
    overflow-x: hidden;
    overflow-y: auto;
}
.login-block-container {
    display: block;
}
.login-block #header-navigation-left {
    width: 100%;
}
.js #loginform-custom .login-username label, .js #loginform-custom .login-password label {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
#logoutform p {
    margin-bottom: 0;
}
#loginform-custom .login-submit #wp-submit {
    width: 100%;
}

/* Form Fields */

.form-field.inline {
    float: left;
    margin-right: 20px;
    max-width: 100%;
    padding-top: 0;
}
[class*="form-field-"]:not(.form-field-radio):not(.form-field-checkbox):not(.hide):not(.column) + [class*="form-field-"]:not(.hide), 
[class*="form-field-"]:not(.form-field-radio):not(.form-field-checkbox):not(.hide):not(.column) + .form-field.hide + [class*="form-field-"] {
    padding-top: 20px;
}
.form-field.column {
    padding-top: 0;
}
.form-field + .button, .form-field + .inline-buttons, .repeatable-fields + .button, .form-field-repeatable {
    margin-top: 20px;
}
.form-field + fieldset {
    margin-top: 40px;
}

.form-field.form-field-disabled input,
.form-field.form-field-disabled textarea,
.form-field.form-field-disabled select {
		background-color:#f7f7f7;
		cursor:no-drop;
}


/*UI Sortable*/

.ui-sortable {
	overflow:auto;
}

.ui-sortable-handle {
	cursor:move;	
}

.linked-row {
	cursor:pointer;	
}

#content {
	position:relative;
}

/* Repots */

.report-option + .report-option {
	margin-top:40px;
}

/* Accordions */

.accordion .accordion-title {
	position: relative;
	cursor:pointer;
}
.accordion .accordion-toggle {
    margin-top: -18px;
    position: absolute;
    right: 20px;
    top: 50%;
}

/* Manage Questions */

#questions_modal .modal-dialog {
	width: 100%;
	max-width: 600px;
}

#questions_modal.grow .modal-dialog {
	transition: max-width 0.3s ease-in-out;
	-moz-transition: max-width 0.3s ease-in-out;
	-webkit-transition: max-width 0.3s ease-in-out;
}

#questions_modal.modal-large .modal-dialog {
	max-width: 1000px;
}

#questions .right-col {
	max-height: 0;
	overflow: hidden;
	transition: max-height 3s ease-in-out 0.3s;
	-moz-transition: max-height 3s ease-in-out 0.3s;
	-webkit-transition: max-height 3s ease-in-out 0.3s;
}

.modal-large #questions .right-col {
	max-height: 10000px;
}

#questions_modal .question,
#questions_modal .answer  {
	position:relative;
	width:100%;
	padding-right:50px;
	margin-bottom:10px
}

#questions_modal .question a,
#questions_modal .answer a {
	display:block;
}

#questions_modal .question-actions {
	position:absolute;
	right:0;
	top:0
}
.dashicon-action {
	cursor:pointer;
}

/*Pagination*/

.pagination + .pagination-selector {
	float: right;
    margin-top: 20px;
    width: 100%;
}

/* Report */

/* Compare */

#report-options {
	padding-top:20px;
}


/* Login Page */

.blur {
	-o-filter: blur(3px);
	-moz-filter: blur(3px);
	-webkit-filter: blur(3px);
	filter: blur(3px);
}

.sk-cube-grid {
	width: 100px;
	height: 100px;
	margin: 100px auto;
	margin-top: 60%;
}

.sk-cube-grid .sk-cube {
	width: 33%;
	height: 33%;
	background-color: #9FCBED;
	float: left;
	-webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
	animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
	0%, 70%, 100% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1);
	}
	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1);
	}
}


@keyframes sk-cubeGridScaleDelay {
	0%, 70%, 100% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1);
	}
	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1);
	}
}

.h1 {
	width: 100%;
}

.waiting-body, .waiting-body a, .waiting-body input, .waiting-body button {
	cursor: wait !important;
}

/* Inprogress Logo */

#header-navigation {
	position:absolute;	
}
.header-navigation-image,
.header-navigation-site-title {
		display:inline-block;
		margin:0!important;
}
.header-navigation-image {
	margin-right:20px!important;	
}

.pattern-bottom-right {
	background: no-repeat bottom right url(../images/IndicatePattern_bottom-right.jpg);
	background-size:contain;
}

/* Aditional Print Pages */

.print-styles table {
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
    table-layout: inherit;
    width: 100%;
}

.print-styles .section-title {
	page-break-before: always;
	page-break-after: avoid;
	margin-top: 10px;
}

.print-styles .section-title:nth-of-type(1) {
	page-break-before: avoid;
}

.print-styles .intro p:first-child {
	margin-top: 10px;
}

.print-styles table tr {
    border: 1px solid;
}
.print-styles table th {
    font-size: 1.1em;
}
.print-styles th, .print-styles td, .print-styles .table-default th, .print-styles .table-default td {
    font-weight: normal;
    padding: 12px;
    text-align: left;
}
.print-styles .table-seamless, .print-styles .table-seamless th, .print-styles .table-seamless td {
    border: medium none !important;
    padding: 0;
}
.print-styles .table-clean, .print-styles .table-clean th, .print-styles .table-clean td {
    border: medium none !important;
}
.print-styles .table-condensed th, .print-styles .table-condensed td {
    padding: 6px;
}

@media screen {
	.print-only {
		display: none;
	}
}

.form-field-checkbox input:checked:disabled + label, .form-field-checkbox input:not(checked):disabled + label, .form-field-radio input:checked:disabled + label, .form-field-radio input:not(checked):disabled + label { cursor: not-allowed; }
.form-field-checkbox input:checked:disabled + label::before, .form-field-checkbox input:not(checked):disabled + label::before, .form-field-radio input:checked:disabled + label::before, .form-field-radio input:not(checked):disabled + label::before { background-color: #DDD; }

.form-field-checkbox input:checked:disabled + label::before, .form-field-checkbox input:hover:checked:disabled + label::before, .form-field-radio input:checked:disabled + label::before, .form-field-radio input:hover:checked:disabled + label::before { border-color: #999!important; }

body .form-field-radio input:not(checked):disabled + label::after, body .form-field-radio input:checked:disabled + label::after { background-color: #999; }
body .form-field-checkbox input:checked:disabled + label::after { border-color: #999!important; }

.safari-only {
	display: none;
}

html.browser-safari .safari-only {
	display: block;
}

html.browser-unknown .unknown-only {
	display: block;
}