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;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
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 {
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}


ol, ul {
    list-style: none outside none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*
  											Clear Floated Elements
*/
.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}
.clear:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
}
* html .clear {
    height: 1%;
}
/*
  Style HTML Tags
*/
/* ------------------------------ STANDARD ELEMENTS ------------------------------------------------------------ */
body {
    color: #222222;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 1.62em;
}
a {
    color: #017ea5;
    text-decoration: none;
}
a:hover {
    color: #017ea5;
}
h1, h2, h3, h4, h5, h6 {
    color: rgb(114, 114, 114);
    font-family: "Arial","Helvetica",sans-serif;
    font-weight: normal;
    line-height: 125%;
    margin-bottom: 6px;
}
h1, h1 a {
    color: #000000;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 26.15px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.266667px;
    line-height: 28.7667px;
    vertical-align: baseline;
}
h2, h2 a {
    color: #00684e;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 22.0333px;
    font-size-adjust: none;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    vertical-align: baseline;
}
h3, h3 a {
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-size-adjust: none;
    font-style: normal;
    font-weight: 700;
    line-height: 18.9333px;
    text-transform: uppercase;
    vertical-align: baseline;
}
h4, h4 a {
    font-size: 16px;
    font-weight: bold;
}
h5, h5 a {
    font-size: 15px;
}
h6, h6 a {
    font-size: 14px;
}
p {
    margin-bottom: 18px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 15px;
    width: 100%;
}
th, tr, td {
    vertical-align: middle;
}
.sticky-header th, .sticky-table th {
    border-bottom: 3px solid #ccc;
    padding-right: 1em;
    text-align: left;
/* table {
  background: #ececec;
  border: 1px solid #bbbbbb;
}

th {
  background: #dbdbdb;
  padding: 5px 4px;
  text-shadow: 1px 1px #fff;
  border-right: 1px solid #c8c7c7;
  color:#333;
}

td {
  background: #ebebeb;
  color: #525252;
  text-align: left;
  padding-left: 4px;
  border-right: 1px solid #c8c7c7;
  border-bottom: 1px solid #c8c7c7;
} */
}
code {
    background: none repeat scroll 0 0 rgb(250, 250, 250);
    border: 1px solid #bbbbbb;
    border-radius: 7px;
    display: block;
    margin: 5px 0;
    padding: 7px;
    text-shadow: 1px 1px #fff;
}
mark {
    background-color: #fdfc9b;
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-right: medium none;
    border-style: dotted none none;
    border-width: 1px medium medium;
}
dt {
    font-weight: bold;
    margin-bottom: 24px;
}
dd {
    margin-bottom: 24px;
    margin-left: 30px;
}
ul {
    list-style-type: disc;
    margin-bottom: 12px;
    margin-left: 15px;
}
ul ul {
    list-style-type: square;
    margin-bottom: 0;
}
ul ul ul {
    list-style-type: circle;
}
ol {
    list-style-type: decimal;
    margin-bottom: 24px;
    margin-left: 30px;
}
ol ol {
    list-style: upper-alpha outside none;
    margin-bottom: 0;
}
ol ol ol {
    list-style: lower-roman outside none;
}
ol ol ol ol {
    list-style: lower-alpha outside none;
}
abbr, acronym {
    border-bottom: 1px dotted #999;
    cursor: help;
}
big {
    font-size: 1.3em;
}
cite, em {
    font-style: italic;
}
ins {
    background-color: #fdfc9b;
    text-decoration: none;
}
pre {
    background: none repeat scroll 0 0 #d8d8d8;
    border: 1px solid #bbbbbb;
    border-radius: 7px;
    margin: 5px 0;
    padding: 7px;
    text-shadow: 1px 1px #fff;
}
blockquote, q {
    background: url("/sites/all/themes/docsresponsive/images/quote.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 7px;
    color: #c76416;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 20px;
    line-height: 1.4em;
    padding: 10px 5px 5px 47px;
    quotes: none;
    text-shadow: 1px 1px #fff;
}
.credit-line {
    color: #000000;
    font-size: 0.7em;
    font-style: italic;
    font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}
strong {
    font-weight: bold;
}
sup, sub {
    font-size: 10px;
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: 0.5ex;
}
img, video {
    height: auto;
    max-width: 100%;
}
video {
    display: block;
}
audio {
    max-width: 100%;
}
.content a:hover img {
    background: none repeat scroll 0 0 #f0f0f0;
}
.button {
background: #dadada; /* Old browsers */
background: -moz-linear-gradient(top,  #dadada 0%, #ececec 49%, #bcbcbc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dadada), color-stop(49%,#ececec), color-stop(100%,#bcbcbc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #dadada 0%,#ececec 49%,#bcbcbc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #dadada 0%,#ececec 49%,#bcbcbc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #dadada 0%,#ececec 49%,#bcbcbc 100%); /* IE10+ */
background: linear-gradient(to bottom,  #dadada 0%,#ececec 49%,#bcbcbc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada', endColorstr='#bcbcbc',GradientType=0 ); /* IE6-9 */
    border: 1px solid #ABABAB;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.8) inset;
    color: #707070 !important;
    display: inline-block;
    font: bold 16.5px Arial,Helvetica,sans-serif !important;
    margin: 10px 15px;
    outline: medium none;
    padding: 7px 13px;
    text-align: center;
    text-decoration: none;
}
.button:hover {
	text-decoration: none;
background: #dadada; /* Old browsers */
background: -moz-linear-gradient(top,  #dadada 0%, #ececec 16%, #bcbcbc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dadada), color-stop(16%,#ececec), color-stop(100%,#bcbcbc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #dadada 0%,#ececec 16%,#bcbcbc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #dadada 0%,#ececec 16%,#bcbcbc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #dadada 0%,#ececec 16%,#bcbcbc 100%); /* IE10+ */
background: linear-gradient(to bottom,  #dadada 0%,#ececec 16%,#bcbcbc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada', endColorstr='#bcbcbc',GradientType=0 ); /* IE6-9 */

}
.button:active {
    position: relative;
    top: 1px;
}
.button-oat {
	border: solid 1px #8E8A80;
	background: #C1BBAB;
background: #d2ccb8; /* Old browsers */
background: -moz-linear-gradient(top,  #d2ccb8 1%, #d6ccbc 19%, #c1bbab 60%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#d2ccb8), color-stop(19%,#d6ccbc), color-stop(60%,#c1bbab)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #d2ccb8 1%,#d6ccbc 19%,#c1bbab 60%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #d2ccb8 1%,#d6ccbc 19%,#c1bbab 60%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #d2ccb8 1%,#d6ccbc 19%,#c1bbab 60%); /* IE10+ */
background: linear-gradient(to bottom,  #d2ccb8 1%,#d6ccbc 19%,#c1bbab 60%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ccb8', endColorstr='#c1bbab',GradientType=0 ); /* IE6-9 */
	color: #7C0508 !important;
}
.button-oat:hover {
background: -webkit-gradient(linear, left top, left bottom, from(#E8DECA), to(#C1BBAB));
	background: -moz-linear-gradient(top,  #E8DECA,  #C1BBAB);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#E8DECA', endColorstr='#C1BBAB');
}
.button-oat:active {
	background: -webkit-gradient(linear, left top, left bottom, from(#D2CCB8), to(#8E8A80));
	background: -moz-linear-gradient(top,  #D2CCB8,  #8E8A80);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#D2CCB8', endColorstr='#8E8A80');
}
a.button-red {
background: #c4011d; /* Old browsers */
background: -moz-linear-gradient(top,  #c4011d 1%, #e51937 41%, #c4011d 57%, #9e0724 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#c4011d), color-stop(41%,#e51937), color-stop(57%,#c4011d), color-stop(100%,#9e0724)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #c4011d 1%,#e51937 41%,#c4011d 57%,#9e0724 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #c4011d 1%,#e51937 41%,#c4011d 57%,#9e0724 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #c4011d 1%,#e51937 41%,#c4011d 57%,#9e0724 100%); /* IE10+ */
background: linear-gradient(to bottom,  #c4011d 1%,#e51937 41%,#c4011d 57%,#9e0724 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4011d', endColorstr='#9e0724',GradientType=0 ); /* IE6-9 */
    border: 1px solid #9E0724;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.25) inset;
    color: #FFFFFF !important;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.33);
}

a.button-red:hover {
background: #e51937; /* Old browsers */
background: -moz-linear-gradient(top,  #e51937 41%, #c4011d 57%, #9e0724 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(41%,#e51937), color-stop(57%,#c4011d), color-stop(100%,#9e0724)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e51937 41%,#c4011d 57%,#9e0724 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e51937 41%,#c4011d 57%,#9e0724 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e51937 41%,#c4011d 57%,#9e0724 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e51937 41%,#c4011d 57%,#9e0724 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e51937', endColorstr='#9e0724',GradientType=0 ); /* IE6-9 */
}
a.button-orange {
	background: #e76f00; /* Old browsers */
background: -moz-linear-gradient(top,  #e76f00 1%, #e29300 41%, #e76f00 57%, #c96100 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#e76f00), color-stop(41%,#e29300), color-stop(57%,#e76f00), color-stop(100%,#c96100)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e76f00 1%,#e29300 41%,#e76f00 57%,#c96100 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e76f00 1%,#e29300 41%,#e76f00 57%,#c96100 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e76f00 1%,#e29300 41%,#e76f00 57%,#c96100 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e76f00 1%,#e29300 41%,#e76f00 57%,#c96100 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e76f00', endColorstr='#c96100',GradientType=0 ); /* IE6-9 */
    border: 1px solid #A05500;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(255, 255, 255, 0.25) inset;
    color: #FFFFFF !important;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.33);
}
a.button-orange:hover {
background: #f7ad00; /* Old browsers */
background: -moz-linear-gradient(top,  #f7ad00 0%, #e29300 41%, #e76f00 57%, #c96100 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7ad00), color-stop(41%,#e29300), color-stop(57%,#e76f00), color-stop(100%,#c96100)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f7ad00 0%,#e29300 41%,#e76f00 57%,#c96100 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f7ad00 0%,#e29300 41%,#e76f00 57%,#c96100 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f7ad00 0%,#e29300 41%,#e76f00 57%,#c96100 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f7ad00 0%,#e29300 41%,#e76f00 57%,#c96100 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7ad00', endColorstr='#c96100',GradientType=0 ); /* IE6-9 */


}
a.button-blue {
  background: #00536b; /* Old browsers */
background: -moz-linear-gradient(top,  #00536b 1%, #006f8b 33%, #00617b 60%, #03455b 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#00536b), color-stop(33%,#006f8b), color-stop(60%,#00617b), color-stop(99%,#03455b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #00536b 1%,#006f8b 33%,#00617b 60%,#03455b 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #00536b 1%,#006f8b 33%,#00617b 60%,#03455b 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #00536b 1%,#006f8b 33%,#00617b 60%,#03455b 99%); /* IE10+ */
background: linear-gradient(to bottom,  #00536b 1%,#006f8b 33%,#00617b 60%,#03455b 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00536b', endColorstr='#03455b',GradientType=0 ); /* IE6-9 */
    border: 1px solid #03455B;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.25) inset;
    color: #FFFFFF !important;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.33);
}
a.button-blue:hover {
background: #006f8b; /* Old browsers */
background: -moz-linear-gradient(top,  #006f8b 33%, #00617b 60%, #03455b 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(33%,#006f8b), color-stop(60%,#00617b), color-stop(99%,#03455b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #006f8b 33%,#00617b 60%,#03455b 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #006f8b 33%,#00617b 60%,#03455b 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #006f8b 33%,#00617b 60%,#03455b 99%); /* IE10+ */
background: linear-gradient(to bottom,  #006f8b 33%,#00617b 60%,#03455b 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006f8b', endColorstr='#03455b',GradientType=0 ); /* IE6-9 */
}
/* ------------------------------ THEME ------------------------------------------------------------ */
/*
  Theme Design, Layout and Typography
*/

#ru_header {
    background-color: #333;
    color: white;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 0;
    width: 100%;
}
#ru_header h2 {
    display: none;
}
#ru_header_wrap {
    margin: 0 auto;
    max-width: 1024px;
}
#ru_header_wrap .block, #ru_header_wrap p {
    margin: 0;
}
#zone_branding {
#    background: url("https://www.rutgers.edu/sites/all/themes/custom/ru/images/redbanner-gradiant.png") no-repeat scroll 50% 0 #ca072d;
    background-color: #ca072d;
    height: 200px;
    width: 100%;
    z-index: 100;
}
#inner_header_wrapper {
    margin: 0 auto;
    position: relative;
}
#header {
    margin: 0 auto;
    max-width: 1024px;
}
#logo {
    float: left;
    margin: 20px 20px 10px 5px;
}
#site-title a, #site-description {
    color: #ffffff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 30px;
    font-weight: 300;
    margin: 30px 0 20px;
}
#site-title, #site-description {
    float: left;
}
#site-title {
    font-size: 30px;
    font-weight: bold;
    margin: 2px 0 20px;
}
#site-title a {
	float: left;
    line-height: 100%;
}
#site-description {
    clear: both;
    color: rgb(148, 146, 146);
    float: left;
    font-size: 12px;
    line-height: 100%;
    margin: 0;
}
#main-menu {
    background: none repeat scroll 0 0 #990000;
  /*  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.03); */
    margin: 0 auto;
    max-width: 1024px;
}
#main-menu ul {
    float: left;
    font-size: 13px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#main-menu li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    font-size: 14px;
    margin: 0;
    padding: 0;
    position: relative;
}
#main-menu ul li:first-child {
    padding-left: 0;
}
ul, ol, div.item-list ul {
    margin: 5px 0 5px 20px;
    padding: 0;
}
.content ul li {
    list-style: square outside none;
    margin: 0 0 0 15px;
    padding: 0 0 0 5px;
}
#main-menu a {
    color: #ffffff;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-weight: bold;
    padding: 7px 10px; 
    text-align: center;
    text-decoration: none;
}
#main-menu a:hover, #main-menu li a.active {
    background: none repeat scroll 0 0 #a80516;
    color: #fff;
    text-decoration: none;
}
#main-menu li li a, #main-menu li li a.active {
    background: none repeat scroll 0 0 #990000;
    color: #fff;
}
.drop-down-toggle {
    border-radius: 15px;
    display: none;
    height: 20px;
    position: absolute;
    right: 16px;
    top: 7px;
    width: 20px;
}
.drop-down-arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #aaa;
    display: block;
    height: 0;
    margin: 8px 0 0 5px;
    width: 0;
}
#main-menu li li {
    float: none;
    margin: 0;
    min-width: 190px;
    padding: 0;
#main-menu li li a {
  color: rgb(156, 156, 156);
  min-width: 150px;
  margin: 0;
  background: #990000;
  font-size: 11px;
  text-align: left;
  overflow: hidden;
  padding: 7px 10px;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
}
#main-menu li li:first-child > a {
    border-top: medium none;
}
#main-menu li li a:hover {
    background: none repeat scroll 0 0 #a80516;
    border: medium none;
    color: #fff;
}
#main-menu li ul {
    border: 1px solid rgb(221, 221, 221);
    display: none;
    height: auto;
    margin: 0;
    min-width: 190px;
    padding: 0;
    position: absolute;
    z-index: 9999;
}
#main-menu li ul ul {
    margin: -33px 0 0 190px !important;
}
#main-menu li:hover > ul, #main-menu li li:hover > ul, #main-menu li li li:hover > ul {
    display: block;
}
#main-menu .nav-toggle {
    display: none;
}
#main-menu ul li.leaf, #main-menu ul li.expanded, #main-menu ul li.collapsed {
    list-style: none outside none;
}
#main-menu ul.menu li {
    margin: 0;
}
#main-menu ul.menu li li {
    border: 0 none;
}
#main-menu li.expanded, #main-menu li.collapsed, #main-menu li.leaf {
    margin: 0;
    padding: 0;
}
#container {
    background: none repeat scroll 0 0 #fff;
    box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
    clear: both;
    margin: 0 auto;
    max-width: 1024px;
    overflow: hidden;
    padding: 0;
}
.region-slideshow {
    padding: 0;
}
#slider {
    background: none repeat scroll 0 0 transparent;
    box-shadow: none;
    overflow: visible;
    position: relative;
}
.nivo-caption {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.6);
    bottom: 45px;
    color: rgb(0, 0, 0);
    font-family: Arial,sans-serif;
    font-size: 13px;
    line-height: 120%;
    margin: 20px;
    padding: 15px;
    width: 50%;
}
.nivo-caption h2 {
    color: rgb(51, 50, 50);
}
.nivo-caption p {
    color: rgb(87, 83, 83);
    padding-left: 0;
}
.slider-wrapper #slider {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
}

.theme-default .nivo-controlNav {
    display: none;
    padding: 20px 0 0;
}
#slider a:active {
    outline: medium none;
}
.slides, .flex-control-nav {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.slides {
    overflow: hidden;
    width: 100%;
}
#slider .slides > li {
    display: none;
    margin: 0;
    position: relative;
}
#slider .slides li:first-child {
    display: list-item;
}
.flex-pauseplay span {
    text-transform: capitalize;
}
.slides:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.flex-control-nav {
    bottom: 7.3%;
    position: absolute;
    right: 4%;
    text-align: center;
}
.flex-control-nav li {
    display: inline-block;
    margin: 0 0 0 15px;
}
.flex-control-nav li:first-child {
    margin: 0;
}
.flex-control-nav li a {
    background: none repeat scroll 0 0 #e9e9e9;
    box-shadow: 0 0 3px #999;
    color: #333;
    cursor: pointer;
    display: block;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    width: 24px;
}
.flex-control-nav li a.active, .flex-control-nav li a:hover {
    background: none repeat scroll 0 0 #fff;
}
#slider .post {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: none;
    margin: 0;
    padding: 1.83%;
}
#slider .entry-container {
    float: right;
    max-width: 50%;
}
#slider .slide-image {
    background: none repeat scroll 0 0 #e9e9e9;
    max-width: 49%;
    padding: 0.47%;
}
#slider .entry-header, #slider .entry-summary {
    margin-left: 5%;
}
#slider .entry-title {
    margin-bottom: 15px;
    margin-left: 0;
}
.slider-wrapper #slider {
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
}
.theme-default .nivo-controlNav {
    display: none;
    padding: 20px 0 0;
}
#slider a:active {
    outline: medium none;
}
.slides, .flex-control-nav {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.slides {
    overflow: hidden;
    width: 100%;
}
#slider .slides > li {
    display: none;
    margin: 0;
    position: relative;
}
#slider .slides li:first-child {
    display: list-item;
}
.flexslider {
    border: medium none;
    margin-bottom: 0 !important;
}
.flexslider:hover .flex-direction-nav a, .flexslider:hover .flex-direction-nav a, .flex-control-nav {
  /*  display: none; */
}
.flexslider ul, .flexslider ul li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    list-style-type: none;
    margin: 0 -100% 0 0 !important;
    padding: 0;
}
.flexslider .views-field-body {
    color: #ffffff;
    float: left;
    margin-bottom: -75px;
    max-width: 650px;
    position: relative;
    top: -75px;
    width: 100%;
}
.flexslider .views-field-body .field-content {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
}
.flexslider .views-field-body .field-content p {
    min-height: 2em;
    padding: 5px 10px;
}
.flexslider a {
    color: #e4c93a;
}
.flexslider .views-field-body strong {
    font-size: 20px;
}
.flex-pauseplay span {
    text-transform: capitalize;
}
.slides:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.flex-control-nav {
    bottom: 7.3%;
    position: absolute;
    right: 4%;
    text-align: center;
}
.flex-control-nav li {
    display: inline-block;
    margin: 0 0 0 15px;
}
.flex-control-nav li:first-child {
    margin: 0;
}
.flex-control-nav li a {
    background: none repeat scroll 0 0 #e9e9e9;
    box-shadow: 0 0 3px #999999;
    color: #333333;
    cursor: pointer;
    display: block;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    width: 24px;
}
.flex-control-nav li a.active, .flex-control-nav li a:hover {
    background: none repeat scroll 0 0 #ffffff;
}
#slider .post {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: none;
    margin: 0;
    padding: 1.83%;
}
#slider .entry-container {
    float: right;
    max-width: 50%;
}
#slider .slide-image {
    background: none repeat scroll 0 0 #e9e9e9;
    max-width: 49%;
    padding: 0.47%;
}
#slider .entry-, #slider .entry-summary {
    margin-left: 5%;
}
#slider .entry-title {
    margin-bottom: 15px;
    margin-left: 0;
}
.slider-wrapper #slider {
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
}
.theme-default .nivo-controlNav {
    display: none;
    padding: 20px 0 0;
}
#slider a:active {
    outline: medium none;
}
.slides, .flex-control-nav {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.slides {
    overflow: hidden;
    width: 100%;
}
#slider .slides > li {
    display: none;
    margin: 0;
    position: relative;
}
#slider .slides li:first-child {
    display: list-item;
}
.flexslider {
    border: medium none;
    margin-bottom: 0 !important;
}
.flexslider:hover .flex-direction-nav a, .flexslider:hover .flex-direction-nav a, .flex-control-nav {
    display: none;
}
.flexslider ul, .flexslider ul li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    list-style-type: none;
    margin: 0 -100% 0 0 !important;
    padding: 0;
}
.flexslider .views-field-body {
    color: #ffffff;
    float: left;
    margin-bottom: -75px;
    max-width: 650px;
    position: relative;
    top: -75px;
    width: 100%;
}
.flexslider .views-field-body .field-content {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
}
.flexslider .views-field-body .field-content p {
    min-height: 2em;
    padding: 5px 10px;
}
.flexslider a {
    color: #e4c93a;
}
.flexslider .views-field-body strong {
    font-size: 20px;
}
.flex-pauseplay span {
    text-transform: capitalize;
}
.slides:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.flex-control-nav {
    bottom: 7.3%;
    position: absolute;
    right: 4%;
    text-align: center;
}
.flex-control-nav li {
    display: inline-block;
    margin: 0 0 0 15px;
}
.flex-control-nav li:first-child {
    margin: 0;
}
.flex-control-nav li a {
    background: none repeat scroll 0 0 #e9e9e9;
    box-shadow: 0 0 3px #999999;
    color: #333333;
    cursor: pointer;
    display: block;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    width: 24px;
}
.flex-control-nav li a.active, .flex-control-nav li a:hover {
    background: none repeat scroll 0 0 #ffffff;
}
#slider .post {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: none;
    margin: 0;
    padding: 1.83%;
}
#slider .entry-container {
    float: right;
    max-width: 50%;
}
#slider .slide-image {
    background: none repeat scroll 0 0 #e9e9e9;
    max-width: 49%;
    padding: 0.47%;
}
#slider .entry-, #slider .entry-summary {
    margin-left: 5%;
}
#slider .entry-title {
    margin-bottom: 15px;
    margin-left: 0;
}
.content-sidebar-wrap {
    float: left;
    width: 100%;
}
.front .content-sidebar-wrap {
    margin-top: 5px;
}
.front .content-sidebar-wrap article {
    margin: 0;
}
.content-sidebar-wrap #content {
    display: inline;
    float: right;
    margin-bottom: 2.7%;
    width: 100%;
}
#sidebar-first {
    color: #888;
    float: left;
}
#sidebar-second {
    color: #888;
    float: right;
}
.field-name-field-banner-image {
    width: 100%;
}
.field-name-field-banner-image img {
    width: 100%;
}

/* 3 columns */
body.two-sidebars .content-sidebar-wrap {
    width: 80%;
}
body.two-sidebars #content {
    width: 75%;
}
body.two-sidebars #sidebar-first {
    width: 24%;
}
body.two-sidebars #sidebar-second {
    width: 19%;
}
body.sidebar-first .content-sidebar-wrap {
    width: 100%;
}
body.sidebar-first #content {
    width: 80%;
}
body.sidebar-first #sidebar-first {
    width: 19%;
}
body.sidebar-second .content-sidebar-wrap {
    width: 80%;
}
body.sidebar-second #content {
    width: 100%;
}
body.sidebar-second #sidebar-second {
    width: 19%;
}
#post-content {
    padding: 0 20px;
}
.breadcrumb {
    border-bottom: 1px solid #eee;
    margin: 0 20px 10px;
    padding-top: 20px;
}
#head, #content, #sidebar-second, #sidebar-first {
    margin-top: 10px;
}
.node {
    margin: 20px 0;
}
.node h2.title, .page-title {
    font-size: 28px;
}
.node h2.title a {
    color: rgb(114, 114, 114);
}
.block {
    margin-bottom: 1%;
}
.block > h2 {
    font-size: 18px;
    font-weight: normal;
    margin: 5px 0;
    padding: 0 0 4px;
}
.not-front aside .block {
    margin: 10% 0;
}
.theme-default .nivo-directionNav a {
    opacity: 9 !important;
}
.nivo-directionNav {
    bottom: 55px;
    left: 8px;
    position: absolute;
}
.theme-default a.nivo-nextNav {
    left: 45px;
}
.theme-default a.nivo-nextNav:hover {
    background-position: -30px bottom;
}
.theme-default a.nivo-prevNav:hover {
    background-position: left bottom;
}
.theme-default a.nivo-nextNav {
    background-position: -30px 0;
}
#footer-area .block > h2 {
    color: #ffcc00;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    margin-bottom: 0;
}
#footer-area h2, #footer-area h3, #footer-area h2, #footer-area h4 {
    color: white;
    font-family: Arial,Helvetica,sans-serif;
}
#footer-area ul.menu li a.active {
    color: #ddd;
}
.region-front-welcome {
    background: url("/sites/all/themes/docsresponsive/images/hr.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    margin-top: 3%;
    padding-top: 2%;
}
.region-front-welcome h2 {
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.welcome {
    color: #595959;
    font-family: Georgia,Times New Roman,serif;
    font-size: 20px;
    font-style: italic;
    text-align: center;
}
.welcome h1 {
    color: #595959;
    font-family: Georgia,Times New Roman,serif;
    font-size: 20px;
    font-style: italic !important;
    text-align: center;
}
.submitted {
    background: none repeat scroll 0 0 rgb(247, 247, 247);
    border: 1px solid rgb(236, 236, 236);
    border-radius: 4px;
    clear: both;
    color: rgb(56, 56, 56);
    display: inline-block;
    margin-bottom: 5px;
    padding: 2px 8px;
}
.links {
    color: #000;
    font-size: 14px;
    margin-top: 10px;
}
ul.links {
    margin: 0;
}
.links li a {
    background: none repeat scroll 0 0 rgb(245, 245, 245);
    border-radius: 4px;
    color: rgb(141, 141, 141);
    font-size: 12px;
    font-weight: normal;
    padding: 4px 8px;
}
.links li a:hover {
    background: none repeat scroll 0 0 #ddd;
    color: #414141;
}

/*-------------------------------------------*
/* Fix CKEditor style
/*-------------------------------------------*/

table.cke_editor {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
}
table.cke_editor td {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    padding: 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-submit {
    cursor: pointer;
    margin: 5px;
}
input.form-checkbox, input.form-radio {
    vertical-align: baseline;
}
.form-text {
    padding: 4px 5px;
}

/*-------------------------------------------*
/* Menus and item lists 
/*-------------------------------------------*/

.item-list ul {
    margin: 0;
    padding: 0 0 0 1.5385em;
}
ul.inline {
    clear: both;
}
ul.inline li {
    margin: 0;
    padding: 0;
}

/*-------------------------------------------*
/* Admin Tabs
/*-------------------------------------------*/
.tabs-wrapper {
    border-bottom: 1px solid #b7b7b7;
    margin: 0 0 5px;
}
ul.primary {
    border: medium none;
    margin: 0;
    padding: 0;
}
ul.primary li {
    float: left;
}
ul.primary li a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: 4px 4px 0 0;
    display: block;
    float: left;
    line-height: 1.5385em;
    margin: 0 5px 0 0;
    padding: 0 1em;
}
ul.primary li a:hover, ul.primary li a.active {
    background: none repeat scroll 0 0 #666;
    border: medium none;
    color: #fff;
}
ul.primary li a:hover {
    background: none repeat scroll 0 0 #888;
    text-decoration: none;
}
ul.secondary {
    background: none repeat scroll 0 0 #666;
    border-bottom: medium none;
    clear: both;
    margin: 0;
    padding: 0;
}
ul.secondary li {
    border-right: medium none;
}
ul.secondary li a, ul.secondary li a:link {
    border: medium 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: none repeat scroll 0 0 #888;
    color: #fff;
    text-decoration: none;
}
ul.secondary a.active {
    border-bottom: medium none;
}

/*-------------------------------------------*
/* Tabs and Tags
/*-------------------------------------------*/
.field-name-field-tags {
    margin: 0 0 10px;
}
.field-name-field-tags a {
    background: url("/sites/all/themes/docsresponsive/images/tag.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 2px;
    display: inline-block;
    font-size: 12px;
    height: 22px;
    padding: 0 8px 0 16px;
    text-shadow: 1px 1px #fff;
}
.field-name-field-tags .field-item {
    margin: 0 1em 0 0;
}
.field-name-field-tags div {
    display: inline;
}

/*-------------------------------------------*
/* Profile
/*-------------------------------------------*/
.profile {
    margin: 1.5385em 0;
}
.profile dd {
    margin-bottom: 1.5385em;
}
.profile h3 {
    border: medium none;
}
.profile dt {
    margin-bottom: 0;
}
.password-parent {
    width: 36em;
}

/*-------------------------------------------*
/* Navigation
/*-------------------------------------------*/
.item-list .pager li {
    background: none repeat scroll 0 0 #cfcfcf;
    border-radius: 3px;
    margin-right: 4px;
    text-shadow: 1px 1px #fff;
}
/*-------------------------------------------*
/* Forum
/*-------------------------------------------*/
.field-name-taxonomy-forums div {
    display: inline;
    margin-top: 4px;
}
#forum .title {
    font-size: 16px;
}
#forum .submitted {
    background: none repeat scroll 0 0 transparent;
    font-family: Lucida Grande,Verdana,Arial,sans-serif;
    font-size: 12px;
    padding: 0;
}
#forum .container {
    background: none repeat scroll 0 0 #a1a1a1;
    color: #fff;
}
#forum .container a {
    color: #000;
    font-weight: bold;
}
#forum div.indent {
    margin-left: 2px;
}
.forum-starter-picture {
    border: 1px solid #d9d9d9;
    float: left;
    margin: 5px 7px 5px 0;
    padding: 4px;
}
#forum th {
    background: none repeat scroll 0 0 #434343;
    color: #fff;
    text-shadow: none;
}
#forum th a {
    color: #fff;
}
#forum td.forum .icon, #forum .icon div {
    background: url("/sites/all/themes/docsresponsive/images/no-new-posts.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 35px;
    width: 35px;
}
#forum .name a {
    font-size: 16px;
}

/* Images */

img {
    outline: 0 none;
}
img.scale-with-grid {
    height: auto;
    max-width: 100%;
}

/* Comments */

.comment h2.title {
    margin-bottom: 1em;
}
.comment div.user-picture img {
    margin-left: 0;
}
.comment {
    display: table;
    margin-bottom: 20px;
    vertical-align: top;
}
.comment .attribution {
    display: table-cell;
    overflow: hidden;
    padding: 0 35px 0 0;
    vertical-align: top;
}
.comment .attribution img {
    border: 1px solid #d3d7d9;
    margin: 0;
}
.comment .attribution .username {
    white-space: nowrap;
}
.comment .comment-submitted p {
    font-size: 1.071em;
    line-height: 1.2;
    margin: 4px 0;
}
.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("/sites/all/themes/docsresponsive/images/comment-arrow.gif") no-repeat scroll 0 center transparent;
    border-left: 1px solid;
    border-right: 1px solid;
    height: 40px;
    margin-left: -36px;
    margin-top: 15px;
    position: absolute;
    width: 20px;
}
.comment .comment-text {
    border-left: 1px solid #d3d7d9;
    display: table-cell;
    padding: 0 25px 10px 35px;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.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;
}

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

fieldset {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    margin-bottom: 32px;
    margin-top: 10px;
    padding: 0 0 10px;
    position: relative;
    top: 12px;
}
.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: none repeat scroll 0 0 transparent;
    border-radius: 0;
}
fieldset legend {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #dbdbdb;
    border-color: #ccc #ccc -moz-use-text-color;
    border-image: none;
    border-style: solid solid none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-width: 1px 1px medium;
    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%;
}
fieldset.collapsed legend {
    border-radius: 4px;
}
fieldset .fieldset-wrapper {
    padding: 0 10px;
}
fieldset .fieldset-description {
    font-style: italic;
    line-height: 1.4;
    margin-bottom: 1em;
    margin-top: 5px;
}
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;
}
button, input[type="submit"], input[type="reset"], input[type="button"] {
    background-image: -moz-linear-gradient(center top , #ffffff 0%, #e3e3e3 100%);
    border: 1px solid #dbdbdb;
    border-radius: 6px;
    box-shadow: 0 1px 0 0 white inset;
    color: #333333;
    font-weight: bold;
    padding: 7px 0.7em;
    position: relative;
    text-shadow: 0 1px 0 white;
}
button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
    background-image: -moz-linear-gradient(center top , #dbdbdb 0%, #f2f2f2 100%);
    border-radius: 6px;
    box-shadow: 0 1px 0 0 white inset;
    cursor: pointer;
}
#block-search-form {
    overflow: hidden;
    padding-bottom: 7px;
}
#block-search-form .content {
    margin-top: 0;
}
#search-form input#edit-keys, #block-search-form .form-item-search-block-form input {
    float: left;
    font-size: 1em;
    height: 1.143em;
    margin-right: 5px;
    width: 9em;
}
#search-block-form input.form-submit, #search-form input.form-submit {
    background: url("/sites/all/themes/docsresponsive/images/search-button.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    border-color: #e4e4e4 #d2d2d2 #b4b4b4;
    cursor: pointer;
    height: 25px;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    padding: 0;
    text-indent: -9999px;
    width: 34px;
}
#search-block-form input.form-submit:hover, #search-block-form input.form-submit:focus, #search-form input.form-submit:hover, #search-form input.form-submit:focus {
    background-position: center bottom;
}
#search-block-form .form-actions {
    float: left;
    padding: 0;
}
#search-block-form .form-actions input {
    margin: 1px 0;
}
#search-form .form-item-keys label {
    display: block;
}
ol.search-results {
    padding-left: 0;
}
.search-results li {
    border-bottom: 1px solid #d3d7d9;
    margin-bottom: 0.5em;
    padding-bottom: 0.4285em;
}
.search-results li:last-child {
    border-bottom: medium none;
    margin-bottom: 1em;
}
.search-results .search-snippet-info {
    padding-left: 0;
}

/* ------------------------------------------ TOP AREA ---------*/
#top-area {
    clear: both;
    margin-bottom: 15px;
    position: relative;
}
#top-area h2 {
    color: #da6416;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding: 9px 10px 0;
}
#top-area .block {
    margin: 0;
}
#top-area .block p {
    margin: 0;
}
#top-area .column {
    float: left;
    margin: 0 5px;
}
.column_third_1, column_triplet_1 {
    width: 32.3%;
}
.column_quad_1 {
    width: 23.9%;
}
.column_half_1 {
    width: 49%;
}
#top-area .column .content {
    padding: 10px;
}
#top-area .column:first-child {
    margin-left: 0;
}
#top-area .column-title {
    color: #e0e0e0;
}
#top-area li {
    border-bottom: 1px dashed #555;
}
#sidebar-first .block {
    margin-bottom: 20px;
}
/* ------------------------------ FOOTER ------------------------------------------------------------ */

#footer {
    background-color: #333333;
    border-top: 1px solid #cfd7db;
    clear: both;
    color: #ddd;
    margin-top: 25px;
}
#footer a {
    color: #ddd;
}
#footer-area a:hover {
	color: #FFCC00;
}
#footer_wrapper {
    margin: 0 auto;
    max-width: 1024px;
}
#footer_wrapper ul {
    margin-left: 0;
}
#footer_wrapper ul li {
    border: medium none;
    list-style: none outside none;
    margin-left: 0;
}
#footer_wrapper ul li a {
    border: medium none;
    padding: 0;
}
#footer_wrapper ul li ul {
    margin-left: 10px;
}
#footer_wrapper .bean-pictowide p {
    color: white;
}
#footer-area {
    color: #ddd;
    padding: 1% 0;
    position: relative;
}
#footer-area a {
    color: #fff;
}
#footer-area a:hover {
    color: #ffcc00;
}
#footer-area .column {
    float: left;
    margin: 0 0 1.9% 1.2%;
}
#footer-area .column:first-child {
    margin-left: 0;
}
#footer-area .column-title {
    color: #e0e0e0;
}
div#footer-area.clearfix div.column div.region div#block-system-navigation.block div.content ul, div#footer-area.clearfix div.column div.region div#block-system-navigation.block div.content ul li {
    margin: 0;
}
div#footer-area.clearfix div.column div.region div#block-system-navigation.block div.content ul.menu li, div#footer-area.clearfix div.column div.region div#block-system-navigation.block div.content ul.menu li a {
    border: medium none;
    list-style: none outside none;
}
/* ------------------------------ COPYRIGHT ------------------------------------------------------------ */
#footer_copy .column {
    float: left;
}
#footer_copy h6 {
    color: #ffcc00;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 16px;
    font-style: italic;
}
.copy-left {
    line-height: 1.3em;
    padding-top: 27px;
    text-align: left;
}
.copy-center {
    text-align: center;
}
.copy-right {
    line-height: 1.3em;
    padding-top: 27px;
    text-align: right;
}
#copyright {
    clear: both;
    font-size: 12px;
    padding: 0;
    text-align: center;
    width: 100%;
}
.copy-center img {
    margin: 0 5px;
}
.copyright {
    max-width: 100%;
    text-align: center;
}
.credits {
    float: right;
    margin-right: 12px;
    max-width: 370px;
    text-align: right;
}
#copyright p {
    margin: 0;
}
.footer_credit {
    background: none repeat scroll 0 0 #000000;
    border-top: 1px solid #484848;
    color: #fff;
    font-family: Arial;
    overflow: auto;
    padding: 10px 0;
}
.footer_inner_credit {
    margin: 0 auto;
    max-width: 1000px;
}







/* ------------------------------ SOCIAL ICONS ------------------------------------------------------------ */
.social-icons {
    float: right;
}
.social-icons ul {
    margin: 0;
}
.social-icons li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    list-style: none outside none;
    margin: 0;
    padding: 3px 0;
}
.social-icons li img:hover {
    opacity: 0.6;
}
.social-icons li img {
    display: block;
}
/* ------------------------------ ADMIN STYLE ------------------------------------------------------------ */
#toolbar ul li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.region-top-nav {
    color: white;
    display: block;
    float: right;
    font-size: 11px;
    margin-top: 10px;
    overflow: hidden;
}
.region-top-nav .block-menu ul.menu a, .block-menu-block ul.menu a, .region-top-nav a {
    border-top: medium none;
    color: white;
}
.region-top-nav .block-menu {
    float: right;
    margin: 0;
}
.region-top-nav h2 {
    display: none;
}
.region-top-nav ul li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-right: 1px solid #fff;
    display: inline-block;
    line-height: 100%;
    padding: 0 10px;
}
.region-top-nav ul li:last-child {
    border: 0 none;
}
.region-top-nav li a.active {
    color: #fff;
}
#user-login-form .form-text {
    width: 90%;
}

/* ------------------------------ SIDE MENU DEFAULT ------------------------------------------------------------ */

.default-menu h2 {
    color: #585858;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
}
.default-menu .menu {
    font-size: 13px;
    margin: 0 8px;
}
.default-menu .content ul, .default-menu .content ul li {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.block-menu ul.menu li a, .block-menu-block ul.menu li a {
    border-top: 1px solid #dedfd1;
}
div#block-menu-menu-sidebar-menu.block div.content ul.menu li ul.menu li a {
    border: medium none !important;
    padding-left: 20px;
}
div#block-menu-menu-sidebar-menu.block div.content ul.menu li ul.menu li, last {
    border: medium none !important;
}


.block-menu ul.menu a, .block-menu-block ul.menu a {
    color: #787878;
    display: block;
    padding: 5px 15px 5px 5px;
}
.default-menu ul.menu li.expanded > a, .block-menu-block ul.menu li.expanded > a, .default-menu .last, .block-menu-block .last {
    border-bottom: 1px solid #dedfd1;
}

/* ------------------------------ RELATED MENU ------------------------------------------------------------ */
.related-menu {
    border: 1px solid #dedfd1;
    margin-bottom: 10px;
    margin-left: 8px;
    margin-right: 8px;
    padding: 5px 12px;
}
.related-menu h2 {
    color: #df7a42;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.related-menu ul {
    color: #df7a42;
    list-style: square outside none;
    margin: 0;
}
.related-menu ul li {
    border: medium none;
    color: #df7a42;
    line-height: normal;
    padding: 0;
}
.related-menu ul li a, .related-menu ul li a {
    border: medium none !important;
    font-size: 13px;
}
/* ------------------------------ ICONOBLOCK ------------------------------------------------------------ */

div#block-bean-iconoblock.block h2 {
    color: #da6416;
    font-family: Arial,Helvetica,sans-serif;
}
.bean-iconoblock .group-left {
    margin-right: 10px;
    width: 40px;
}
.bean-iconoblock .group-right {
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 1.4em;
    max-width: 90%;
    min-width: 70%;
}
.column-half-1 .bean-iconoblock .group-right {
    width: 100%;
}
/* ------------------------------ PICTOTALL ------------------------------------------------------------ */
div#block-bean-pictotall.block h2 {
    color: #da6416;
    font-family: Arial,Helvetica,sans-serif;
}
.bean-pictotall .dscolleft {
    max-width: 41%;
    min-width: 40%;
}
.bean-pictotall .group-left {
    height: auto;
    margin-right: 10px;
    max-width: 35%;
    min-width: 20%;
}
.bean-pictotall .group-left img {
    height: auto;
    width: 100%;
}
.bean-pictotall .group-right {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 1.4em;
    max-width: 60%;
    min-width: 55%;
}
/* ------------------------------ PICTOWIDE ------------------------------------------------------------ */
div#block-bean-pictowide.block h2 {
    color: #da6416;
    font-family: Arial,Helvetica,sans-serif;
}
.bean-pictowide p {
    color: #525252;
}
.bean-pictowide .group-footer {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 1.4em;
}
/* ------------------------------ TINT BOXES ------------------------------------------------------------ */
.tintbox {
    margin-bottom: 15px !important;
    padding: 10px;
    text-align: center;
}
/* .tintbox a {
    color: white;
} */
.tintbox .button a {
    color: #808080;
}
#top-area .tintbox h2, #top-area .tintbox h3, #top-area .tintbox h4 {
    color: white;
    font-family: Arial,Helvetica,sans-serif;
}
#top-area li {
    border: medium none;
    text-align: left;
}
.tint-red, .tint-red a {
    background-color: #c01535;
    color: white;
}
.tint-blue {
    background-color: #065168;
    color: white;
}
	.tint-blue a, .tint-brown a, .tint-green a {
		color: #b2e7fb;
	}
.tint-green {
	background-color: #0F684E;
	color: white;
}
.tint-brown {
	background-color: #703221;
	color: white;
}
.tint-orange {
	background-color: #e76f00;
	color: white;
}
	.tint-orange a,  {
		color: #000;
	}
.tint-yellow {
    background-color: #ffcc00;
    color: #282828;
}
#top-area .tint-yellow h2 {
    color: #282828;
}
.tint-black {
    background-color: #333333;
    color: white;
}
.tint-gray {
    background-color: #e0e0e0;
    color: #222;
}
#top-area .tint-gray h2 {
    color: #222;
}
.tint-pink {
    background-color: #fad2da;
    color: #222;
}
#top-area .tint-pink h2 {
    color: #222;
}
.tint-canary {
    background-color: #f9f2e2;
    color: #222;
}
#top-area .tint-canary h2 {
    color: #222;
}
.tint-slate {
    background-color: #f6f7f2;
    color: #222;
}
#top-area .tint-slate h2 {
    color: #222;
}
.tint-tan {
	background-color: #dfd2b3;
	color: #222;
}
	#top-area .tint-tan h2 {
	color: #222;
}

/* ------------------------------ INTERNAL PAGE ------------------------------------------------------------ */
.field-name-field-intro {
    border-bottom: 2px dotted #777;
    margin-bottom: 10px;
}
.field-name-field-intro strong {
    color: #da6416;
    font-size: 16px;
}
.ds-2col-fluid > .group-left {
    float: left;
    margin-right: 1%;
    width: 69%;
}
.ds-2col-fluid > .group-right {
    float: right;
    min-width: 200px;
    width: 30%;
}
.field-name-field-spotlight-box img, .field-name-field-fyi-box img {
    max-width: 100% !important;
}

/* ------------------------------ INTERNAL PAGE: SPOTLIGHT BOX ----------------------- */
.field-name-field-spotlight-box .field-item {
    background-color: #f9f2e2;
    border: 1px solid #c4c5bd;
    color: #000;
    font-size: 13.5px;
    line-height: 1.4em;
    margin-bottom: 16px;
    margin-left: 10px;
    padding: 12px 12px 0;
}
.field-name-field-spotlight-box h3 {
    border-bottom: 3px solid #e7c001;
    color: #ba0808;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 10px;
    padding-bottom: 5px;
    text-transform: none;
}
/* ------------------------------ INTERNAL PAGE: FYI BOX ----------------------- */
.field-name-field-fyi-box .field-item {
    background-color: #f6f7f2;
    border: 1px solid #76a7bf;
    color: #000;
    font-size: 13.5px;
    line-height: 1.4em;
    margin-left: 10px;
	margin-bottom: 16px;
    padding: 12px 12px 0;
}
.field-name-field-fyi-box h3 {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 10px;
    padding-bottom: 5px;
    text-transform: none;
}

/* ------------------------------ INTERNAL PAGE: List items ----------------------- */

.group-right ul {
	margin-left: 0;
}



@media screen and (min-width: 1152px) {
.bean-pictotall .dscolleft {
    max-width: 30%;
}
}
@media screen and (max-width: 1152px) {
#wrapper {
    max-width: 960px;
}
#top-area .column:last-child {
    margin-right: 0;
}
#copyright {
    padding: 0 3%;
}
.bean-pictotall .dscolleft {
    max-width: 25%;
}
}
@media screen and (max-width: 960px) {
.site-title {
	margin-top: 0px;
	margin-bottom: 0px;
}
.region-top-nav {
    font-size: 11px;
}
#main-menu a {
    padding: 10px 0;
}
.content-sidebar-wrap, #content, #sidebar-first, #sidebar-second {
    float: none;
    width: 100% !important;
}
#sidebar-first {
    clear: both;
}
#sidebar-first, #sidebar-second, #head, #foot {
    padding: 0 3.52%;
}
.column_third_1 {
    width: 31.9%;
}
.column_quad_1 {
    width: 23.4%;
}
.column_half_1 {
    width: 48.5% !important;
}
.bean-pictotall .dscolleft {
    max-width: 25%;
    min-width: 25%;
}
}
@media screen and (max-width: 850px) {
.bean-pictotall .dscolleft {
    max-width: 20%;
    min-width: 20%;
}
}
@media screen and (max-width: 750px) {
.ds-2col-fluid > .group-left {
    float: left;
    margin-right: 1%;
    width: 100%;
}
.ds-2col-fluid > .group-right {
    float: right;
    min-width: 200px;
    width: 100%;
}
}
@media screen and (max-width: 640px) {
#logo {
    margin: 13px 10px;
}
#copyright {
    padding: 0 3.52%;
}
body {
    margin-top: 0;
}
.nivo-caption {
    bottom: 0;
    font-size: 11px;
    line-height: 15px;
    margin: 0;
    padding: 5px;
    width: 100%;
}
.front .content-sidebar-wrap {
    margin: 0;
}
.theme-default .nivo-controlNav {
    padding-top: 10px;
}
.nivo-caption h3 {
    font-size: 14px;
    margin: 0;
}
.region-front-welcome {
    padding: 10px;
}
#site-title, #site-description {
    line-height: 1.62em;
    margin: 0;
}
#site-title {
    padding-left: 10px;
    padding-top: 0;
}
#site-title a {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
}
#site-description {
    padding-bottom: 18px;
}
#main-menu ul {
    display: none;
}
#main-menu li ul {
    border: 0 none;
    position: static;
}
#main-menu li ul ul {
    border: 0 none;
    margin: 0 !important;
}
#main-menu ul, #main-menu li {
    float: none;
    max-width: 100%;
}
#main-menu {
    border: 0 none;
}
#main-menu a {
    background: url("/sites/all/themes/docsresponsive/images/menu_bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid rgb(222, 222, 222);
    padding: 8px 0;
    width: 100%;
}
#main-menu a:hover, #main-menu li a.active {
    background: none repeat scroll 0 0 #333;
    color: #ddd;
    text-decoration: none;
}
#main-menu li li a {
    text-align: center;
}
#main-menu li:hover > ul, #main-menu li li:hover > ul, #main-menu li li li:hover > ul {
    display: none;
}
.drop-down-toggle {
    display: block;
}
#main-menu li li .drop-down-toggle {
    top: 5px;
}
#main-menu .nav-toggle {
    display: block;
    font-size: 13px;
    font-weight: bold;
	border-left: none;
	border-right: none;
}
.flex-control-nav li {
    margin: 0 0 0 10px;
}
.flex-control-nav li:first-child {
    margin: 0;
}
.flex-control-nav li a {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.75);
    box-shadow: none;
}
#slider .entry-container {
    bottom: 6.3%;
    left: 4%;
    position: absolute;
}
#slider .entry-header, #slider .entry-summary {
    margin: 0;
}
#slider .entry-title {
    margin-bottom: 0;
}
#slider .entry-title a, #slider .entry-summary {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.75);
    display: inline-block;
    padding: 1% 3%;
}
#slider .entry-summary {
    max-width: 61.8%;
}
#slider .entry-summary p {
    max-height: 84px;
    overflow: hidden;
}
#slider .slide-image {
    box-shadow: none;
    display: block;
    float: none;
    margin: 0;
    max-width: 100%;
    padding: 0;
}
.flexslider .views-field-body .field-content {
    font-size: 12px;
}
.flexslider .views-field-body .field-content strong {
    font-size: 14px;
}
.flexslider .views-field-body {
    margin-bottom: 0 !important;
    top: 0 !important;
}
.content-sidebar-wrap, #sidebar-first, #sidebar-second {
    float: none;
    width: auto;
}
.content-sidebar-wrap #content {
    float: left;
    width: auto;
}
#sidebar-first .block, #sidebar-second .block, #footer-area .column, #top-area .column {
    float: none;
    margin-left: 0;
    width: auto !important;
}
#sidebar-first {
    clear: both;
}
#footer-area .column, #top-area .column {
    margin: 10px;
}
#top-area .column:first-child, #footer-area .column:first-child {
    margin: 10px;
}
.copyright, .credits {
    float: none;
    text-align: left;
}
.nivo-caption h2 {
    font-size: 12px;
    margin: 0;
}
.nivo-directionNav {
    display: none;
}
.theme-default .nivo-controlNav {
    display: block;
}
.bean-pictotall .group-left {
    height: auto;
    margin-right: 10px;
    max-width: 25%;
    min-width: 25%;
}
.bean-pictotall .group-right {
    max-width: 74%;
    min-width: 70%;
}
#copyright-area {
    margin-left: 15px;
    margin-right: 15px;
}
.copy-right {
    padding-top: 0;
    text-align: left;
}
#footer_copy .column {
    width: 100%;
}
}
@media screen and (max-width: 440px) {
input.form-text, select.form-select {
    width: 93%;
}
textarea.form-textarea {
    width: 100%;
}
.block > h2 {
    font-size: 18px;
}
#top-area h2 {
    font-size: 14px;
}
#copyright {
    padding: 0 3.52%;
}
#header {
    padding-top: 15px;
}
.region-top-nav {
    margin: 0;
}
.social-icons {
    border: 0 none;
    position: absolute;
    right: 0;
    top: 0;
}
#logo {
    margin: 8px 0;
    text-align: center;
}
#logo img {
    max-width: 100px;
    text-align: center;
}
#site-title {
    display: inline-block;
    font-size: 18px;
    margin: 10px;
    padding: 0;
}
#zone_branding {
    height: 250px;
}
#site-description {
    font-size: 10px;
    padding-bottom: 5px;
}
.social-icons li {
    padding: 0;
    text-align: center;
}
.social-icons li img {
    display: inline-block;
}
.menu_wrapper {
    margin-top: 10px;
}
.nivo-caption {
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.flexslider .views-field-body .field-content {
    font-size: 10px;
}
.flexslider .views-field-body .field-content strong {
    font-size: 12px;
}
.flexslider .views-field-body {
    margin-bottom: 0 !important;
    top: 0 !important;
}
.node {
    margin-top: 5px;
}
.nivo-caption h2 {
    font-size: 12px;
    margin: 0;
}
.nivo-directionNav {
    display: none;
}
.theme-default .nivo-controlNav {
    display: block;
}
}
