@font-face {
    font-family: 'FontAwesome';
    src:    url('fonts/fontawesome-webfont.eot?v=4.0.3');
    src:    url('fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'),
            url('fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'),
            url('fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'),
            url('fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
html, body {
    height: 100%;
    padding: 0 0 20px;
}
body {
    font-family: Arial, sans-serif;
    font-size: 0.875em; /*base size is 16px*/
    color: #000;
    background: url('images/bg-noise.jpg');
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/**************** HTML5 fix - do not edit/remove ****************/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}
hr, .item-separator {    
    clear: both;
    display: block;
    float: none;
    height: 1px;    
    width: 100%;
}
hr {
    margin: 4em 0 2.5em;
    border-top: none;
    border-bottom: 1px dashed #9e9e9e;
    border-left: none;
    border-right: none;
}
.item-separator {
    margin: 3em 0 0;
}
/**************** CLEARFIX ****************/
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    height: 0; }
.clearfix {
    display: inline-block;
}
.clearfix {
    display: block;
    zoom: 1;
}
.clearfix:after, .clr {
    clear:both;
}
/**************** General Styling ****************/
br {
    margin-bottom: 0.3em;
}
p {
    margin-bottom: 1.5em;
}
sup {
    vertical-align: baseline;
    position: relative;
    top: -0.65em;
    font-size: 70%;
}
sub {
    top: 0.4em;
}
h1, .article_title h4, div.row.position,
h2, h3, h4, h5, .contact_form{
    line-height: 1.1em;    
    margin:0 0 15px 0;
}
h1, .article_title h4, div.row.position,
h2, h3, h5, .contact_form{

}
h1, .article_title h4, div.row.position  {
    font-size: 2.5em; /*40/14=2.85*/    
}
h2 {
    font-size: 2em; /*32/14=2.285*/ 
}
h3 {
    font-size: 1.75em;    
}
h4 {
    font-size: 1.5em;
}
h5 {
    font-size: 1.25em;
    color: #2c2c2c;
    text-transform: uppercase;
}
h6, .contact_form {
    font-size: 1.75em;
    
    text-transform: uppercase;
}
a, a:hover { 
    text-decoration: none;
    color: #46baa7;
}
a:hover{ 
    text-decoration: underline;
}
#component  ul, ol{
    padding: 0;
    margin-left: 25px;
}
#component  ol li{
    padding: 0;
    margin-bottom: 15px;
    list-style: decimal;
}
#component ul li{
    list-style: none;
    background: url('images/icons/bullet-pink.png') no-repeat 0 7px;
    padding-left: 15px;
    margin-bottom: 8px;
}
#component ol ul, #component ul ol, #component ul ul, #component ol ol {
    margin-top: 10px;
}
/**************** Element Styling ****************/
.global_wrap {
    width: 1280px;
    margin: 0 auto;
    height: 100%;
}
#header {
    display: none;
    position: relative;
    overflow: auto;
}
#left {
    width: 250px;
    height: calc(100% - 30px); /*20 container is 30px from edge*/
    background: #fff;
    float: left;
    margin: 0 12px 0 18px;
    position: fixed;
    -moz-box-shadow:    0 0 10px 5px #b2b2b2;
    -webkit-box-shadow:   0 0 10px 5px #b2b2b2;
    box-shadow:           0 0 10px 5px #b2b2b2;
}
#left_innercontainer {
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    margin: 30px 25px 20px;
    position: relative;
}
#left_innercontainer > .widget {
    display: block;
}
#logo {
    height: 220px;    
    text-align: center;
    text-transform: uppercase;
    display: block;
}
#logo a {
    width: 120px;
    height: 120px;
    background: url('images/logo.png')center center no-repeat;
    display: block;
    margin: 0 auto 15px;
    opacity: 1.0;
    filter:alpha(opacity=100);
}
#logo a:hover {
    opacity: 0.7;
    filter:alpha(opacity=70);
}
#logo a, #logo a:hover{
    -moz-transition:0.5s all;
    -webkit-transition:0.5s all;
    -o-transition:0.5s all;
    transition:0.5s all;
}
#logo h1 {
    font-size: 1.3em;
    font-weight: 400;
    margin: 0 0 8px;
}
#logo p{
    margin-bottom: 0;
    font-size: 0.875em;
    font-style: italic;
}
#navigation  {
    height: 45%;
    overflow: auto;
}
#mobile_nav {
    color: #fff;
    width: 100%;
}
#left_widget {
    overflow: hidden;
}
.scroll-pane {
    width: 100%;
    height: 200px;
    overflow: auto;
}
#content_container {
    width: calc(100% - 290px); /*250px + 12 + 18 +10 = 290*/
    float: right;
    margin-right: 10px;
    padding-bottom: 30px;
    position: relative;
    overflow: hidden;
}
#home_rotator {
    width: 100%;
    display: block;
    margin-bottom: 6px;
}
#home_body {
    display: block;
}
#header_advertisement {
    width: 100%;
    overflow: hidden;
    display: block;
    margin-bottom: 5px;
}
#component_container {
    width: 70%;
    margin-right: 10px;
    border-bottom: 10px solid #474747;
    float: left;
}
#component_innercontainer {    
    background: #fff;
}
#component {
    width: -moz-calc(100% - 48px); /*24+24 = 48*/
    padding: 35px 24px;
}
#right {
    width: calc(30% - 10px); /*10px = margin-right of #component_container*/
    float: left;
}
.social_media {
    font-family: 'FontAwesome';
    padding: 20px 0;
    overflow: hidden;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#footer {
    width: 100%;
    overflow: hidden;
    padding-top: 8px;
    position: absolute;
    bottom: 0;
    border-top: 1px solid #7f7f7f;
    font-size: 0.625em;
}
#footer2 {
    display: none;
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    text-align: center;
    border-top: 1px solid #7f7f7f;
    font-size: 0.625em;
}
