/******************************************************************
Theme Name: Emergency Services Times

Author: Luke Seall
Version: 1.0




******************************************************************/
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */

  -webkit-text-size-adjust: 100%;
  /* 2 */

  -ms-text-size-adjust: 100%;
  /* 2 */

}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */

  -ms-interpolation-mode: bicubic;
  /* 2 */

}
/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  white-space: normal;
  /* 2 */

  *margin-left: -7px;
  /* 3 */

}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */

  margin: 0;
  /* 2 */

  vertical-align: baseline;
  /* 3 */

  *vertical-align: middle;
  /* 3 */

}
/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */

  *overflow: visible;
  /* 4 */

}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

  *height: 13px;
  /* 3 */

  *width: 13px;
  /* 3 */

}
/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
b,
strong,
.strong {
  font-weight: bold;
}
dfn,
em,
.em {
  font-style: italic;
}
small,
.small {
  font-size: 75%;
}
ul,
ol {
  padding: 0;
  list-style-type: none;
}
dd {
  margin: 0;
}
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}
/*
CLEARFIXIN
*/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*
TOOLS
*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: normal;
  -webkit-hyphens: none !important;
  -moz-hyphens: none !important;
  hyphens: none !important;
}
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/***********
COLORS
************/
.light-grey {
  color: #999999 !important;
}
.dark-grey {
  color: #444444 !important;
}
.black {
  color: #000000 !important;
}
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*
TYPOGRAPHY
*/
@font-face {
  font-family: 'aglight';
  src: url('/wp-content/themes/boneless/library/fonts/AGNextLight.eot');
  src: url('/wp-content/themes/boneless/library/fonts/AGNextLight.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/boneless/library/fonts/AGNextLight.woff') format('woff'), url('/wp-content/themes/boneless/library/fonts/AGNextLight.ttf') format('truetype'), url('/wp-content/themes/boneless/library/fonts/AGNextLight.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'agbold';
  src: url('/wp-content/themes/boneless/library/fonts/AGNextBold.eot');
  src: url('/wp-content/themes/boneless/library/fonts/AGNextBold.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/boneless/library/fonts/AGNextBold.woff') format('woff'), url('/wp-content/themes/boneless/library/fonts/AGNextBold.ttf') format('truetype'), url('/wp-content/themes/boneless/library/fonts/AGNextBold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* 	To embed your own fonts, use this syntax
	and place your fonts inside the
	library/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.
*/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('../fonts/font-name.eot');
    	src: url('../fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('../fonts/font-name.woff') format('woff'),
             url('../fonts/font-name.ttf') format('truetype'),
             url('../fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
  font-style: italic;
}
/* text alignment */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.alert {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}
.alert-help {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #e8dc59;
  background: #ebe16f;
}
.alert-info {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #bfe4f4;
  background: #d5edf8;
}
.alert-error {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #f8cdce;
  background: #fbe3e4;
}
.alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #deeaae;
  background: #e6efc2;
}
/*
BORDER RADIUS
*/
/*
NOTE: For older browser support (and some mobile),
don't use the shorthand to define *different* corners.

USAGE: .border-radius(4px);

*/
/*
TRANISTION
*/
/* .transition(all,2s); */
/*
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*/
/* .css-gradient(#dfdfdf,#f8f8f8); */
/*
BOX SHADOW
*/
/* .boxShadow(0,0,4px,0,#444); */
/* .boxShadow(none); */
/*
BUTTONS
*/
.buynow {
  position: relative;
}
.buynow:active {
  top: 1px;
}
.buynow:hover {
  opacity: 0.7;
}
.button,
button,
input[type="submit"] {
  border: 2px solid #fff;
  padding: 4px 12px;
  color: #ffffff;
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  text-shadow: none;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 1.5em;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #f16022;
  margin: 10px 0;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus {
  background: #fff;
  color: #f16022;
  border: 2px solid #f16022;
}
.button:active,
button:active,
input[type="submit"]:active {
  background: #fff;
  color: #f16022;
  border: 2px solid #f16022;
}
/*= Subscribe PAGE  *****************************************************************
*/
.form-box {
  background: #eaeaea;
  text-align: center;
  padding: 150px 40px;
  min-height: 500px;
}
.form-box h2 {
  color: #555;
}
.form-box select {
  width: 300px;
  max-width: 100%;
  height: 42px;
  background: #FFF;
  border: none;
  margin: 10px 0;
}
/*= Posts Slides  *****************************************************************
*/
.edition-title {
  text-align: center;
  font-family: "agbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.edition-title a {
  color: #fff !important;
}
.edition-title a:hover {
  color: #f16022 !important;
}
.preview {
  text-align: center;
  font-family: "agbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.preview a {
  color: #f16022 !important;
}
.preview a:hover {
  color: #fff !important;
}
#ecs1 .ecs-item .head-bottom {
  border: none !important;
}
.easy-carousel {
  max-width: 534px;
  margin: 0 auto;
}
.easy-carousel-list .ecs-item {
  margin: 10px;
  background: #000;
  -webkit-box-shadow: 0 0 10px 0 #222222;
  -moz-box-shadow: 0 0 10px 0 #222222;
  box-shadow: 0 0 10px 0 #222222;
}
.easy-carousel-list .ecs-item img {
  max-width: 100%;
  height: auto;
}
.easy-carousel-list .ecs-item:hover img {
  opacity: 0.5;
}
#ecs1 .ecs-item .item-content {
  background: none !important;
}
/*= Subscription form  *****************************************************************
*/
.subscription-form {
  padding: 20px;
  max-width: 700px;
  margin: 0 auto;
}
.subscription-form span.wpcf7-list-item {
  margin-left: 1em;
  display: inline-block;
}
.subscription-form input,
.subscription-form select {
  width: 100%;
  padding: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 0;
}
.subscription-form select {
  border: 0px solid #eaeaea;
  height: 28px;
  background: #FFF;
  border: none;
  margin: 10px 0;
}
.subscription-form input[type="checkbox"],
.subscription-form input[type="radio"] {
  width: auto;
}
.subscription-form .subselect {
  width: 49%;
}
.subscription-form p {
  display: inline-block;
  padding: 10px;
  margin: 0;
}
.subscription-form .form_title {
  min-width: 50px;
  width: 49%;
}
.subscription-form .form_name {
  min-width: 150px;
  width: 50%;
}
.subscription-form .form_org {
  width: 50%;
}
.subscription-form .form_email {
  width: 49%;
}
.subscription-form .form_add1 {
  width: 49%;
}
.subscription-form .form_add2 {
  width: 50%;
}
.subscription-form .form_town {
  width: 49%;
}
.subscription-form .form_pcode {
  width: 50%;
}
.subscription-form .form_country {
  width: 50%;
}
.subscription-form .form_tel {
  width: 49%;
}
.subscription-form .form_fax {
  width: 50%;
}
.subscription-form #products {
  width: 100%;
}
.subscription-form #products span.wpcf7-list-item {
  width: 47%;
}
.subscription-form .form_submit {
  margin: 0;
  max-width: 400px;
  display: block;
}
.subscription-form .form_submit input {
  max-width: 200px;
  background: #f16022;
  color: #fff;
  border: 3px solid #f16022;
}
.subscription-form .form_submit input:hover {
  background: transparent;
  border: 2px solid #f16022;
  color: #f16022;
}
.subscription-form span.wpcf7-not-valid-tip {
  position: absolute;
}
.subscription-form .price-box {
  padding: 5px 20px;
  border: 2px solid #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
}
.subscription-form .price-box .price-wrap {
  font-size: 1.5em;
}
.subscription-form .paypal {
  font-family: "agbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.subscription-form #codestatus {
  font-size: 14px;
  font-family: "aglight", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.wpcf7-response-output {
  border: #fff solid 2px !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  position: relative;
  top: -20px;
  text-align: center;
}
.page-template-subscribe-page form {
  background: #eaeaea;
  color: #555;
}
/*= Contact PAGE  *****************************************************************
*/
/*= HOME PAGE  *****************************************************************
*/
.viewmorenews {
  text-align: center;
}
.discover {
  margin: 0;
}
.post-wrap {
  margin: 0px 0;
  border-bottom: 1px solid #eaeaea;
  float: left;
}
.home-blog-img {
  padding: 10px 5px 0;
}
.blog-text {
  padding: 5px;
  float: left;
}
.blog-post-title {
  margin: 0;
}
.cover-wrap {
  position: relative;
}
.cover-wrap:hover .hover-overlay {
  opacity: 1;
}
.cover-wrap:hover .cover {
  -webkit-box-shadow: 0 0 10px 0 #222222;
  -moz-box-shadow: 0 0 10px 0 #222222;
  box-shadow: 0 0 10px 0 #222222;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0.3;
}
.image-wrap {
  max-width: 300px;
  background: #000;
  margin: 0 auto 20px;
}
.hover-overlay {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  color: #FFF;
}
.hover-overlay p {
  margin: 0.5em;
  font-family: "agbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.hover-overlay a:hover {
  color: #fff;
}
.cover {
  -webkit-box-shadow: 0 0 4px 0 #666666;
  -moz-box-shadow: 0 0 4px 0 #666666;
  box-shadow: 0 0 4px 0 #666666;
}
.home .entry-content {
  margin-top: 20px;
  float: left;
  width: 100%;
}
.home .wrap {
  width: 100%;
}
.home .row {
  padding: 0 40px;
}
.bookshelf {
  margin-top: 20px;
  background: url('/wp-content/images/shelf.png');
  background-position: bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  float: left;
  padding: 0 45px 35px;
}
.bookshelf .c3 {
  padding: 0 10px;
}
.box1,
.box2,
.box3,
.box4 {
  margin-bottom: 20px;
}
.box1 h3,
.box2 h3,
.box3 h3,
.box4 h3 {
  border-bottom: 2px solid #999999;
}
/*********************
 GENERAL STYLES
*********************/
html,
body {
  /* height: 100%; */

}
body {
  font-family: "aglight", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #565656;
}
hr {
  border-top: 1px solid #E9E9E9;
  border-bottom: 0px;
}
/********************
 WORDPRESS BODY CLASSES
    style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
 LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 96%;
  margin: 0 auto;
}
#container {
  max-width: 1400px;
  margin: 0 auto;
}
.row {
  width: 100%;
  margin-bottom: 20px;
}
.c1 {
  width: 8.33%;
}
.c2 {
  width: 16.66%;
}
.c3 {
  width: 25%;
}
.c4 {
  width: 33.33%;
}
.c5 {
  width: 41.66%;
}
.c6 {
  width: 50%;
}
.c7 {
  width: 58.33%;
}
.c8 {
  width: 66.66%;
}
.c9 {
  width: 75%;
}
.c10 {
  width: 83.33%;
}
.c11 {
  width: 91.66%;
}
.c12 {
  width: 100%;
}
.c1,
.c2,
.c3,
.c4,
.c5,
.c6,
.c7,
.c8,
.c9,
.c10,
.c11,
.c12 {
  min-height: 1px;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.end {
  float: right !important;
}
/*********************
 LINK STYLES
*********************/
a {
  color: #f16022;
  text-decoration: none;
  /* on hover */

  /* on click */

  /* mobile tap color */

}
a:hover,
a:focus {
  color: #444444;
}
a:link {
  /*
		this highlights links on iPhones/iPads.
		so it basically works like the :hover selector
		for mobile devices.
		*/

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
/******************************************************************
 H1, H2, H3, H4, H5 STYLES
******************************************************************/
.mega-title {
  font-size: 5em !important;
  margin-top: 0;
}
.heading {
  margin-bottom: 10px;
  line-height: 1em;
  background: #555;
  padding: 5px 10px;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  color: #f16022;
}
p {
  font-family: "aglight", Helvetica, Arial, sans-serif;
}
.excerpt {
  margin: 0;
  font-size: 0.9em;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  text-rendering: optimizelegibility;
  /* removing text decoration from all headline links */

}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  text-decoration: none;
}
h1,
.h1 {
  font-size: 2.75em;
  line-height: 1.2em;
  margin: 10px 0 10px;
  font-family: "agbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #f16022;
}
h2,
.h2 {
  font-size: 2.25em;
  margin: 10px 0 10px;
  font-family: "agbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #f16022;
  line-height: 1.3em;
}
h3,
.h3 {
  font-size: 1.75em;
  font-weight: 700;
  margin: 0;
  font-family: "aglight", Helvetica, Arial, sans-serif;
  color: #f16022;
  line-height: 1.3em;
}
h4,
.h4 {
  font-size: 1.25em;
  margin: 0;
  font-family: "agbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
h4 a,
.h4 a {
  font-weight: normal;
}
h5,
.h5 {
  font-size: 1em;
  line-height: 1em;
  margin: 0;
  font-family: "agbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
h6,
.h6 {
  font-size: 1em;
  line-height: 1.em;
  margin: 0;
  font-weight: 700;
  font-family: "aglight", Helvetica, Arial, sans-serif;
}

.article-header h3 a{
  color:#000 !important;
}

.rpwe-block a{
  color:#000;
}
/*********************
 HEADER STYLES
*********************/
.header {
  border-top: 10px solid #f16022;
  position: fixed;
  left: 0;
  top: 0;
  border-bottom: 1px solid #D5D5D5;
  width: 100%;
  z-index: 10000;
  background: #ffffff;
}
.header #inner-header {
  padding: 0 20px;
  max-width: 1400px;
}
.header .social-icons {
  float: right;
  display: inline;
  margin: 35px 110px 0 0;
}
.header .social-icons img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0 0 0 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header .social-icons img:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.header .header-subscribe {
  background: #f16022;
  padding: 4px 10px;
  margin: 35px 3px 0 0;
  float: right;
  display: inline;
  font-family: "agbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.header .header-subscribe a {
  color: #fff;
}
.header .header-subscribe:hover {
  background: #444444;
}
.header #logo-img {
  float: left;
  padding: 20px 10px;
  width: 300px;
  max-width: 100%;
  height: auto;
}
.header #logo a {
  border-bottom: none;
}
/*********************
 NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
.header-nav {
  display: inline-block;
  float: right;
  margin-top: 25px;
}
.nav {
  margin: 0;
  position: relative;
  z-index: 500;
  font-size: 100%;
  display: block;
  background: transparent;
  clear: both;
  float: right;
}
.nav ul {
  padding: 0;
  margin: 0;
}
.nav li {
  margin: 0 10px;
  display: inline-block;
  position: relative;
  text-align: left;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid #f16022;
}
.nav li a {
  color: #f16022;
  padding: 5px 15px;
  display: inline-block;
  text-decoration: none;
  width: 100%;
  border-bottom: none;
}
.nav li:hover {
  background: #f16022;
}
.nav li:hover a {
  color: #fff;
}
.nav li ul {
  opacity: 0;
  position: absolute;
  left: -9999px;
  width: 188px;
  z-index: 99999;
  background: #222;
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.nav li li {
  clear: both;
  width: 100%;
}
.nav li li:hover {
  background: #000;
}
.nav li:hover > .sub-menu {
  opacity: 1;
  left: 0;
}
.nav li li:hover > ul {
  left: 100% !important;
  top: 0;
}
.current_page_item a,
.current-menu-item a {
  color: #f16022;
  border-bottom: none;
}
/*********************
Mobile Navigation
*********************/
#responsive-menu {
  box-shadow: 0px 0px 0px #333 !important;
  top: 108px !important;
  overflow: hidden !important;
  background: #BBB !important;
}
#responsive-menu .responsive-menu li a {
  background: #999 !important;
}
#responsive-menu .responsive-menu li a:hover {
  background: #f16022 !important;
}
#responsive-menu .responsive-menu li.current-menu-item > a,
#responsive-menu .responsive-menu li.current-menu-item > .appendLink,
#responsive-menu .responsive-menu li.current_page_item > a,
#responsive-menu .responsive-menu li.current_page_item > .appendLink {
  background: #f16022 !important;
}
#click-menu {
  background: transparent !important;
  z-index: 99999 !important;
}
#responsive-menu.admin-bar-showing {
  top: 125px;
}
/*********************
 POSTS & CONTENT STYLES
*********************/
img {
  max-width: 100%;
  height: auto;
}
.padding-top {
  padding-top: 80px !important;
}
.padding-bottom {
  padding-bottom: 80px !important;
}
.height-330 {
  min-height: 330px;
}
#content {
  margin-top: 147px;
  padding-top:20px;
  margin-bottom: 20px;
  min-height: 500px;
}
/* end .hentry */
.single-title,
.page-title {
  color: #000;
  line-height: 1.2em;
}







/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.byline {
  color: #999;
}
/* entry content */
.entry-content ul li,
.entry-content ol li {
  margin-left: 5px;
}
.entry-content ul {
  margin-left: 5px;
}
.entry-content table {
  border-spacing: 5px;
  border: 1px solid #EAEAEA;
  border-collapse: inherit;
}
.entry-content tr {
  border: 1px solid #eaeaea;
}
.entry-content blockquote {
  margin: 0em;
  font-style: italic;
  background: #EAEAEA;
  padding: 5px 5px 5px 25px;
  color: #000;
}
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content video,
.entry-content object {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}
/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */

}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}
/* end .wp-caption */
/* image gallery styles */
.gallery dl {
  display: inline-table;
  width: 33%;
  text-align: center;
  margin: 0;
}
.gallery dl .gallery-icon {
  text-align: center;
}
.gallery dl img {
  margin: 0 auto;
  width: 150px;
}
/* end .gallery */
/* gallery caption styles */
.alignnone {
  margin: 5px 20px 20px 0;
  display: block;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


/*********
SINGLE EDITS 2020
**********/




/******************************************************************
 PAGE NAVI STYLES
******************************************************************/
.page-navigation,
.wp-prev-next {
  margin: 1.1em 0 2.2em;
}
.bones_page_navi {
  /* current page link */

  /* end .bones_page_navi .bpn-current */

  /* common styles for page-navi links */

  /* remove the bg on end links */

  /* previous link */

  /* next page link */

  /* first page link */

  /* last page link */

}
.bones_page_navi li {
  float: left;
  margin-left: 10px;
}
.bones_page_navi li a {
  padding: 3px 6px;
  display: block;
  text-decoration: none;
  position: relative;
}
.bones_page_navi li a:hover,
.bones_page_navi li a:focus {
  color: #999999;
  text-decoration: underline;
}
.bones_page_navi li.bpn-current {
  padding: 3px 6px;
  border-bottom: 2px solid #999999;
  position: relative;
}
.bones_page_navi li.bpn-current a {
  /* hovering on current page link */

}
.bones_page_navi li.bpn-prev-link,
.bones_page_navi li.bpn-next-link {
  font-weight: 700;
}
.bones_page_navi li.bpn-prev-link a,
.bones_page_navi li.bpn-next-link a {
  padding: 0;
}
.bones_page_navi li.bpn-prev-link a:hover,
.bones_page_navi li.bpn-next-link a:hover,
.bones_page_navi li.bpn-first-page-link a:hover,
.bones_page_navi li.bpn-last-page-link a:hover {
  background: none;
}
/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}
/* end .wp-prev-next */
/******************************************************************
 COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments {
  /* number of comments span */

}
.commentlist {
  /* general comment classes */

  /* vcard */

  /* end .commentlist .vcard */

  /* comment meta */

  /* comment content */

  /* end .commentlist .comment_content */

  /* comment reply link */

  /* end .commentlist .comment-reply-link */

}
.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px;
  /* end .commentlist li ul.children */

}
.commentlist li:last-child {
  margin-bottom: 0;
}
.commentlist li ul.children {
  margin: 0;
  /* variations */

  /* change number for different depth */

}
.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.commentlist li:not(.depth-1) {
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 0;
  padding-bottom: 0;
}
.commentlist .odd {
  background: #eee;
}
.commentlist .even {
  background: #fefefe;
}
.commentlist .vcard {
  margin-left: 50px;
}
.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.commentlist .vcard time {
  float: right;
}
.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}
.commentlist .vcard time a:hover {
  text-decoration: underline;
}
.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}
.commentlist .comment_content {
  margin-left: 50px;
}
.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
.commentlist .comment-reply-link {
  text-decoration: none;
  float: right;
  background: #4598bb;
  padding: 3px 5px;
  color: #fff;
  opacity: 0.65;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 0.9em;
}
.commentlist .comment-reply-link:hover,
.commentlist .comment-reply-link:focus {
  opacity: 1;
}
/* end .commentlist */
/******************************************************************
 COMMENT FORM STYLES
******************************************************************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}
.respond-form form {
  margin: 0.75em 0;
}
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}
.respond-form form li label,
.respond-form form li small {
  display: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
  /* form validation */

}
.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
  background: #fff;
}
.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}
.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}
/* comment submit button */
/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em;
}
/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}
/* no comments */
.nocomments {
  margin: 0 20px 1.1em;
}
/*********************
 SIDEBARS & ASIDES
*********************/
.signup-box {
  margin: 0 0 1em 0;
  padding: 20px;
  background: #f16022;
  float: left;
  width: 100%;
  color: #555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.signup-box h2 {
  line-height: 1.2em;
  color: #555;
}
.signup-box p {
  display: inline;
  float: left;
  padding: 5px;
  width: 49%;
  margin: 0;
}
.signup-box ul {
  float: left;
}
.signup-box li {
  list-style: disc;
}
.mc4wp-form button,
.mc4wp-form input[type=button],
.mc4wp-form input[type=submit] {
  background: #f16022;
  color: #fff;
  width: 100%;
  padding: 0 12px;
  margin: 0;
}
.mc4wp-form button:hover,
.mc4wp-form input[type=button]:hover,
.mc4wp-form input[type=submit]:hover {
  background: #fff;
  color: #f16022;
}
.mc4wp-form input[type=date],
.mc4wp-form input[type=email],
.mc4wp-form input[type=tel],
.mc4wp-form input[type=text],
.mc4wp-form input[type=url],
.mc4wp-form select,
.mc4wp-form textarea {
  padding: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #eaeaea;
}
.subscribe-box {
  background: #f16022;
  padding: 20px;
  color: #fff;
}
.subscribe-box h2 {
  color: #fff;
  line-height: 1.2em;
}
.subscribe-box button {
  margin: 20px 0;
  font-size: 1.7em;
  padding: 10px 20px;
  color: #fff;
  background: #f16022;
}
.subscribe-box button:hover {
  color: #f16022;
  background: #fff;
}
.subscribe-box p {
  margin: 0;
}
.widgettitle {
  background: #555;
  padding: 5px 10px;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  color: #fff;
}

.widgettitle a{
  color:#fff;
}

.widget {
  margin: 10px 0;
}
.widget ul li {
  /* deep nesting */

}


#other-org{
      display: block;
      width: 300px;
      max-width: 100%;
      height: 42px;
      background: #FFF;
      border: none;
      margin: 10px auto;
}


/*********************
 FOOTER STYLES
*********************/
.footer {
  background: #f16022;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 20px ;
  clear: both;
}
/*
	if you checked out the link above:
	http://www.alistapart.com/articles/organizing-mobile/
	you'll want to style the footer nav
	a bit more in-depth. Remember to keep
	it simple because you'll have to
	override these styles for the desktop
	view.
	*/
.footer-nav li {
  margin: 0 5px;
  border: none;
}
.footer-nav li a {
  padding: 5px;
  color: #fff;
}
.footer-nav li:hover a {
  color: #eee;
}
/* end .footer-links */
.copyright {
  color: #fff;
  font-size: 0.7em;
}
/*******************  MEDIA QUERIES  ************************
*/
/* =LARGE VIEWING SIZE  ********************************************
*/
@media only screen and (max-width: 1200px), only screen and (max-device-width: 1200px) {
  .easy-carousel {
    max-width: 353px;
    margin: 0 auto;
  }
}
@media handheld, only screen and (max-width: 1100px), only screen and (max-device-width: 1100px) {

}
/* =Media query for 960 Screens **************************************************
-------------------------------------------------------------- */
@media only screen and (max-width: 960px) {
  .row .row .c1,
  .row .row .c2,
  .row .row .c3,
  .row .row .c4,
  .row .row .c5,
  .row .row .c6,
  .row .row .c7,
  .row .row .c8,
  .row .row .c9,
  .row .row .c10,
  .row .row .c11,
  .row .row .c12 {
    width: 100%;
    margin-bottom: 20px;
  }
  .easy-carousel {
    max-width: 534px;
    margin: 0 auto;
  }
  .row .row > div:last-child {
    margin-bottom: 0 !important;
  }
  .slider-box,
  .latest-box {
    width: 100%;
    float: none;
  }
  .signup-box h2 {
    font-size: 1.5em;
  }
  .box1,
  .box2,
  .box3,
  .box4,
  .signup-wrap,
  .latest-news {
    width: 100%;
  }
  .viewmorenews {
    text-align: left;
  }
}
/* =Media query for iPad and tablets**************************************************
-------------------------------------------------------------- */
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) and (orientation: portrait) {



  #products span.wpcf7-list-item {
    width: 100%;
  }
  #click-menu,
  #responsive-menu {
    position: absolute !important;
  }
  #responsive-menu {
    top: 147px !important;
    overflow: visible !important;
  }
  .header #logo-img {
    float: none;
  }
  .header {
    position: static;
  }
  .header .social-icons {
    float: none;
    display: block;
    margin: 0;
  }
  .header .header-subscribe {
    margin: -36px 0 10px 121px;
    float: none;
    display: block;
    width: 100px;
    text-align: center;
  }
  body {
    font-size: 90%;
  }
  #content {
    margin-top: 0px;
  }
  .row {
    margin-bottom: 0!important;
  }
  .c1,
  .c2,
  .c3,
  .c4,
  .c5,
  .c6,
  .c7,
  .c8,
  .c9,
  .c10,
  .c11,
  .c12 {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .hide-768 {
    display: none !important;
  }
}
@media handheld, only screen and (max-width: 630px), only screen and (max-device-width: 630px) {
  .easy-carousel {
    max-width: 354px;
    margin: 0 auto;
  }
  .form-box h2 {
    font-size: 1.75em;
  }
  .subscription-form span.wpcf7-not-valid-tip {
    position: static;
  }
}
/* =Media query for iPhone and smaller handheld devices **************************************************
-------------------------------------------------------------- */
@media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  .alignleft,
  .alignright {
    float: none;
  }
  .easy-carousel {
    max-width: 179px;
    margin: 0 auto;
  }
  .header #logo-img {
    max-width: 230px;
    padding-bottom: 9px;
  }
  #responsive-menu {
    top: 121px !important;
  }
}
/* = PRINT STYLESHEET **************************************************
*/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after,
  a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
