/*
www.devsaran.com
*/

@import url(http://fonts.googleapis.com/css?family=Oxygen:400,300,700);


/* Reset
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

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


/* Body & Main
================================================== */
body, #accordion p, #accordion li{
  nowhitespace: afterproperty;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font: 14px/1.6 'Oxygen',sans-serif;
  color: #606060;
}

#accordion p, #accordion li{
	font-size:15px;
}

/* Links */
a {
  color: #f4473a;

}
a:visited {
  color: #f4473a;
}
a:hover,
a:focus,
a:active {
  color:#000;
  text-decoration: none;
}

/*set max img width*/
img {
  max-width: 100%;
}


/* Commons
================================================== */

/*clear floats*/
.remove-margin {
  margin-right: 0 !important;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clear {
  clear: both;
}

/*blockquote*/
blockquote {
  position: relative;
  margin: 30px 20px;
  padding-left: 25px;
  font-style: italic;
  font-weight: bold;
  color: #000;
  quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
  color: #000;
  content: open-quote;
  font-size: 3em;
  line-height: .1em;
  position: absolute;
  top: 20px;
  left: -10px;
}

blockquote p:last-child {
  margin: 0;
}


/*preformatted text*/
pre {
  background: #fff url("images/pre-bg.png") repeat;
  margin: 40px 0px;
  padding: 25px 20px;
  line-height: 25px;
  border: 1px solid #ddd;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

ul, ol {
  margin: 0 0 1em 1.5em;
}
ul {
  list-style: disc;
}
ol {
  list-style-type: decimal;
}
ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
ol ol ol ol {
  list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
  margin-bottom: 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
  padding:10px 10px;
}

tr{
  padding:5px 5px;
}

td{
  padding:5px 10px;
}

#primary table {
  margin: 0 0 1.5em;
  width: 100%;
  border:1px solid #ddd;
  border-right:none;
  background:#fff;
}

#primary th {
  font-weight: bold;
  padding:10px 10px;
  background:#555;
  color:#fff;
}

#primary tr{
  padding:5px 5px;
}

#primary td{
  padding:5px 10px;
  border-top:1px solid #ddd;
  border-right:1px solid #ddd;
}

/* Typography
================================================== */

/* Headings */
h1,h2,h3,h4,h5,h6 {
  clear: both;
}

h1 { font-size: 32px; }
h2 { font-size: 26px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

p {
  margin: 0 0 20px;
}

p img {
  margin: 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

hr {
  border: solid rgba(0, 0, 0, 0.2);
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}

p a, p a:visited {
  line-height: inherit;
}

a:link {
  text-decoration: none;
}

a:focus {
  outline: 0;
}

a {
  outline: 0;
}

p a, p a:visited {
  line-height: inherit;
}

a:focus {
  outline: 0;
}


/* Head */

#masthead{
  position: relative;
}
.site-branding{
  margin-bottom: 20px;
}
#site-logo {
  float: left;
  padding: 15px 15px 0 0;
}
h1#site-title{
  text-transform: uppercase;
  font-weight: 800;
  margin-top: 18px;
  clear: none;
}
h1#site-title a:link, h1#site-title a:visited{
  color: #000;
}

/* Menu */

.menutoggle{
  width: 36px;
  height: 36px;
  color: #777;
  border: 1px solid #ddd;
  border-radius: 3px;
  line-height: 36px;
  text-align: center;
  background: #fff;
  position: absolute;
  right: 20px;
  top:25px;
  font-size: 20px;
  display:none;
}

#main-menu {
  padding:0px 0px;
  margin: 22px 0px 15px;
  height:45px;
  border-bottom: none;
  float: left;
}
  
#main-menu ul {
  width: auto;
  float:left;
  list-style: none;
  margin: 0;
  padding: 0 0px;
}
  
#main-menu li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight:400;
}
  
#main-menu li a {
  color: #777;
  display: block;
  margin: 0;
  padding: 19px 10px 19px 10px;
  text-decoration: none;
  position: relative;
}

#main-menu li a:hover, #main-menu li a:active, #main-menu a.active, #main-menu > ul > li > a.active-trail {
  color: #ed564b;
}
  
#main-menu li a.sf-with-ul {
  padding-right: 10px;
} 

#main-menu li ul li a, #main-menu li ul li a:link, #main-menu li ul li a:visited,
#main-menu li ul li ul li a, #main-menu li ul li ul li a:link, #main-menu li ul li ul li a:visited,
#main-menu li ul li ul li ul li a, #main-menu li ul li ul li ul li a:link, #main-menu li ul li ul li ul li a:visited {
  color:#777;
  width: 148px; 
  margin: 0;
  padding: 10px 10px;
  border-top:1px solid #ddd;
  position: relative;
  font-weight:400;
}
  
#main-menu ul li ul li:first-child a,#main-menu ul li ul li ul li:first-child a,#main-menu ul li ul li ul li ul li:first-child a  {
  border-top:none;
}

  
#main-menu li ul li a:hover ,#main-menu li ul li ul li a:hover ,#main-menu li ul li ul li ul li a:hover {
  color: #ed564b;
}

#main-menu li ul {
  font-size: 12px;
  z-index: 9999;
  position: absolute;
  left: -999em;
  height: auto;
  width: 160px;
  margin: 0px 0px 0px 0px;
  padding: 5px 5px;
  background:#efefef;
}

#main-menu li ul a { 
  width: 150px;
}

#main-menu li ul a:hover, #main-menu li ul a:active { 
}

#main-menu li ul ul {
  margin: -44px 0 0 160px;
}

#main-menu li:hover ul ul, #main-menu li:hover ul ul ul, #main-menu li.sfHover ul ul, #main-menu li.sfHover ul ul ul {
  left: -999em;
}

#main-menu li:hover ul, #main-menu li li:hover ul, #main-menu li li li:hover ul, #main-menu li.sfHover ul, #main-menu li li.sfHover ul, #main-menu li li li.sfHover ul {
  left: auto;
}

#main-menu li:hover, #main-menu li.sfHover { 
  position: static;
}

#main-menu > ul > li > a {
  padding : 10px;
}

/* Layout */

#primary, #sidebar{
  padding-top: 20px;
  padding-bottom: 20px;
}

#main-content {
  padding-top: 15px;
}

/* Slider */

#slidebox{
  max-height: 550px;
  position: relative;
  background: #000;
}

.doverlay{
  background: url(images/overlay.png);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top:0px;
  z-index: 100;
}

img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
  
.flex-caption{
  width: 800px;
  position: absolute;
  top:28%;
  left: 50%;
  margin-left: -400px;
  text-align: center;
  z-index: 120;
  color: #fff;
} 
  
.flex-caption h2{
  text-transform: uppercase;
  font-size: 36px;
  color: #fff;
}

.flex-caption h2 a:link, .flex-caption h2 a:visited{
  color: #fff;
}

.flex-caption p{
  font-size: 16px;
}

a.frmore{
  background: rgba(255,255,255,0.2);
  display: block;
  text-transform: uppercase;
  color: #fff;
  width: 150px;
  border: 1px solid #fff;
  padding: 5px 0px;
  margin: 10px auto;
  font-weight: bold;
  color: #fff!important;
}

#preface-area {
  background: none repeat scroll 0 0 #ED564B;
  border-bottom: 5px solid #F96B61;
  border-top: 5px solid #F96B61;
  padding: 40px 0 20px;
}

.preface-block{
  color: #fff;
  text-align: center;
}


.preface-block .block > h2{
  font-size: 24px;
  font-weight: bold;
}

#header-block, #footer-block {
  padding: 20px 0 0;
}


#bottom{
  padding: 50px 0px 93px 0px;
  background: #3b3b3b;
  border-top:5px solid #ed564b;
}

.page-node-1115 #bottom{
padding-top: 77px;
}
  
.footer-block{
  color: #aaa;
}

.footer-block .block > h2{
  font-size: 16px;
  margin-bottom: 10px;
  padding: 10px 0px;
  color:#fff;
  text-transform: uppercase;
}

/* Footer */

.site-footer{
  padding: 10px 0px;
  background:#292929;
  font-size: 12px;
}

.fcred{
  padding: 10px 0px;
  color: #bbb;
}

.fcred a:link, .fcred a:visited{
  color:#fff;
}

/* =Content
----------------------------------------------- */

.node h2.title a, h1.page-title {
  color: #000000;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 10px;
}

#content .node-teaser {
  padding-bottom:30px;
  border-bottom:1px solid #DDDDDD;
  margin-bottom: 15px;
}

.node-teaser img {
  border: 1px solid #CCCCCC;
  padding: 6px;
  height: auto;
  max-width: 97.4%;
  margin: 0.5em 1em 0.5em 0;
  float: left;
}
.page-node #content-wrap img {
  border: 1px solid #CCCCCC;
  padding: 6px;
  height: auto;
  max-width: 97.4%;
  margin: 0.5em 1em 0.5em 0;
}

.region-content-top {
  margin-bottom: 20px;
}

#sidebar .block {
  margin-bottom: 30px;
}

#sidebar .block > h2 {
  font-size: 20px;
  color:#000;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: bold;
}

.preface-block .block, .footer-block .block, .region-footer .block, .region-header .block, .region-content-top .block {
  margin-bottom: 30px;
}


/* -------------- Form Elements  ------------- */

fieldset { background: #ffffff; border: 1px solid #cccccc; margin-top: 10px; margin-bottom: 32px;
padding: 0 0 10px; position: relative; top: 12px; /* Offsets the negative margin of legends */
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.fieldset-wrapper { margin-top: 25px; }

.node-form .vertical-tabs .fieldset-wrapper { margin-top: 0; }

.filter-wrapper { top: 0; padding: 1em 0 0.2em;
-khtml-border-radius-topright: 0; -khtml-border-radius-topleft: 0; -moz-border-radius-topright: 0; -moz-border-radius-topleft: 0;
-webkit-border-top-left-radius: 0; -webkit-border-top-right-radius: 0; border-top-left-radius: 0; border-top-right-radius: 0; }

.filter-help a { font-size: 0.857em; padding: 2px 20px 0; }

.filter-wrapper .form-item label { margin-right: 10px; }

.filter-wrapper .form-item { padding: 0 0 0.5em 0.5em; }

.filter-guidelines { padding: 0 1.5em 0 0.5em; }

fieldset.collapsed { background: transparent; -khtml-border-radius: 0; -moz-border-radius: 0;  -webkit-border-radius: 0; border-radius: 0; }

fieldset legend { background: #dbdbdb; border: 1px solid #ccc; border-bottom: none; display: block; height: 2em;
left: -1px; line-height: 2; padding: 0; position: absolute; text-indent: 10px; text-shadow: 0 1px 0 #fff; top: -12px; width: 100%;
-khtml-border-radius-topleft: 4px; -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; 
-khtml-border-radius-topright: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }

fieldset.collapsed legend { -khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

fieldset .fieldset-wrapper { padding: 0 10px; }

fieldset .fieldset-description { margin-top: 5px; margin-bottom: 1em; line-height: 1.4; font-style: italic; }

input { margin: 2px 0; padding: 4px; }

input, textarea {  font-size: 0.929em; }

textarea { line-height: 1.5; }

textarea.form-textarea, select.form-select { padding: 4px; }

input.form-text, textarea.form-textarea, select.form-select { border: 1px solid #ccc; }

.password-suggestions ul li { margin-left: 1.2em; }

.form-item { margin-bottom: 1em; margin-top: 2px; }

.form-item label { font-size: 0.929em; }

.form-type-radio label, .form-type-checkbox label { margin-left: 4px; }

.form-type-radio .description, .form-type-checkbox .description { margin-left: 2px; }

.form-actions { padding-top: 10px; }

/* Contact Form */

.contact-form #edit-name { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.contact-form #edit-mail { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.contact-form #edit-subject { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.contact-form #edit-message { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-top-left-radius: 4px; -khtml-border-top-right-radius: 4px; -moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px; -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px;
border-top-left-radius: 4px; border-top-right-radius: 4px; }

.contact-form .resizable-textarea .grippie {  width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-bottom-left-radius: 4px; -khtml-border-bottom-right-radius: 4px; -moz-border-radius-bottomleft: 4px;
-moz-border-radius-bottomright: 4px; -webkit-border-bottom-left-radius: 4px; -webkit-border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }

/* Comment form */

.comment-form label { float: left; font-size: 0.929em; }

.comment-form input, .comment-form .form-select { margin: 0; 
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.comment-form .form-type-textarea label { float: none; }

.comment-form .form-item,
.comment-form .form-radios,
.comment-form .form-type-checkbox,
.comment-form .form-select { margin-bottom: 10px; overflow: hidden; }

.comment-form .form-type-checkbox,
.comment-form .form-radios { margin-left: 120px; }

.comment-form .form-type-checkbox label,
.comment-form .form-radios label { float: none; margin-top: 0; }

.comment-form input.form-file { width: auto; }

.comment-form .form-text { display: block; margin: 0; width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

.comment-form .form-item .description { font-size: 0.786em; line-height: 1.2; margin-left: 120px; }

#content h2.comment-form { margin-bottom: 0.5em; }

.comment-form .form-textarea { -khtml-border-radius-topleft: 4px; -khtml-border-radius-topright: 4px;
-moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px;
-webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px;
border-top-left-radius: 4px; border-top-right-radius: 4px; }

.comment-form fieldset.filter-wrapper .fieldset-wrapper,
.comment-form .text-format-wrapper .form-item { margin-top: 0; margin-bottom: 0; }

.filter-wrapper label { width: auto; float: none; }

.filter-wrapper .form-select { min-width: 120px; }

.comment-form fieldset.filter-wrapper .tips { font-size: 0.786em; }

#comment-body-add-more-wrapper .form-type-textarea label { margin-bottom: 0.4em; }

#edit-actions input { margin-right: 0.6em; }

/* Other Overrides */

div.password-suggestions { border: 0; }

.ui-widget-overlay { background: #222222; opacity: 0.7; }

div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane { padding: 1em; }

#forum .name { font-size: 1.083em; }

#forum .description { font-size: 1em; }

/* Form Buttons */

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
/* IE10 */ 
background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E3E3E3));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* IE6-9 */ 
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E3E3E3');

border: 1px solid #dbdbdb;
-moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; -ms-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 white; -webkit-box-shadow: inset 0 1px 0 0 white; -o-box-shadow: inset 0 1px 0 0 white; box-shadow: inset 0 1px 0 0 white;
color: #333333; text-shadow: 0 1px 0 white; position: relative; font-weight:bold; padding: 4px .8em 5px .8em; font-size: 13px; }

button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
/* IE10 */ 
background-image: -ms-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* @-moz-document Firefox */ 
background-image: -moz-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DBDBDB), color-stop(1, #F2F2F2));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* IE6-9 */ 
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#DBDBDB', endColorstr='#F2F2F2');

-moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; -ms-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 white;
-webkit-box-shadow: inset 0 1px 0 0 white;
-o-box-shadow: inset 0 1px 0 0 white;
box-shadow: inset 0 1px 0 0 white;
cursor: pointer; }

button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width { 
width: 100%; padding-left: 0 !important; padding-right: 0 !important; text-align: center; }


#block-search-form { padding-bottom: 7px; }

#block-search-form .content { margin-top: 0; }

#search-form .form-item-keys label { display: block; }


ol.search-results { padding-left: 0; }

.search-results li { border-bottom: 1px solid #d3d7d9; padding-bottom: 0.4285em; margin-bottom: 0.5em; }

.search-results li:last-child { border-bottom: none; padding-bottom: none; margin-bottom: 1em; }

.search-results .search-snippet-info { padding-left: 0; }


.meta {
  margin: 5px 0 10px 0;
}

.meta a {
  color: #999;
}

.meta a:hover {
  color: #000;
}

.meta li {
  display: inline;
  margin-right: 5px;
  margin-right: 10px;
}

.meta strong{
  font-weight: 600;
  color: #111;
}

.meta li:last-child {
  margin-right: 0;
  padding-right: 0;
  background: none;
}

.links li a {
  background-color: #E7E5E3;
  color: #100100;
  padding: 4px 5px;
  border-radius: 4px;
  text-shadow: 1px 1px #fff;
  font-weight: normal;
}

.links li a:hover {
  background-color: #D7D5D3;
  color: #100101;
}


/*-------------------------------------------*
/* Fix CKEditor style
/*-------------------------------------------*/
/*#content table.cke_editor {
  background: transparent;
  border: 0;
}
#content table.cke_editor td {
  background: transparent;
  padding: 0;
  border: 0;
}*/

/*-------------------------------------------*
/* Poll, Buttons, Form
/*-------------------------------------------*/
.poll .vote-form .choices .title {
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
}

.poll .vote-form .choices {
  margin: 0;
}

.form-item label {
  font-size: 13px;
  font-weight: bold;
}

/*-------------------------------------------*
/* Menus and item lists 
/*-------------------------------------------*/
.item-list ul {
  margin: 0;
  padding: 0 0 0 1.5385em;
}

.item-list ul li {
  margin: 0;
  padding: 0;
}

ul.menu li {
  margin: 0;
  padding: 0;
}

ul.inline {
  clear: both;
}

ul.inline li {
  margin: 0;
  padding: 0;
}

/*-------------------------------------------*
/* Admin Tabs
/*-------------------------------------------*/
.tabs-wrapper {
  border-bottom: 1px solid #b7b7b7;
  margin: 0 0 5px 0;
}

ul.primary {
  border: none;
  margin: 0;
  padding: 0;
}

ul.primary li a {
  background: none;
  border: none;
  display: block;
  float: left;
  line-height: 1.5385em;
  margin: 0;
  padding: 0 1em;
  border-radius: 4px 4px 0 0;
  margin-right: 5px;
}

ul.primary li a:hover, ul.primary li a.active {
  background: #666;
  border: none;
  color: #fff;
}

ul.primary li a:hover {
  background: #888;
  text-decoration: none;
}

ul.secondary {
  background: #666;
  border-bottom: none;
  clear: both;
  margin: 0;
  padding: 0;
}

ul.secondary li {
  border-right: none;
}

ul.secondary li a, ul.secondary li a:link {
  border: none;
  color: #ccc;
  display: block;
  float: left;
  line-height: 1.5385em;
  padding: 0 1em;
}

ul.secondary li a:hover, ul.secondary li a.active {
  background: #888;
  color: #fff;
  text-decoration: none;
}

ul.secondary a.active {
  border-bottom: none;
}

ul.inline, ul.links.inline {
  margin-left: 0;
}

/*-------------------------------------------*
/* Tabs and Tags
/*-------------------------------------------*/
.field-name-field-tags {
  margin: 0 0 10px 0;
}

.field-name-field-tags a{
  background: #ed564b;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 2px;
  color: #fff;
  padding: 2px 6px;
}

.field-name-field-tags a:hover{
  background: #111;
  color: #fff;
}

.field-name-field-tags div {
  display: inline;
}


/*-------------------------------------------*
/* Profile
/*-------------------------------------------*/
.profile {
  margin: 1.5385em 0;
}

.profile dd {
  margin-bottom: 1.5385em;
}

.profile h3 {
  border: none;
}

.profile dt {
  margin-bottom: 0;
}

.password-parent {
  width: 36em;
}

/* Comments */

.comment h2.title { margin-bottom: 1em; }

.comment div.user-picture img { margin-left: 0; }

.comment { margin-bottom: 20px; display: table; vertical-align: top; }

.comment .attribution { display: table-cell; padding: 0 35px 0 0; vertical-align: top; overflow: hidden; }

.comment .attribution img { margin: 0; border: 1px solid #d3d7d9; }

.comment .attribution .username { white-space: nowrap; }

.comment .comment-submitted p { margin: 4px 0; font-size: 1.071em; line-height: 1.2; }

.comment .comment-submitted .comment-time { font-size: 0.786em; }

.comment .comment-submitted .comment-permalink { font-size: 0.786em; text-transform: lowercase; }

.comment .content { font-size: 0.929em; line-height: 1.6; }

.comment .comment-arrow { background: url(images/comment-arrow.gif) no-repeat 0 center transparent;
border-left: 1px solid; border-right: 1px solid; height: 40px; margin-left: -36px; margin-top: 15px; position: absolute; width: 22px; }

.comment .comment-text { padding: 0 25px 10px 35px; display: table-cell; vertical-align: top; position: relative; width: 100%; border-left: 1px solid #d3d7d9; }

.comment .indented { margin-left: 40px; }

.comment-unpublished { margin-right: 5px; padding: 5px 2px 5px 5px; }

.comment .comment-text .comment-arrow { border-left: 1px solid #ffffff; border-right: 1px solid #ffffff; }


/*-------------------------------------------*
/* Forum
/*-------------------------------------------*/
.field-name-taxonomy-forums div {
  display: inline;
  margin-top: 4px;
}

.field-name-taxonomy-forums .field-items {
}

#forum .title {
  font-size: 16px;
}

#forum .submitted {
  font-size: 12px;
  font-family: Lucida Grande, Verdana, Arial, sans-serif;
  background: transparent;
  padding: 0;
}

#forum .container {
  background: #a1a1a1;
  color: #fff;
}

#forum .container a {
  color: #000;
  font-weight: bold;
}

#forum div.indent {
  margin-left: 2px;
}

.forum-starter-picture {
  float: left;
  padding: 4px;
  border: 1px solid #d9d9d9;
  margin: 5px 7px 5px 0;
}

#forum th {
  background: #434343;
  text-shadow: none;
  color: #fff;
}

#forum th a {
  color: #fff;
}

#forum td.forum .icon, #forum .icon div {
  background: url(images/no-new-posts.png) no-repeat;
  width: 35px;
  height: 35px;
}

#forum .name a{ 
  font-size: 16px;
}


@media screen and (max-width: 768px) {
  html{
    font-size: 60%;
  }

  h1#site-title{
    text-align: center;
  }

  #site-logo {
    padding-top: 0;
  }
  
  select.mnav{
    width: 100%;
    margin-bottom: 20px;
  }

  #main-menu{
    display:none;
  }
    
  .flex-caption{
    display: none;
  }

}

/* Custom */

.search-info {
	display: none;
}

body.node-type-publication h1.page-title, body.node-type-presentations h1.page-title{
	font-size: 1.7em;
}

.edit-link, .delete-link {
  display: inline-block;
  width: 70px;
  text-transform: uppercase;
  font-weight: 600;
}

.views-field-edit-node{
	padding-top:	30px;
}

.cushion:before, #D:before, .href-top-pad:before{
	display: block; 
  content: " "; 
  margin-top: -285px; 
  height: 285px; 
  visibility: hidden; 
}

p a.href-top-pad{
	
	font-size:24px;
	font-weight:bold;
}

.em-styleme{
	font-style: italic; 
	font-weight: bold; 
	font-size: 18px;
}

.no-em-styleme .em-styleme{
	font-style:inherit;
	font-weight:400;
	font-size:inherit;
	
}


.ui-accordion-content p {
	padding:30px;
}

h3.ui-accordion-header {
  font-size: 16px;
  padding: 0 10px 10px 10px;
  font-weight:600;
}

.rtecenter {
	text-align:center;
	margin:0 auto;
}

img.fl-right, img.imageRight{
	float:right;
	padding: 0 0 40px 40px !important;
	border:0 !important;
}

img.fl-left, img.imageLeft{
	float:left;
	padding: 0 40px 40px 0 !important;
	border:0 !important;
}

#block-views-what-s-new-block .view-what-s-new .views-field-title {
  height: 130px;
  display: block;
}

a:link.see-all-whats-new, a:visited.see-all-whats-new, a:hover.see-all-whats-new {
  color: #fff;
}

/* fix gear to views */
div.contextual-links-wrapper a {
  position: relative;
  top: 10px;
}

table.tbl_children tbody th tr {
  background-color: rgb(79, 130, 194) !important;
}

#accordion p {

}

#accordion ul li a, accordion ul li a:visited{
	color:#0D5FAB;
}


.sans-serif{
	font-family:sans-serif;
}

.page-node-807 .field-item p{
	font-weight:bold;
}

.page-node-807 .field-name-field-section-description .field-item p{
	font-weight:normal;
}

.page-position-statements-and-comment-letters .views-field-title{
	display:none;
}

.field-name-field-other-org-weblinks{
	padding-top:25px;
}

#block-views-what-s-new-block a:link.see-all-whats-new, #block-views-what-s-new-block a:visited.see-all-whats-new, #block-views-what-s-new-block a:hover.see-all-whats-new{
	color:#fff;
}

th.views-field-field-year-of-publication a{
	white-space:nowrap;
}

.views-bootstrap-accordion-plugin-style .panel-heading{
	background-color:#4E81C1;	
}

a.accordion-toggle, .accordion-toggle{
color:white !important;	
}

.accordion-toggle:before{
	display:inline;
	  content: '▼';
	  color:#C5C5C5;
	  font-size:10px;


	
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #4E81C1 !important;
  font-weight: normal;
  color: #fff !important;
  font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #4E81C1;
  /* font-weight: normal; */
  /* color: #212121; */
}

.page-node-1394 #content-wrap{
	margin-top:60px;	
}

sup{
	font-size:smaller;
}

.field-collection-item-field-archived-webinars .field-item{
line-height:2em;	
}

.node-presentations .field-label{
	width:180px;	
}

.field-name-field-research-org-name .field-item p{
padding-bottom:5px;
margin-bottom:0;
font-weight:bold;	
}

.field-name-field-tips-list .field-label{
padding-top:20px;	
}

html.js fieldset.collapsible .fieldset-legend a, html.js fieldset.collapsible .fieldset-legend a:visited {
font-weight: bold;
text-decoration: none;
}

html.js fieldset.collapsible .fieldset-legend a:hover {
color:green;
}

.field-collection-view .field-label {
white-space: nowrap;
width: 15%;
}

.field-name-field-organization-name, .field-name-field-reference-name, .field-name-field-int-org-name{
font-weight:bold;	
}

.field-name-field-resources {
	padding-bottom:35px;
}

.view label {
    font-size: 15px;
}

.tabs-wrapper {
top: 11px;
position: absolute;
z-index: 9;

}

.panel-title {
    padding: 0;
	font-weight: bold;
	font-family: sans-serif;
}

h2.no-top-padding {
	padding-top:0;	
}

tr.odd td{
	background-color:#fff !important;
}

tr.odd td:hover{
	background-color:#FAF9F9 !important;
}

.columns-3 {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
	-webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
	list-style-type: none;
}

img.file-icon {
  border: 0 !important;
  position: relative;
  top: 7px;
}

h1#site-title a:link, h1#site-title a:visited {
color: #1C4F8B;
text-decoration: none;
position: relative;
top: 8px;
}

#content-wrap {
font-size: 16px;
letter-spacing: .01em;
line-height: 1.8em;
}

#bottom {
padding: 0;
  background: #fff; 
border-top: 0;
position:relative;
top:-75px;
}

#bottom .field-content{
color:#000;	
}

.prevention-blurb{
	width:70%;
	float:left;
}

/* h1, h2, h3, h4, h5, h6 {
font-family: Arial, Helvetica, sans-serif;
color: black;
}
*/

#main-content #content-wrap h1.page-title,h3,h5, h1 {
	color:#4F9970;
}

h1.page-title {
margin-bottom: 70px;
}


h2,h4{
	color:rgb(55, 86, 126);
}


h1,h2,h3,h4,h5,h6{	
	font-family: "Calisto MT Bold", garamond, serif;
	font-weight:bold;
	text-transform:none; 
}

h2,h3,h4 {
padding: 33px 0 15px 0;
}

h1{
	line-height:120%;
}

h2{
	line-height:normal;
}


h1.page-title{
	font-size:38px;
}
h1 { font-size: 38px; }
h2 { font-size: 30px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }


.front h1 {
font-size: 107px;
font-family: Cinzel, georgia, "times new roman", serif;
text-transform:uppercase;
letter-spacing: 1px;
font-weight: 600;
}

a, a:visited {
	color:#4862BA;
	font-weight:normal;
}

a:hover{
	color:#4862BA;
	text-decoration:underline;
	font-weight:normal;
}

.flexslider .slides li {
max-height: 1342px !important;
overflow: hidden;
}

.flex-direction-nav {
	display:none;
}

#slidebox {
max-height: 903px;
background-color: white;
}

#top-head {
position: fixed;
z-index: 10;
width: 100%;
height: 52px;
}


#top-head-background {
z-index: 20;
margin: 0 auto;
background: rgb(169, 194, 153);
opacity: .95;
/* Standard: FF gt 1.5, Opera, Safari, CSS3; */
filter: alpha(opacity=98);
-ms-filter: "alpha(opacity=98)";
-khtml-opacity: .98;
-moz-opacity: .98;
padding: 5px 0 10px 0;
}

.front #top-head-background {
z-index: 20;
margin: 0 auto;
background: rgb(169, 194, 153);
opacity: .89;
/* Standard: FF gt 1.5, Opera, Safari, CSS3; */
filter: alpha(opacity=89);
-ms-filter: "alpha(opacity=89)";
-khtml-opacity: .89;
-moz-opacity: .89;
padding: 5px 0 10px 0;
}

#head-left{
	float:left;
	width:75%
}

#head-right{
	float:right;
	width:155px;
}

h1#site-title {
font-weight: 800;
margin-top: 19px;
clear: none;
font-family: "Calisto MT Bold", garamond, serif;
font-size: 24px;
position: relative;
top: 3px;
text-transform: inherit;
}

#nav-background {
padding: 0px 0px;
margin: 0;
height: 40px;
text-transform: uppercase;
width: 100%;
background-color: rgb(70, 124, 191);
opacity: .95;
/* Standard: FF gt 1.5, Opera, Safari, CSS3; */
filter: alpha(opacity=95);
-ms-filter: "alpha(opacity=95)";
-khtml-opacity: .95;
-moz-opacity: .95;
position: relative;
top: -67px;
z-index: -1;
}

#main-menu {
padding: 0px 0px;
margin: 0;
height: 40px;
text-transform: uppercase;
width: 100%;
position: relative;
top: -1px;
z-index: 1;
}

#main-menu li a {
color: white;
font-weight: bolder;
}

#left-foot-bottom {
width: 80%;
float: left;
padding-right: 10px;
}

#right-foot-bottom {
width: 20%;
float: right;
}

.site-footer{
	background-color: rgb(55, 86, 126);
}

#block-block-2 {
	padding-top:30px;
}

.front #bottom {
padding: 95px 0px 72px 0px;
background: #467cbf;
border-top: 0;
background-image: url("/sites/default/files/spray.png");
background-position: center bottom;
background-repeat: no-repeat;
top: 0px;
}

#site-logo {
padding: 0 10px 0 0;
z-index: 10;        
position: relative;
}

.site-branding {
margin-bottom: 0;
}

#login-button a{
	color:white;
}
#login-button {
background-color: rgb(61, 116, 179);
padding: 0 5px;
width: 55px;
font-size: 11px;
margin: auto;
text-align: center;
font-weight: bolder;
position: relative;
left: 55px;
top: 2px;
}



#login-button a{
	text-decoration:none;
}

#login-button a .ext {
display: none;
}



#admin-login-button a, #admin-logout-button a {
  border: solid 1px;
  padding: 2px 4px;
  border-color: #4D72A1;
  text-decoration: none;
  position: relative;
  top:10px;
}

.logged-in #admin-login-button {
	display:none;
}


.logged-in #admin-logout-button {
	display: block;
}

#admin-logout-button {
	display: none;
}

.eip-home-button{
  width:100px !important;	
}

.region-search input.form-text, .region-search textarea.form-textarea, .region-search select.form-select {
 border: 1px solid #FFF;
background-color: #90BC3B;
height: 18px;
position:relative;
padding: 0;

}

.region-search .form-submit{
    background:url(/sites/default/files/custom_search/search-button_0.png);
    background-repeat: no-repeat;
	background-color:transparent;
    width: 19px;
    height:19px;
	text-indent:-999px;
	border:none;
	position:relative;
	top:-1px;
	z-index:20px;
	background-color:inherit;
	margin:0;
	padding:0;
	border: none;
border-radius: 0 ;
-moz-border-radius: 0 ;
-webkit-border-radius: 0 ;
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

@-moz-document url-prefix() {
    .region-search .form-submit {
        position:relative;
		top:1px;
    }
}
	
.region-search .form-submit:hover{
    background:url(/sites/default/files/custom_search/search-button_0.png);
    background-repeat: no-repeat;
	background-color:transparent;
    width: 19px;
    height:19px;
	text-indent:-999px;
	border:none;
	position:relative;
	top:0;
	z-index:20px;
	background-color:inherit;
	margin:0;
	padding:0;
border-radius: 0 ;
-moz-border-radius: 0 ;
-webkit-border-radius: 0 ;
    opacity: 0.5;
}

#main-menu li a:hover, #main-menu li a:active, #main-menu a.active, #main-menu > ul > li > a.active-trail {
color: #0D0A81;
}

.region-search {
float: right;
padding-top: 11px;
}

#main-content {
padding-top: 90px;
padding-bottom: 55px;
}

.panel-flexible{
	margin-top:50px;	
}


#block-search-form {
float:right;	
border:0;
padding: 10px 0;
position: relative;
left: 18px;
}

@-moz-document url-prefix(){
#block-search-form {
position: relative;
left: 25px !important;
}
}

.front .view-mode-teaser{
border:0 !important;	
padding:0;
margin:0;
position:relative;
top:-35px;
}

#readmore-button a{
	color:white;
	position:relative;
	z-index:9999;
}

#readmore-button {
background-color: rgb(61, 116, 179);
padding: 0 5px;
width: 55px;
font-size: 11px;
margin: auto;
text-align: center;
font-weight: bolder;
position: relative;
left: 55px;
}

.fcred a:hover {
text-decoration:underline;
}

.whats-arrow{
position:relative;

}

#block-views-what-s-new-block .view-what-s-new .views-row {
	float: left;
	width: 29%;
	padding: 0;
	text-align: center;
	margin: 15px;
	border: solid 1px;
	border-color: rgb(106, 142, 187);
	min-height: 242px;
	min-width: 150px;
}

#block-block-4{
clear:both;	
background-color:white;
padding:20px;
}

#block-views-what-s-new-block {
margin: auto;
color: white;
padding-left: 50px;
}

#block-views-what-s-new-block h6 a{
font-weight:normal;
}

.sf-sub-indicator {
	display:none;
}

.mean-container .mean-bar {
    position: absolute;
    top: 0;
}
	
#block-system-main	{
	margin-top:-40px;
}

.mean-container .mean-nav ul, .mean-nav li{
background-color: #0C1D50;
}
	
/*nice menu navigation*/	


ul.nice-menu-down li li.menuparent, ul.nice-menu-down li {
    background-color: #E4EFDF;
}

ul.nice-menu-down li:hover {
    background-color: #F2F7F0;
}

ul.nice-menu-down li li.menuparent:hover {
background-color:#F2F7F0;
}

ul.nice-menu-down li ul{
		margin-top:9px !important;
}

ul.nice-menu-down li ul li ul{
		margin-left:139px !important;
		margin-top:-55px !important;
}

.mainmenu {
position:relative;
top:-3px;
height: 40px;
}

ul.nice-menu-down li.menuparent {
background-color:inherit	;
}

.menu-path-front {
background-color:inherit !important;	
border:0 !important;
padding-right:10px !important;
padding-top:2px;
}

@-moz-document url-prefix() {
    .menu-path-front {
        padding-top:1px;
	}
}

.menu-path-front a{
text-decoration:none;	
}

ul.nice-menu-down li.menuparent:hover {
background-color: inherit;
}

ul.nice-menu-main-menu li{
border:0;
text-transform:uppercase !important;
font-weight:bold;
}

ul.nice-menu-main-menu li li{
text-transform:none !important;
padding:6px 0 6px 6px;
border-bottom:solid 1px #C2C2C2;
border-left:solid 1px #C2C2C2;
border-right:solid 1px #C2C2C2;
font-weight:200;
font-size:12px;
}

ul.nice-menu-main-menu li li li{
	width:290px;
	position:relative;
}

ul.nice-menu-main-menu li li{
	width:290px;
}

ul.nice-menu ul {
	margin-top:2px !important;	
}

ul.nice-menu-main-menu li li a{
line-height:140% !important;	
font-size: 14px;
}


/*  100% width YAAAAAAAAAAAAAAAAAAAAAAAAAAA
ul.nice-menu-main-menu li{
	width:auto;
    width: 15.1667%;
    max-width: calc(100% / 7);
	white-space:nowrap;
	text-align:center;
}

.nice-menu-main-menu{
width:110%;	
}

ul.nice-menu-main-menu li.menu-path-front{
width:9%;	
}

 end 100% width */
 
 /*  100% width YAAAAAAAAAAAAAAAAAAAAAAAAAAA 

ul.nice-menu-main-menu li{
	padding-right:3em;
}

.nice-menu-main-menu{
width:110%;	
}

end 100% width */

ul.nice-menu-down li.menuparent, ul.nice-menu-down li.menuparent:hover{
background-image:inherit;	
}

ul.nice-menu a.active ,ul.nice-menu a:hover  {
color: #0D0A81;
}

ul.nice-menu a  {
color: #fff;
}

ul.nice-menu li li a{
color: #000;
font-weight: normal;
}

#block-nice-menus-1{
position:relative;
top:-32px;	
}

#hidden-menu .menu {
display:none;
}

ul.nice-menu-down .menuparent a {
padding-right: 15px;
text-decoration: none;
line-height:150%;
}

/*end nice navigation*/

.page-node-1115 .footer-block.col-sm-6{
/*width:380px;	*/
}



#block-block-5{
text-align:right;
}

.block-views-for-your-info-slideshow-block-1{
	float:right; 
}

.view-for-your-info-slideshow {
	width: 302px;
	border: solid 1px;
	padding: 0px;
	background-color: rgb(195, 216, 181);
	position: relative;
	top: 5px;
}

.view-for-your-info-slideshow .field-content p{
padding:0 20px;
}

.view-for-your-info-slideshow .slide-body{
padding:13px 0 0 0;
height:157px;
}

.view-for-your-info-slideshow img {
width: auto;
height:auto;
border: none;
}

.view-for-your-info-slideshow .more-link {
float: right;
font-weight: bolder;
padding: 0 20px;
position: relative;
top: -10px;
}

.view-for-your-info-slideshow .slide-title {
background-color: rgb(78, 129, 193);
color: #fff !important;
font-weight: bold;
width: 100%;
display: block;
padding: 10px 19px;
font-size: larger;
position: relative;
top: -6px;
}


.mean-container .mean-bar {
    background:#0A5086;
}

.mean-bar{
background-color:blue;	
}

.mean-container .mean-nav ul li a.mean-expand {
    padding: 9px !important;
}

#block-views-what-s-new-block .view-what-s-new .field-content{
min-height: 107px;	
}

#block-views-what-s-new-block .view-what-s-new .views-row-1 .views-field {
margin:20px;
}


#block-views-what-s-new-block .view-what-s-new .views-row-3 .views-field {
padding:0 40px;	
margin:20px;
}

#block-views-what-s-new-block .view-what-s-new .views-row-2 .views-field {
padding:0 30px;	
margin:20px;
}

.rm-button{
padding: 0px;
border: 1px solid;
border-color: white;
width: 94px;
margin: 10px auto 0 auto;
}

#panels-ipe-paneid-41 {
width:350px;	
}

.pane-for-your-info-slideshow .pane-title, div.resources-box{
background-color: rgb(61, 116, 179);
padding: 5px;
width:300px !important;
text-align: center;
font-weight: bolder;
margin-bottom:20px;
}

.pane-for-your-info-slideshow .pane-title a,.resources-box a:visited, .resources-box a:hover{
	color:#fff;
	text-decoration:none;
}

a.whats-hover{
	background:url(/sites/default/files/whats-new_0.png);
	display:block;
    height:65px;
    width:185px;
	margin:auto;
}

a:hover.whats-hover{
	background:url(/sites/default/files/whats-new_0.png) right;
	display:block;
    height:65px;
    width:185px;
	margin:auto;
}


.fademe, .pane-for-your-info-slideshow .pane-title {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }

   .fademe:hover,.pane-for-your-info-slideshow .pane-title:hover  {
      opacity: 0.5;
 }
 
 img.fademe{
	border:0 !important; 
 }
	  
.view-what-s-new .views-field.views-field-view-node-1 {
    border: 1px solid #FFF;
    width: 119px;
    padding: 2px;
    margin: 0 auto 22px auto;
}

.view-what-s-new .views-field.views-field-view-node-1{
	opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;	
}

.view-what-s-new .views-field.views-field-view-node-1 :hover {
      opacity: 0.5;
}

#primary th {
background: #37567E;
color: #fff;
}

th.views-field a:link {
font-weight:bold;	
}

#primary th a{
color: #fff;
}

.front .view-what-s-new a:link, .front .view-what-s-new a:visited {
color: #fff;
text-decoration:none !important;
font-family: Oxygen, san-serif;
}

.view-what-s-new a:hover {
text-decoration:underline;
}f

#slidebox{
background-color:#fff;	
}

.flex-caption {
width: 800px;
position: absolute;
top: 75%;
left: 50%;
margin-left: -400px;
text-align: center;
z-index: 120;
color: #000;
line-height: 301%; 
}

.flex-caption h2 {
color: #0B078B;
text-transform: inherit;
font-size: 41px;
line-height: 49px;
min-width:800px;
}

.flex-caption h1 {
color: #4f9970;
font-weight:normal;
text-transform: inherit;
font-size: 85px;
padding-bottom: 20px;
}

.front #main-content {
margin-top: -300px;
overflow: visible;
position: relative;
z-index: 2;
}

a.frmore {
display: none;
}

h1.first-headline{
color: #477DC0;
font-weight:normal;
font-size: 75px;
line-height: 125%;
white-space: nowrap;
}

h2.second-headline {
color: #4f9970;
font-size: 29px;
line-height: normal;
padding-bottom: 35px;
border-top: solid 1px;
border-color: rgb(204, 219, 232);
padding-top: 18px;
font-weight: normal;
letter-spacing: 1px;
font-family: Cinzel, georgia, "times new roman", serif;
}

.home-blurb{
line-height: 250%;
max-width: 1000px;
margin:auto;
padding: 43px 0 43px 0;
}

/*.view-content tr.even td.views-field{
	background-color:#E5E5E5;	
}*/


/* Footer Fixed to Bottom */
html, body {
	height: 100%;
	min-height:100%;
} 
#page {
	display: table; 
	height: 100%; 
	min-height: 100%; 
	width: 100%;
} 
.site-footer {
	display: table-row; height: 1px;
}

#footer-block {
    padding: 0 20px 0px 20px;
}

/*Fix Gear */
#primary, #sidebar {
position: relative;
top:55px;
}

.maxLeft {
position: relative;
float: left;
margin-left: 0;
}

.maxRight {
position: relative;
float: right;
margin-right: 0;
}

.half {
width: 48%;
text-align: center;
}
.features {
position: relative;
display: block;
margin: 1%;
font-size: 14px;
color: #444;
text-align: left;
min-height: 600px;
overflow: hidden;
padding:10px;
}

#block-menu-menu-login ul, #block-menu-menu-login ul li{
	list-style-type: none;
}

.new-logo img {
	display:none;
}

#primary table.tbl_children tbody th {
  background: #4F82C2 !important;
  color: #fff;
}

.main h2 {
  display: inline-block;
  width: 100%;
  position: relative;
  top: -30px;
  font-size: 30px;
  background-color: rgb(165, 186, 213);
  padding: 0;
  font-style: italic;
}


.front .page-title{
   display:none;
}


@media screen and (max-width: 2000px) {
.front #main-content {
margin-top: -300px;
}
}


@media screen and (max-width: 1500px) {
ul.nice-menu-main-menu li{
font-size:12px;
}
.front #main-content {
margin-top: -250px;
}

.flex-caption {
	display:	inherit;
	top:68%;
	margin-left: -300px;
}
.flex-caption h2,.flex-caption h1{
	font-size:30px;
	width: 600px;
	line-height:130%
}

.flex-caption h1{
	font-size:75px;
	padding-bottom:0;
	line-height:100%;
}

}


@media screen and (max-width: 1200px) {
	
.view-what-s-new .field-content {
    min-height: 130px;
}

.view-what-s-new .views-row {
min-height: 230px;
}

#block-views-what-s-new-block {
padding-left: 0;
position:relative;
/*left:-20px;*/
left:-16px;
}

.whats-arrow{
position:relative;
left:-30px;
}

.flexslider .slides img {
padding-top: 100px;
}

h1#site-title a:link, h1#site-title a:visited {
position: relative;
top: -6px;
}

h1.site-title{
font-size:30px;	
}

}

@media screen and (max-width: 1000px) {


.front #main-content {
margin-top: -200px;
}

h1.first-headline{
font-size: 65px;	
}

h2.second-headline{
font-size: 25px;
padding-top:13px;
}

.flex-caption {
	top:67%;
} 

.view-what-s-new .views-row {
    float:none;
    width:100%;
	min-height:0;		
}

.view-what-s-new .field-content {
    min-height: 0;
}

#block-views-what-s-new-block .view-what-s-new .views-row {
	width:100%;
	
}

.whats-arrow{
position:relative;
left:0;		
}

@-moz-document url-prefix() {
    .region-search .form-submit, .region-search {
        position:relative;
		top:2px;
		padding-top: 1px !important;
    }
}

.prevention-blurb{
	width:100% ;
	padding-right:20px;
}
}

@media screen and (max-width: 768px) {

#main-content {
	margin-top: -145px;
}

.home-blurb {
  line-height: 140%;
  max-width: 1000px;
  margin: -20px auto -67px auto;
}

.front #bottom {
  padding: 34px 0px 72px 0px;
}

.front #main-content {
	margin-top: -185px;
}

@-moz-document url-prefix(){
	.front #main-content {
	position:relative;
	top:-50px;
  }
}

@-moz-document url-prefix() {
    .region-search .form-submit, .region-search {
        position:relative;
		top:3px;
    }
}

h1#site-title{
	font-size:16px;  
  }
  
.site-footer{
	padding:10px;
}
#page{
margin-top:52px;	
}

#nav-background{
display:none;	
}

.region-top-menu{
display:none;
}

h1#site-title{
	display:none;
}

#head-left{
width:40%;	
}

#head-right{
margin-right:30px;	
}

#site-logo {
padding: 11px 10px 0px 11px;
}

.flex-caption {
	display:	inherit;
	top:67%;
	margin-left: -250px;
}

.flex-caption h2{
	font-size:24px;
	width: 500px;
	line-height:120%;	
}

.flex-caption h1{
	font-size:55px;
	width: 500px;
	line-height:90%;	
}

.flexslider .slides img {
padding-top: 0;
}

#top-head {
    position: relative;
}

.new-logo img {
	display:inherit;
    position: absolute;
    top: 9px;
    z-index: 999999;
    max-width: inherit;
    left: 9px;
    width: 118px;
}

#site-logo img{
	display:none;
}

#block-block-1 {
	float:left;	
}

#head-left {
    display:none;
}

#head-right, .region-search {
    width: 100% !important;
}

#block-search-form {
    padding: 10px 0px;
    position: relative;
    left: 15px;
    top: -11px;
}

#head-right {
    margin-right: 19px;
    height: 37px;
}

.home-blurb {
padding: 14px 0 80px 0;
}

#block-block-5, #block-views-for-your-info-slideshow-block-1 .content, .view-for-your-info-slideshow, .views_slideshow_cycle_main_for_your_info_slideshow-block_1{
text-align:center;
margin:auto;
}


}

@media screen and (max-width: 600px) {
.front #main-content {
margin-top: -170px;
}

h1.first-headline{
font-size: 45px;	
}

h2.second-headline{
font-size: 22px;
padding-top:6px;
}

.columns-3 {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  list-style-type: none;
}

}

@media screen and (max-width: 500px) {

.front #main-content {
margin-top: -140px;
}

h1.first-headline{
font-size: 35px;	
}

h2.second-headline{
font-size: 17px;
font-weight:bold;
}

h1{
font-size:19px !important;	
}

h2{
font-size:17px !important;	
}

h3{
font-size:15px !important;	
}

h2.second-headline{
font-size: 12px !important;
padding-top:4px;
}

h1.first-headline{
font-size: 35px;	
}

@media screen and (max-width: 360px) {
	
.front #main-content {
	margin-top: -120px;
}




.flex-caption h2{
	font-size:16px;
	width: 350px;
	line-height:98%;
}

.flex-caption {
	display:	inherit;
	top:80%;
	margin-left: -183px;
}
}