@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeue-Regular.eot');
    src: url('../fonts/HelveticaNeue-Regular.woff') format('woff'), url('../fonts/HelveticaNeue-Regular.ttf') format('truetype'), url('../fonts/HelveticaNeue-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeue-Bold.eot');
    src: url('../fonts/HelveticaNeue-Bold.woff') format('woff'), url('../fonts/HelveticaNeue-Bold.ttf') format('truetype'), url('../fonts/HelveticaNeue-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeue-BoldItalic.eot');
    src: url('../fonts/HelveticaNeue-BoldItalic.woff') format('woff'), url('../fonts/HelveticaNeue-BoldItalic.ttf') format('truetype'), url('../fonts/HelveticaNeue-BoldItalic.otf') format('opentype');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeue-Italic.eot');
    src: url('../fonts/HelveticaNeue-Italic.woff') format('woff'), url('../fonts/HelveticaNeue-Italic.ttf') format('truetype'), url('../fonts/HelveticaNeue-Italic.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'MyriadPro';
    src: url('../fonts/MyriadPro-Regular.eot');
    src: url('../fonts/MyriadPro-Regular.woff') format('woff'), url('../fonts/MyriadPro-Regular.ttf') format('truetype'), url('../fonts/MyriadPro-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MyriadPro';
    src: url('../fonts/MyriadPro-Bold.eot');
    src: url('../fonts/MyriadPro-Bold.woff') format('woff'), url('../fonts/MyriadPro-Bold.ttf') format('truetype'), url('../fonts/MyriadPro-Bold.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'MyriadPro';
    src: url('../fonts/MyriadPro-SemiBold.eot');
    src: url('../fonts/MyriadPro-SemiBold.woff') format('woff'), url('../fonts/MyriadPro-SemiBold.ttf') format('truetype'), url('../fonts/MyriadPro-SemiBold.svg') format('svg');
    font-weight: 400;
    font-style: normal;
}
html, body {
    margin: 0;
    padding: 0;
    color: #454545;
    font-family: 'HelveticaNeue', Arial;
    font-size: 13px;
}
strong {
    font-weight: bold;
}
.normal {
    font-weight: normal!important;
}
em {
    font-style: italic;
}
hr {
    color: #efefef;
    background-color: #efefef;
    height: 1px;
    margin: 15px 0 30px 0;
    border: 0;
}
a {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
input[type=button], input[type=submit] {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
/******************************
 COLORS
*******************************/

.blue {
    color: #006cb7;
}
.cyan {
    color: #00aeef;
}
.cyanlight {
    color: #71d8ff;
}
.gray {
    color: #efefef;
}
.graylight {
    color: #f2f2f2;
}
/******************************
 WRAPPERS
*******************************/
.fullwrapper {
    width: 100%;
    height: auto;
    overflow: auto;
    min-width: 1078px;
}
.topwrapper {
    width: 100%;
    min-width: 1078px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #006cb7;
}
.top {
    width: 1078px;
    margin: 0 auto;
}
.logincenteredbox {
    margin: 60px auto;
    padding:20px;
    text-align: center;
    background-color:#efefef;
    max-width:360px;
}
.navwrapper {
    width: 100%;
    min-width: 1078px;
    position: absolute;
    top: 50px;
    left: 0;
    background-color: #efefef;
}
.nav {
    width: 1078px;
    margin: 0 auto;
}
.breadcrumbwrapper {
    width: 100%;
    min-width: 1078px;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 3;
}
.breadcrumb {
    width: 1078px;
    margin: 0 auto;
    text-align: left;
    display: block;
}
.homecontentwrapper {
    width: 100%;
    min-width: 1078px;
    height: auto;
    overflow: auto;
    background-color: #006cb7;
    margin-top: 132px;
    position: relative;
}
.maincontent {
    width: 1078px;
    margin: 0 auto;
    height: auto;
    overflow: auto;
    padding: 50px 0 50px 0;
}
.innercontentwrapper {
    width: 100%;
    min-width: 1078px;
    height: auto;
    overflow: auto;
    background-color: #fff;
    margin-top: 132px;
    position: relative;
}
.maincontent p {
    margin-bottom: 15px;
    line-height: 120%;
}
.maincontent a {
    color: #006cb7;
    text-decoration: none;
}
.maincontent a:hover {
    color: #454545;
    text-decoration: none;
}
.maincontent h2 {
    font-family: 'HelveticaNeue', Arial;
    font-size: 18px;
    font-weight: bold;
    display: block;
    border-bottom: 1px solid #454545;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.maincontent h2.noline {
    font-family: 'HelveticaNeue', Arial;
    font-size: 18px;
    font-weight: normal;
    display: block;
    border-bottom: 0;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.maincontent h3 {
    font-family: 'HelveticaNeue', Arial;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

.maincontent h4 {
    font-family: 'HelveticaNeue', Arial;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 15px;
}
.maincontent ul {
    list-style-type: disc;
    list-style-position: inside;
    margin-bottom: 15px;
}
.maincontent ol {
    list-style-type: decimal;
    list-style-position: inside;
    margin-bottom: 15px;
}
.maincontent ul ul, .maincontent ol ul {
    list-style-type: circle;
    list-style-position: inside;
    margin-left: 15px;
    margin-bottom: 15px;
}
.maincontent ol ol, .maincontent ul ol {
    list-style-type: lower-latin;
    list-style-position: inside;
    margin-left: 15px;
    margin-bottom: 15px;
}
.maincontent .borderedbox {
    border: 1px solid #efefef;
    width: calc(100% - 30px;
    );
    width: -webkit-calc(100% - 30px;
    );
    height: auto;
    overflow: auto;
    padding: 15px;
}
.homebannerwrapper {
    width: 100%;
    min-width: 1078px;
    height: 370px;
    overflow: auto;
    background-color: #ffffff;
}
.footerwrapper {
    width: 100%;
    min-width: 1078px;
    height: auto;
    overflow: auto;
    background-color: #f2f2f2;
}
.footer {
    width: 1078px;
    margin: 0 auto;
    height: auto;
    overflow: auto;
    padding: 50px 0 50px 0;
}
/******************************
 COLUMNS
*******************************/
.col1of1 {
    width: 100%;
    height: auto;
    overflow: auto;
    position: relative;
    min-height: 350px;
}
.col1and2of3 {
    width: 779px;
    margin-right: 30px;
    display: inline-block;
    float: left;
    height: auto;
    overflow: auto;
    position: relative;
}
.col1and2of3 a {
    color: #006cb7;
}
.col1and2of3 a:hover {
    color: #333333;
}
.col3of3 {
    width: 269px;
    display: inline-block;
    float: left;
    height: auto;
    overflow: auto;
    position: relative;
}
.col1of3 {
    width: 269px;
    display: inline-block;
    margin-right: 30px;
    float: left;
    height: auto;
    overflow: auto;
    position: relative;
}

.col2and3of3 {
    width: 779px;
    display: inline-block;
    float: left;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
}
.col2and3of3 a {
    color: #006cb7;
}
.col2and3of3 a:hover {
    color: #333333;
}
.col1of2 {
    width: calc((100% - 30px) / 2);
    width: -webkit-calc((100% - 30px) / 2);
    display: inline-block;
    margin-right: 30px;
    float: left;
    height: auto;
    overflow: auto;
    position: relative;
}
.col2of2 {
    width: calc((100% - 30px) / 2);
    width: -webkit-calc((100% - 30px) / 2);
    display: inline-block;
    margin-right: 0;
    float: left;
    height: auto;
    overflow: auto;
    position: relative;
}
.footercol {
    width: 239px;
    height: 100%;
    margin-right: 30px;
    float: left;
    display: inline-block;
}
.footercol:last-child {
    margin-right: 0;
}
/******************************
 HEADER
*******************************/

.loginform {
    margin: 0;
    padding: 0;
    color: #fff;
    float: right;
    height: 50px;
}
.loginform a {
    color: #71d8ff;
    display: inline-block;
    height: 15px;
    padding: 5px;
    line-height: 100%;
    vertical-align: middle;
    margin: 12px 0 0 10px;
}
.loginform a:hover {
    color: #00aeef;
}
.loginform input[type=text], .loginform input[type=password] {
    border: 0;
    height: 15px;
    padding: 5px;
    margin: 12px 0 0 10px;
    background-color: #fff;
    font-size: 13px;
    color: #888888;
    line-height: 100%;
    vertical-align: middle;
}
.loginform input[type=button],input[type=submit] {
    border: 0;
    height: 25px;
    padding: 0 15px;
    margin: 12px 0 0 10px;
    background-color: #00aeef;
    font-size: 13px;
    color: #fff;
    line-height: 100%;
    vertical-align: middle;
}
.loginform input[type=button]:hover {
    background-color: #71d8ff;
    cursor: pointer;
}
.topnav {
    margin: 0;
    padding: 0;
    color: #fff;
    float: right;
    height: 50px;
}
.topnav > li {
    display: inline-block;
    float: left;
    margin: 7px 0 0 10px;
    line-height: 100%;
    vertical-align: middle;
    position: relative;
}
.topnav .profilethumb {
    height: 33px;
    width: 33px;
}
.topnav .username {
    color: #fff;
    display: inline-block;
    height: 15px;
    padding: 5px;
    margin: 7px 0 0 10px;
}
.topnav a {
    color: #71d8ff;
    display: inline-block;
    height: 15px;
    padding: 5px;
    line-height: 100%;
    vertical-align: middle;
    margin: 7px 0 0 10px;
}
.topnav a:hover {
    color: #fff;
}
.topnav a.active {
    color: #fff;
}
.topnav li.haschild:hover ul {
    display: block;
}
.profilechildnav {
    display: none;
    position: absolute;
    width: 140px;
    z-index: 999999;
    padding: 0;
    margin: 0;
    top: 30px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.profilechildnav li:first-child:before {
    content: "";
    position: relative;
    display: block;
    width: 140px;
    height: 14px;
    z-index: 9999999;
    background: url(../images/topnav-callout.png) center top no-repeat;
}
.profilechildnav li {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}
.profilechildnav li a {
    display: block;
    color: #006cb7;
    background-color: #efefef;
    padding: 10px 0 10px 0;
    width: 100%;
    text-align: center;
    margin: 0;
}
.profilechildnav li a:hover {
    color: #fff;
    background-color: #353535;
}
.profilechildnav li a.active {
    color: #fff;
    background-color: #353535;
}
.profilechildnav li:first-child a {
    padding: 20px 0 10px 0;
}
.profilechildnav li:last-child a {
    padding: 10px 0 20px 0;
}
.logo {
    width: 315px;
    height: 62px;
    margin: 10px 0;
}
.nav > li {
    display: inline-block;
    float: left;
    margin: 0 0 0 15px;
    padding: 0;
    line-height: 100%;
    vertical-align: middle;
}
.nav > li:first-child {
    margin: 0 35px 0 0;
}
.nav > li a {
    display: block;
    font-size: 15px;
    font-family: "MyriadPro", Arial;
    font-weight: bold;
    letter-spacing: 1px;
    color: #006cb7;
}
.nav > li a:hover {
    color: #353535;
}
.nav > li a.active {
    color: #353535;
}
.nav > li > a span {
    display: block;
    padding: 54px 1px 0 1px;
}
.nav > li > a span:after {
    content: "";
    position: relative;
    display: inline-block;
    width: 14px;
    height: 7px;
    background: url(../images/downarrow.png) center top no-repeat;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.nav > li a:hover span:after {
    -webkit-transform: rotate(90deg)!important;
    -moz-transform: rotate(90deg)!important;
    -ms-transform: rotate(90deg)!important;
    -o-transform: rotate(90deg)!important;
    transform: rotate(90deg)!important;
}
.nav > li a.active span:after {
    -webkit-transform: rotate(90deg)!important;
    -moz-transform: rotate(90deg)!important;
    -ms-transform: rotate(90deg)!important;
    -o-transform: rotate(90deg)!important;
    transform: rotate(90deg)!important;
}
.nav li.haschild:hover ul {
    display: block;
}
.childnav {
    display: none;
    position: absolute;
    width: auto;
    z-index: 999999;
    padding: 0;
    margin: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.childnav li:first-child:before {
    content: "";
    position: relative;
    display: block;
    width: auto;
    height: 21px;
    z-index: 9999999;
    background: url(../images/nav-callout.png) 20px bottom no-repeat;
}
.childnav li {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}
.childnav li a {
    display: block;
    color: #fff;
    background-color: #353535;
    padding: 20px;
    width: 100%;
    text-align: left;
    margin: 0;
    font-family: "MyriadPro-Regular", Arial;
    font-size: 13px;
}
.childnav li a:hover {
    color: #71d8ff;
}
.childnav li a.active {
    color: #71d8ff;
}
.breadcrumb > li {
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 100%;
    vertical-align: middle;
    font-size: 11px;
    font-family: 'HelveticaNeue', Arial;
    color: #454545;
}
.breadcrumb > li:after {
    content: "»";
    position: relative;
    display: inline-block;
    width: 12px;
    height: 10px;
    text-align: center;
}
.breadcrumb > li:last-child:after {
    content: "";
    position: relative;
    display: inline-block;
    width: 0;
    height: 10px;
}
.breadcrumb > li a {
    color: #006cb7;
}
.breadcrumb > li a:hover {
    color: #454545;
}
/******************************
 SLIDER
*******************************/

.mainslidercontainer {
    width: 1078px;
    height: 370px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.mainslider {
    width: 100%;
    height: 100%;
    overflow: auto;
    margin: 0 auto;
    position: relative;
}
.featureslidercontainer {
    width: 100%;
    height: 320px;
    margin: 0 auto 20px auto;
    overflow: hidden;
    position: relative;
}
.featureslider {
    width: 100%;
    height: 100%;
    overflow: auto;
    margin: 0 auto;
    position: relative;
}
.mainslider .slider, .featureslider .slider {
    width: 100%;
    height: 100%;
}
.mainslider .slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: transparent;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
    background-repeat: no-repeat;
    background-position: center center;
}
.featureslider .slide {
    width: 239px;
    height: 100%;
    margin-right: 30px;
    overflow: hidden;
    background-color: transparent;
    float: left;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
    background-repeat: no-repeat;
    background-position: center center;
}
.featureslider .slide:last-child {
    margin-right: 0;
}
.mainslidercontainer .slideselectors {
    position: absolute;
    z-index: 2;
    height: 14px;
    left: 30px;
    top: 90%;
}
.mainslidercontainer .slideselectors .item {
    float: left;
    width: 14px;
    height: 14px;
    background: #f1f0f0;
    margin: 0 0 0 10px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.mainslidercontainer .slideselectors .selected {
    background: #a09f9f;
}
.mainslider .slidetextbox {
    background-color: rgba(50,50,50,0.9);
    padding: 20px;
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 70px;
    left: 0;
    width: 647px;
    height: auto;
}
.mainslider .slidetextbox:hover {
    background-color: rgba(0,108,183,1);
}
.mainslider .slidetextbox h1 {
    color: #fff;
    font-size: 24px;
    font-family: 'HelveticaNeue', Arial;
    font-weight: bold;
    margin-bottom: 20px;
}
.mainslider .slidetextbox h2 {
    color: #fff;
    font-size: 18px;
    font-family: 'HelveticaNeue', Arial;
    font-weight: bold;
    margin-bottom: 20px;
}
.mainslider .slidetextbox p {
    color: #fff;
    font-size: 14px;
    font-family: 'HelveticaNeue', Arial;
    margin-bottom: 20px;
}
.mainslider .slidetextbox a {
    color: #fff;
}
.mainslider .slidetextbox:hover h1 {
    color: #71d8ff;
}
.mainslider .slidetextbox:hover h2 {
    color: #71d8ff;
}
.mainslider .slidetextbox:hover p {
    color: #71d8ff;
}
.mainslider .slidetextbox:hover a {
    color: #71d8ff;
}
.featureslider .slideimg {
    width: 239px;
    height: 159px;
    display: block;
    margin-bottom: 10px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.featureslider p.category {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.featureslider p.date {
    color: #fff;
    margin-bottom: 5px;
    font-size: 11px;
}
.featureslider p.title {
    color: #fff;
    line-height: 120%;
    font-size: 15px;
}
.featureslider p.title a {
    color: #71d8ff;
}
.featureslider p.title   a:hover {
    color: #fff;
}
/******************************

*******************************/

h1.homeheader {
    color: #fff;
    font-size: 20px;
    font-family: 'HelveticaNeue', Arial;
    font-weight: bold;
    margin-bottom: 30px;
    width: 100%;
    letter-spacing: 1px;
}
h1.homeheader:after {
    content: "";
    position: relative;
    display: inline-block;
    width: 105px;
    height: 13px;
    /* background: url(../images/doublearrows.png) right top no-repeat; */
}
h1.innerheader {
    color: #454545;
    font-size: 20px;
    font-family: 'HelveticaNeue', Arial;
    font-weight: bold;
    margin-bottom: 30px;
    width: 100%;
    letter-spacing: 1px;
}
h2.homeheader {
    color: #a7a7a7;
    font-size: 20px;
    font-family: 'HelveticaNeue', Arial;
    margin-bottom: 30px;
    width: 100%;
    letter-spacing: 1px;
    border-bottom: 0;
}
h2.homeheaderalt {
    color: #a0c2d9;
    font-size: 20px;
    font-family: 'HelveticaNeue', Arial;
    margin-bottom: 30px;
    width: 100%;
    letter-spacing: 1px;
    border-bottom: 0;
}
.listcount {
    font-size: 13px;
    font-family: 'HelveticaNeue', Arial;
    text-align: right;
}
.sidebox {
    background-color: #efefef;
    width: calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    padding: 80px 15px 20px 15px;
    height: auto;
    overflow: auto;
    font-size: 13px;
    margin-bottom: 30px;
    position: relative;
}
.sidebox > ul {
    padding: 0;
    margin: 0;
}
.sidebox > ul > li {
    display: block;
    list-style: none;
    color: #454545;
    margin-bottom: 15px;
    width: 100%;
    height: auto;
    overflow: auto;
}
.sidebox > ul > li a {
    list-style: none;
    color: #006cb7;
}
.sidebox > ul > li a:hover {
    color: #454545;
}
.sidebox .sideboxtextblock {
    display: inline-block;
    float: left;
    width: 190px;
}
.sidebox h2 {
    color: #a7a7a7;
    font-size: 20px;
    line-height: 100%;
    font-family: 'HelveticaNeue', Arial;
    padding: 0 0 30px 0;
    width: 100%;
    height: 20px;
    overflow: hidden;
    letter-spacing: 1px;
    display: block;
    background-color: #006cb7;
    position: absolute;
    left: 0;
    top: 0;
    border-bottom: 0;
}
.sidebox .sideboxtextblock p.title {
    font-size: 13px;
    margin: 0;
}
.sidebox .sideboxtextblock p.details {
    font-size: 11px;
    margin: 0;
}
.sidebox .profilethumb {
    height: 33px;
    width: 33px;
    float: left;
    margin: 0 10px 0 0;
}
.sidebox.lightcolored {
    background-color: #efefef;
    width: calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    padding: 80px 15px 20px 15px;
    height: auto;
    overflow: auto;
    font-size: 13px;
    margin-bottom: 30px;
    position: relative;
}
.sidebox.lightcolored > ul {
    padding: 0;
    margin: 0;
}
.sidebox.lightcolored > ul > li {
    display: block;
    list-style: none;
    color: #454545;
    margin-bottom: 15px;
    width: 100%;
    height: auto;
    overflow: auto;
}
.sidebox.lightcolored > ul.compressed > li {
    margin-bottom: 3px;
}
.sidebox.lightcolored > ul > li a {
    list-style: none;
    color: #006cb7;
}
.sidebox.lightcolored > ul > li a:hover {
    color: #454545;
}
.sidebox.lightcolored .sideboxtextblock {
    display: inline-block;
    float: left;
    width: 190px;
}
.sidebox.lightcolored h2 {
    color: #454545;
    font-size: 20px;
    line-height: 100%;
    font-family: 'HelveticaNeue', Arial;
    padding: 0 0 30px 0;
    width: 100%;
    height: 20px;
    overflow: hidden;
    letter-spacing: 1px;
    display: block;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    border: 0;
}
.sidebox.lightcolored .sideboxtextblock p.title {
    font-size: 13px;
    margin: 0;
}
.sidebox.lightcolored .sideboxtextblock p.details {
    font-size: 11px;
    margin: 0;
}
.sidebox.lightcolored .profilethumb {
    height: 33px;
    width: 33px;
    float: left;
    margin: 0 10px 0 0;
}
.homefeaturedbox {
    border: 1px solid #a0c2d9;
    background-color: transparent;
    width: calc(100% - 32px);
    width: -webkit-calc(100% - 32px);
    padding: 20px 15px;
    height: 220px;
    overflow: auto;
    font-size: 13px;
    margin-bottom: 30px;
    text-align: center;
    color: #fff;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.homefeaturedbox:hover {
    border: 1px solid #353535;
    background-color: #353535;
}
.homefeaturedboximg {
    width: 239px;
    height: 159px;
    display: block;
    margin: 0 auto 10px auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.homefeaturedbox p.title {
    font-size: 15px;
    margin: 0;
}
.homefeaturedbox p.details {
    font-size: 11px;
    margin: 0;
}
.homefeaturedbox a {
    color: #71d8ff;
}
.homefeaturedbox a:hover {
    color: #fff;
}
.imgcenter {
    margin: 0 auto 20px auto;
    width: 239px;
}
.imgfloatleft {
    float: left;
    margin-right: 30px;
    width: 239px;
}
.imgfloatlefttextblock {
    display: inline-block;
    background-color: inherit;
    padding: 0px;
    position: relative;
    width: 495px;
    height: auto;
    overflow: auto;
}
.imgfloatlefttextblockcentered {
    display: inline-block;
    background-color: inherit;
    padding: 0px;
    position: relative;
    width: 495px;
    height: auto;
    overflow: auto;
    text-align: center;
}
.row {
    width: 100%;
    height: auto;
    overflow: auto;
    margin-bottom: 30px;
}
.boxfloatleft {
    float: left;
    margin-right: 15px;
}
.boxfloatleft:last-child {
    margin-right: 0;
}
.boxcenter {
    float: none;
    margin: 0 auto 0 auto;
}
.boxmarginbottom {
    margin-bottom: 30px;
}
.removefile {
    display: inline-block;
    margin-left: 15px;
}
.removefile:before {
    content: "x ";
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
}
/******************************
 FOOTER
*******************************/

.bottominfo {
    color: #888888;
    font-size: 10px;
    font-family: 'HelveticaNeue', Arial;
    text-align: center;
    padding: 30px 0 0 0;
    display: block;
    width: 100%;
    float: left;
    clear: both;
}
.footerheader {
    color: #454545;
    font-size: 13px;
    margin-bottom: 15px;
    display: block;
    font-weight: bold;
}
.footercol li {
    list-style: none;
    display: block;
}
.footercol > li {
    margin-bottom: 30px;
}
.footercol li a {
    color: #006cb7;
}
.footercol li a:hover {
    color: #454545;
}
.footercollast {
    background: #fff;
    width: calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    padding: 20px 15px 20px 15px;
    height: auto;
    overflow: auto;
    font-size: 13px;
    position: relative;
}
.footercollast p {
    color: #454545;
    margin-bottom: 15px;
}
.footercollast a {
    color: #006cb7;
}
.footercollast a:hover {
    color: #454545;
}
.socialmedialinks {
    display: inline-block;
    margin: 0 auto 20px auto;
    padding: 0;
}
.socialmedialinks li {
    list-style: none;
    display: inline-block;
    margin: 0 0 0 5px;
}
.socialmedialinks li:last-child {
    margin: 0;
}
.socialmedialinks li a {
    list-style: none;
    width: 38px;
    height: 38px;
    display: inline-block;
    float: left;
    background-repeat: no-repeat;
}
.icon-facebook {
    background-image: url(../images/social-icons.jpg);
    background-position: 0px 0px;
}
.icon-twitter {
    background-image: url(../images/social-icons.jpg);
    background-position: -38px 0px;
}
.icon-linkedin {
    background-image: url(../images/social-icons.jpg);
    background-position: -76px 0px;
}
.icon-youtube {
    background-image: url(../images/social-icons.jpg);
    background-position: -114px 0px;
}
.icon-rss {
    background-image: url(../images/social-icons.jpg);
    background-position: -152px 0px;
}
.icon-facebook:hover {
    background-image: url(../images/social-icons.jpg);
    background-position: 0px -38px;
}
.icon-twitter:hover {
    background-image: url(../images/social-icons.jpg);
    background-position: -38px -38px;
}
.icon-linkedin:hover {
    background-image: url(../images/social-icons.jpg);
    background-position: -76px -38px;
}
.icon-youtube:hover {
    background-image: url(../images/social-icons.jpg);
    background-position: -114px -38px;
}
.icon-rss:hover {
    background-image: url(../images/social-icons.jpg);
    background-position: -152px -38px;
}
/******************************
 MEMBER PROFILE BOX
*******************************/

.memberbox {
    display: block;
    width: 239px;
    height: 239px;
    overflow: hidden;
    background-color: transparent;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.memberbox .label {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0;
    height: auto;
    min-height: 70px;
    text-align: center;
    background-color: rgba(0,108,183,0.9);
    padding: 5px 5px;
    color: #fff;
    width: 229px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.memberbox .label p.title {
    font-size: 15px;
    margin: 0 0 3px 0;
}
.memberbox .label p.details {
    font-size: 13px;
    margin: 0;
}
.memberbox .label a {
    color: #71d8ff;
}
.memberbox .label a:hover {
    color: #fff;
}
.email-icon {
    display: block;
    position: absolute;
    width: 38px;
    height: 26px;
    right: 10px;
    top: 10px;
    background: url(../images/email-icon.png) no-repeat center center;
}
.kmfp {
    display: block;
    position: absolute;
    width: 24px;
    height: 60px;
    left: 10px;
    top: 0px;
    background: url(../images/flag-kmfp.png) no-repeat center center;
    z-index: 9999;
}
.uneg {
    display: block;
    position: absolute;
    width: 24px;
    height: 60px;
    left: 40px;
    top: 0px;
    background: url(../images/flag-uneg.png) no-repeat center center;
    z-index: 9999;
}
.title-highlight {
    font-size: 24px!important;
    font-weight: normal!important;
    font-style: normal!important;
}
/******************************
 AGENCY PROFILE BOX
*******************************/

.agencybox {
    width: 239px;
    height: 239px;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center -70px;
    position: relative;
    display: block;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.agencybox .label {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0;
    height: auto;
    min-height: 60px;
    text-align: center;
    padding: 5px 5px;
    color: #fff;
    width: 229px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.agencybox .label p.title {
    font-size: 13px;
    margin: 0 0 3px 0;
    color: #fff;
}
.agencybox .label a {
    color: #fff;
}
.agencybox .label a:hover {
    color: #fff;
}
/******************************
 DOCUMENT BOX
*******************************/

.documentbox {
    width: 342px;
    height: auto;
    min-height: 234px;
    overflow: auto;
    background-color: #fff;
    position: relative;
    display: block;
    padding: 15px 15px 30px 15px;
    margin-right:15px;
    border: 1px solid #efefef;
}
.documentbox p.title {
    font-family: 'HelveticaNeue', Arial;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: bold;
    line-height: 120%;
}
.documentbox a {
    color: #006cb7
}
.documentbox a:hover {
    color: #333333;
}
.documentbox p {
    font-family: 'HelveticaNeue', Arial;
    font-size: 13px;
    margin-bottom: 15px;
    line-height: 120%;
}
.documentbox .highlight-link {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0;
    height: auto;
    display: block;
    color: #71d8ff!important;
    width: calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    padding: 10px 0;
    background-color: #006cb7;
    background-repeat: no-repeat;
    background-position: 335px center;
    text-align: right;
    padding-right: 50px;
}
.documentbox .highlight-link:hover {
    background-color: #71d8ff;
    color: #fff!important;
}
.documentbox .url-link {
    background-image: url(../images/icon-link.png)
}
.documentbox .pdf-link {
    background-image: url(../images/icon-pdf.png)
}
.documentbox .powerpoint-link {
    background-image: url(../images/icon-powerpoint.png)
}
.documentbox .word-link {
    background-image: url(../images/icon-word.png)
}
.documentbox .excel-link {
    background-image: url(../images/icon-excel.png)
}
.docbar {
    display: block;
    background-color: #006cb7;
    width: 100%;
    height:50px;
    padding: 0;
    margin: 0;
    position: relative;
}
.doccover {
    max-width: 350px;
    margin:0 auto 20px auto;
    display:block;

}
/******************************
 EVENT BOX
*******************************/

.eventbox {
    width: 335px;
    height: auto;
    overflow: auto;
    background-color: #fff;
    position: relative;
    display: block;
    padding: 15px 15px 30px 15px;
    border: 1px solid #efefef;
    min-height: 234px;
}
.eventbox p.title {
    font-family: 'HelveticaNeue', Arial;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: bold;
    line-height: 120%;
}
.eventbox a {
    color: #006cb7
}
.eventbox a:hover {
    color: #333333;
}
.eventbox p {
    font-family: 'HelveticaNeue', Arial;
    font-size: 13px;
    margin-bottom: 15px;
    line-height: 120%;
}
.eventbox .highlight-link {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0;
    height: auto;
    display: block;
    color: #71d8ff!important;
    width: calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    padding: 10px 0;
    background-color: #006cb7;
    background-repeat: no-repeat;
    background-position: 335px center;
    text-align: right;
    padding-right: 50px;
}
.eventbox .highlight-link:hover {
    background-color: #71d8ff;
    color: #fff!important;
}
.eventbox .url-link {
    background-image: url(../images/icon-link.png)
}
.eventbox .pdf-link {
    background-image: url(../images/icon-pdf.png)
}
.eventbox .powerpoint-link {
    background-image: url(../images/icon-powerpoint.png)
}
.eventbox .word-link {
    background-image: url(../images/icon-word.png)
}
.eventbox .excel-link {
    background-image: url(../images/icon-excel.png)
}
/******************************
 THREAD PROFILE BOX
*******************************/

.thread-profilebox {
    display: block;
    width: 239px;
    height: auto;
    overflow: atuo;
    background-color: transparent;
    position: relative;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.thread-profilebox-img {
    display: block;
    width: 237px;
    height: 159px;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}
.thread-profilebox .label {
    height: auto;
    min-height: 70px;
    text-align: center;
    background-color: #e5e5e5;
    padding: 15px 5px;
    color: #454545;
    width: 229px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.thread-profilebox .label p.title {
    font-size: 15px;
    margin: 0 0 3px 0;
}
.thread-profilebox .label p.details {
    font-size: 13px;
    margin: 0;
}
.thread-profilebox .label a {
    color: #006cb7;
}
.thread-profilebox .label a:hover {
    color: #454545;
}
/******************************
 INFINITE SCROLLER
*******************************/

#infscr-loading {
    position: fixed;
    text-align: center;
    top:calc(100% / 3 * 2);
    top:-webkit-calc(100% / 3 * 2);
    left: calc(100% / 2 - 100px);
    left: -webkit-calc(100% / 2 - 100px);
    width: 160px;
    z-index: 999999;
    background: none repeat scroll 0% 0% rgba(0,108,183,1);
    padding: 20px;
    color: #fff;
    font-family: 'HelveticaNeue', arial;
    font-size: 14px;
    font-weight: bold;
}
#page_nav a {
    color: #006cb7!important;
}
#page_nav a:hover {
    color: #454545!important;
}
/******************************
 LINK HIGHLIGHTS
*******************************/

.highlight-url {
    display: block;
    color: #71d8ff!important;
    width: calc(100% - 45px);
    width: -webkit-calc(100% - 45px);
    padding: 15px 15px 15px 50px;   
    background: #006cb7 url(../images/icon-link.png) no-repeat 10px center;
    margin: 15px auto;
}
.highlight-url.short {
    width: 100px;
    display:inline-block;
}
.highlight-url.word {
    background: #006cb7 url(../images/icon-word.png) no-repeat 10px center;
}
.highlight-url.excel {
    background: #006cb7 url(../images/icon-excel.png) no-repeat 10px center;
}
.highlight-url.add {
    background: #006cb7 url(../images/icon-add.png) no-repeat 10px center;
}
.highlight-url.edit {
    background: #006cb7 url(../images/icon-edit.png) no-repeat 10px center;
}
.highlight-url.powerpoint {
    background: #006cb7 url(../images/icon-powerpoint.png) no-repeat 10px center;
}
.highlight-url.email {
    background: #006cb7 url(../images/icon-email.png) no-repeat 10px center;
}
.highlight-url.phone {
    background: #006cb7 url(../images/icon-phone.png) no-repeat 10px center;
}
.highlight-url.skype {
    background: #006cb7 url(../images/icon-skype.png) no-repeat 10px center;
}
.highlight-url.linkedin {
    background: #006cb7 url(../images/icon-linkedin.png) no-repeat 10px center;
}
.highlight-url:hover {
    background-color: #71d8ff;
    color: #fff!important;
}
.highlight-url.word:hover {
    background-color: #71d8ff;
    color: #fff!important;
}
.highlight-url.excel:hover {
    background-color: #71d8ff;
    color: #fff!important;
}
.highlight-url.powerpoint:hover {
    background-color: #71d8ff;
    color: #fff!important;
}
.highlight-url.email:hover {
    background-color: #71d8ff;
    color: #fff!important;
}
.highlight-url.phone:hover {
    background-color: #71d8ff;
    color: #fff!important;
}
.highlight-url.skype:hover {
    background-color: #71d8ff;
    color: #fff!important;
}
.highlight-url.linkedin:hover {
    background-color: #71d8ff;
    color: #fff!important;
}
/******************************
 sideboxform
*******************************/

.sideboxform {
    margin: 0;
    padding: 0;
}
.sideboxform label {
    font-family: 'HelveticaNeue', Arial;
    font-weight: bold;
    display: block;
    margin: 0 0 10px 0;
}
.sideboxform input[type=text], .sideboxform input[type=password] {
    border: 0;
    height: 15px;
    padding: 5px;
    margin: 0 0 15px 0;
    background-color: #fff;
    font-family: 'HelveticaNeue', arial;
    font-size: 13px;
    line-height: 100%;
    width: calc(100% - 10px);
    width: -webkit-calc(100% - 10px);
}
.sideboxform input[type=checkbox] {
    border: 1px solid #efefef;
    background-color: #fff;
    height: 15px;
    width: 15px;
    margin: 0 0 15px 0;
}
.sideboxform select[multiple] {
    padding: 5px;
    width: 100%;
    border: 0;
    margin: 0 0 15px 0;
    font-family: 'HelveticaNeue', arial;
    font-size: 13px;
    line-height: 100%;
    background: #fff;
}
.sideboxform select {
    padding: 5px;
    width: 100%;
    border: 0;
    margin: 0 0 15px 0;
    font-family: 'HelveticaNeue', arial;
    font-size: 13px;
    line-height: 100%;
    display: inline-block;
    background: #fff url(../images/downarrow.png) 97% center no-repeat;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: none;
    text-indent: 0.01px;
    text-overflow: '';
}
.sideboxform .short {
    width: 33%;
}
.sideboxform input[type=button] {
    border: 0;
    height: 25px;
    padding: 0 15px;
    margin: 12px 0 0 10px;
    background-color: #006cb7;
    font-family: 'HelveticaNeue', arial;
    font-size: 13px;
    color: #00aeef;
    line-height: 100%;
    vertical-align: middle;
}
.sideboxform input[type=button]:hover {
    background-color: #00aeef;
    color: #fff;
    cursor: pointer;
}
.sideboxform input[type=file] {
    border: 0;
    height: 25px;
    padding: 5px;
    margin: 0 0 15px 0;
    background-color: #fff;
    font-family: 'HelveticaNeue', arial;
    font-size: 13px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 229px;
}
.sideboxform input[type=file]::-webkit-file-upload-button {
    content: 'Browse...';
    display: inline-block;
    margin:0;
    padding:5px 5px;
    height:25px;
    position: relative;
    -webkit-appearance: button;
    background-color:#006cb7;
    border:0;
    color:#00aeef;
    -webkit-transition:all .25s ease;
    -moz-transition:all .25s ease;
    -ms-transition:all .25s ease;
    -o-transition:all .25s ease;
    transition:all .25s ease;
    cursor:pointer;
}
.sideboxform input[type=file]::-webkit-file-upload-button:hover {
    background-color:#71d8ff;
    color: #fff!important;
}
/******************************
 mainform
*******************************/

.mainform .row {
    width: auto;
    height: auto;
    overflow: auto;
    margin-bottom: 0;
}
.mainform label {
    font-family: 'HelveticaNeue', Arial;
    font-weight: bold;
    display: inline-block;
    margin: 0 0 10px 0;
    float: left;
    width: 150px;
    padding-right: 30px;
}
.mainform input[type=text], .mainform input[type=password], .sideboxform input[type=password] {
    border: 1px solid #efefef;
    height: 15px;
    padding: 5px;
    margin: 0 0 15px 0;
    background-color: #fff;
    font-family: 'HelveticaNeue', arial;
    font-size: 13px;
    line-height: 100%;
    min-width: 300px;
}
.mainform input[type=checkbox] {
    border: 1px solid #efefef;
    background-color: #fff;
    height: 15px;
    width: 15px;
    margin: 0 0 15px 0;
}
.mainform input[type=file] {
    border: 1px solid #efefef;
    height: 25px;
    padding: 5px;
    margin: 0 0 15px 0;
    background-color: #fff;
    font-family: 'HelveticaNeue', arial;
    font-size: 13px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-width: 300px;
}
.mainform input[type=file]::-webkit-file-upload-button {
    content: 'Browse...';
    display: inline-block;
    margin:0;
    padding:5px 15px;
    height:25px;
    position: relative;
    -webkit-appearance: button;
    background-color:#006cb7;
    border:0;
    color:#00aeef;
    -webkit-transition:all .25s ease;
    -moz-transition:all .25s ease;
    -ms-transition:all .25s ease;
    -o-transition:all .25s ease;
    transition:all .25s ease;
    cursor:pointer;
}
.mainform input[type=file]::-webkit-file-upload-button:hover {
    background-color:#71d8ff;
    color: #fff!important;
}
.mainform textarea {
    border: 1px solid #efefef;
    padding: 5px;
    margin: 0 0 15px 0;
    background-color: #fff;
    font-family: 'HelveticaNeue', arial;
    font-size: 13px;
    line-height: 100%;
    min-width: 300px;
    min-height: 100px;
}
.mainform select[multiple] {
    padding: 5px;
    min-width: 300px;
    border: 1px solid #efefef;
    margin: 0 0 15px 0;
    font-family: 'HelveticaNeue', arial;
    font-size: 13px;
    line-height: 100%;
    background: #fff;
}
.mainform select {
    padding: 5px;
    min-width: 100px;
    border: 1px solid #efefef;
    margin: 0 0 15px 0;
    font-family: 'HelveticaNeue', arial;
    font-size: 13px;
    line-height: 100%;
    display: inline-block;
    background: #fff url(../images/downarrow.png) 97% center no-repeat;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: none;
    text-indent: 0.01px;
    text-overflow: '';
}
.mainform input[type=button], input[type=submit]{
    border: 0;
    height: 25px;
    padding: 0 15px;
    margin: 0 0 15px 0;
    background-color: #006cb7;
    font-family: 'HelveticaNeue', arial;
    font-size: 13px;
    color: #00aeef;
    line-height: 100%;
    vertical-align: middle;
}
.mainform input[type=submit]:hover {
    background-color: #00aeef;
    color: #fff;
    cursor: pointer;
}
/******************************
 Events & Calendar
*******************************/

#calendar {
    margin: 0 0 30px 0;
}
/******************************
 MEDIA GALLERY
*******************************/

.featuredvideo {
    width: 779px;
    height: 443px;
    display: block;
    margin-bottom: 30px;
}
h1.pressheader {
    color: #454545;
    font-size: 20px;
    font-family: 'HelveticaNeue', Arial;
    font-weight: bold;
    margin-bottom: 30px;
    width: 100%;
    letter-spacing: 1px;
}
h1.mediaheader {
    color: #454545;
    font-size: 20px;
    font-family: 'HelveticaNeue', Arial;
    font-weight: bold;
    margin-bottom: 30px;
    width: 100%;
    letter-spacing: 1px;
}
h1.mediaheader:after {
    content: "";
    position: relative;
    display: inline-block;
    width: 105px;
    height: 13px;
    /*background: url(../images/doublearrowsblack.png) right top no-repeat;*/
}
.mediaslidercontainer {
    width: 100%;
    height: 239px;
    margin: 0 auto 30px auto;
    overflow: hidden;
    position: relative;
}
.mediaslider {
    width: 100%;
    height: 100%;
    overflow: auto;
    margin: 0 auto;
    position: relative;
}
.mediaslider .slider {
    width: 100%;
    height: 100%;
}
.mediaslider .slide {
    width: 239px;
    height: 239px;
    margin-right: 30px;
    overflow: hidden;
    background-color: transparent;
    float: left;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
    background-repeat: no-repeat;
    background-position: center center;
}
.mediaslider .slide:last-child {
    margin-right: 0;
}
.mediaslider .slideimg {
    width: 239px;
    height: 159px;
    display: block;
    margin-bottom: 10px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.mediaslider .label {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0;
    height: auto;
    min-height: 60px;
    text-align: left;
    background-color: rgba(0,108,183,0.9);
    padding: 10px 10px;
    color: #fff;
    width: 229px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.mediaslider p.category {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.mediaslider p.date {
    color: #fff;
    margin-bottom: 5px;
    font-size: 11px;
}
.mediaslider p.title {
    color: #fff;
    line-height: 120%;
    font-size: 13px;
}
.mediaslider p.title a {
    color: #71d8ff;
}
.mediaslider p.title a:hover {
    color: #fff;
}
.photogalleryimg {
    width: 239px;
    height: 159px;
    display: block;
    margin-bottom: 30px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.press-pagination-right {
    float: right;
    margin-bottom:40px;
}
.scrollleft {

}

.scrollright {
    width:40px;
    background:rgba(255,255,255,0.75) url(../images/scrollright.png) no-repeat center;
    height:159px;
    position:absolute;
    top:0;
    right:0;
    z-index:8000;
    display:block;
}

.scrollleft {
    width:40px;
    background:rgba(255,255,255,0.75) url(../images/scrollleft.png) no-repeat center;
    height:159px;
    position:absolute;
    top:0;
    left:0;
    z-index:8000;
    display:block;
}
.scrollright:hover {
    cursor:pointer;
    background:rgba(255,255,255,1) url(../images/scrollright.png) no-repeat center;
}

.scrollleft:hover {
    cursor:pointer;
    background:rgba(255,255,255,1) url(../images/scrollleft.png) no-repeat center;
}


/******************************
 FORUM
*******************************/
.button {
    border: 0;
    padding: 7px 15px 7px 15px;
    margin: 0 15px 0 0;
    background-color: #006cb7;
    font-size: 13px;
    color: #71d8ff!important;
    line-height: 100%;
    vertical-align: middle;
    display: inline-block;
}
.button:hover {
    background-color: #00aeef;
    color: #fff;
    cursor: pointer;
}
.forumsearchform {
    margin: 0;
    padding: 0;
    display: inline-block;
}
.jumppageform {
    margin: 15px 0 0 0;
    padding: 0;
    display: block;
    position: absolute;
    background-color: #e5e5e5;
    padding: 6px;
    display: none;
    top: 11px;
    left: -0;
    width: 100px;
}
.forumsearchform input[type=text] {
    border: 0;
    height: 15px;
    padding: 5px;
    margin: 0 5px 0 0;
    background-color: #fff;
    border: 1px solid #efefef;
    font-size: 13px;
    color: #888888;
    line-height: 100%;
    vertical-align: middle;
}
.jumppageform input[type=text] {
    border: 0;
    height: 15px;
    padding: 5px;
    margin: 0 5px 0 0;
    background-color: #fff;
    border: 1px solid #efefef;
    font-size: 13px;
    color: #888888;
    line-height: 100%;
    vertical-align: middle;
    width: 30px;
}
.forumsearchform input[type=button] {
    border: 0;
    height: 26px;
    padding: 7px;
    margin: 0;
    background-color: #006cb7;
    font-size: 13px;
    color: #71d8ff;
    line-height: 100%;
    vertical-align: middle;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.forumsearchform input[type=button]:hover {
    background-color: #00aeef;
    color: #fff;
    cursor: pointer;
}
.jumppageform input[type=button] {
    border: 0;
    height: 26px;
    padding: 7px;
    margin: 0;
    background-color: #006cb7;
    font-size: 13px;
    color: #71d8ff;
    line-height: 100%;
    vertical-align: middle;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.jumppageform input[type=button]:hover {
    background-color: #00aeef;
    color: #fff;
    cursor: pointer;
}
.forum-pagination {
    width: 100%;
    height: 26px;
    margin-bottom: 30px;
}
.forum-pagination-bottom {
    width: 100%;
    height: 26px;
    margin: 30px 0 50px 0;
}
.forum-pagination-left {
    float: left;
}
.forum-pagination-right {
    float: right;
}
.pagination-button {
    display: inline-block;
    position: relative;
}
.pagination-button span {
    border: 0;
    padding: 6px;
    margin: 0 5px 0 0;
    background-color: #fff;
    font-size: 13px;
    color: #006cb7;
    line-height: 100%;
    vertical-align: middle;
    border: 1px solid #efefef;
    position: relative;
    display: block;
}
.pagination-button span:hover {
    background-color: #e5e5e5;
    border: 1px solid #e5e5e5;
    color: #454545;
}
.pagination-button span.active {
    background-color: #e5e5e5;
    border: 1px solid #e5e5e5;
    color: #454545;
}
.pagination-button span.active:hover {
    background-color: #e5e5e5;
    border: 1px solid #e5e5e5;
    color: #454545;
    cursor: default;
}
.page-jump {
    padding-right: 20px!important;
}
.page-jump:after {
    content: "";
    position: absolute;
    right: 5px;
    top: 8px;
    width: 7px;
    height: 7px;
    background: url(../images/downarrow.png) 0 0 no-repeat;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(0deg);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.page-jump:hover:after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.page-jump.active:after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.forumthreads {
    border: 0;
    padding: 0;
    border: 1px solid #efefef;
    width: 100%;
}
.forumthreads th {
    padding: 10px;
    font-weight: bold;
    text-align: left;
    background-color: #e5e5e5;
    border: 1px solid #e5e5e5;
}
.forumthreads tr:nth-child(even) td {
    padding: 10px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #fff;
    border-bottom: 1px solid #e5e5e5;
    font-weight: normal;
    vertical-align: top;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.forumthreads tr:nth-child(even) td:first-child {
    border-left: 1px solid #e5e5e5;
}
.forumthreads tr:nth-child(even) td:last-child {
    border-right: 1px solid #e5e5e5;
}
.forumthreads tr:nth-child(odd) td {
    padding: 10px;
    text-align: left;
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    border-bottom: 1px solid #e5e5e5;
    font-weight: normal;
    vertical-align: top;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.forumthreads tr:nth-child(odd) td:first-child {
    border-left: 1px solid #e5e5e5;
}
.forumthreads tr:nth-child(odd) td:last-child {
    border-right: 1px solid #e5e5e5;
}
.forumthreads p {
    font-family: 'HelveticaNeue', arial;
    margin: 0;
}
.forumthreads a {
    color: #006cb7;
}
.forumthreads a:hover {
    color: #454545;
}
.forumthreads p.title {
    font-weight: bold;
}
.forumthreads p.details {
    font-weight: normal;
    font-size: 11px;
    font-style: italic;
}
.forumbar {
    display: block;
    background-color: #006cb7;
    width: 100%;
    padding: 0;
    margin: 0;
}
.forumbar-link-reply {
    display: inline-block;
    color: #71d8ff!important;
    padding: 15px 0;
    text-indent: 50px;
    margin-left: 25px;
    background: #006cb7 url(../images/icon-reply.png) no-repeat 10px center;
}
.forumbar-link-reply:hover {
    color: #fff!important;
}
.forumbar-link-quote {
    display: inline-block;
    color: #71d8ff!important;
    padding: 15px 0;
    text-indent: 50px;
    margin-left: 25px;
    background: #006cb7 url(../images/icon-quote.png) no-repeat 10px center;
}
.forumbar-link-quote:hover {
    color: #fff!important;
}
.forumbar-link-like {
    display: inline-block;
    color: #71d8ff!important;
    padding: 15px 0;
    text-indent: 50px;
    margin-left: 25px;
    background: #006cb7 url(../images/icon-like.png) no-repeat 10px center;
}
.forumbar-link-like:hover {
    color: #fff!important;
}
.thread-likes {
    display: inline-block;
    color: #fff!important;
    padding: 15px 0;
    margin-left: 10px;
}
.forumbar-link-report {
    display: inline-block;
    color: #71d8ff!important;
    padding: 15px 0;
    text-indent: 50px;
    margin-left: 25px;
    background: #006cb7 url(../images/icon-report.png) no-repeat 10px center;
}
.forumbar-link-report:hover {
    color: #fff!important;
}
.thread-profile {
    width: 239px;
    display: table-cell;
    height: auto;
    overflow: auto;
    background-color: #ffff;
}
.thread-message {
    width: 807px;
    display: table-cell;
    vertical-align: top;
    height: auto;
    overflow: auto;
    padding: 15px;
    border: 1px solid #e5e5e5;
}
.thread-row {
    width: 100%;
    height: auto;
    overflow: auto;
}
/******************************
 BLOGS
*******************************/

.blog-container {
    width: 100%;
    height: auto;
    overflow: auto;
}
.blogentry {
    width: 779px;
    height: auto;
    overflow: auto;
    margin: 0 0 30px 0;
}
.blogentry img {
    max-width: 700px;
}
.blogheader {
    width: 100%;
    height: auto;
    overflow: auto;
    margin: 0 0 30px 0;
}
.blogheader .profilethumb {
    height: 33px;
    width: 33px;
    float: left;
    margin: 0px 10px 30px 0px;
}
.blogheader .headerboxtextblock {
    display: inline-block;
    float: left;
    width: 736px;
}
.blogheader .headerboxtextblock p.title {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 5px 0;
}
.blogheader .headerboxtextblock p.details {
    font-size: 13px;
    margin: 0px;
}
.blogcontent {
    margin: 0 0 30px 0;
}
.blogbar {
    display: block;
    background-color: #006cb7;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}
.blogbar p {
    display: inline-block;
    color: #fff!important;
    padding: 16px 0;
    margin-left: 10px;
    margin-bottom: 0;
}
.blogbar a {
    color: #71d8ff!important;
}
.blogbar a:hover {
    color: #fff!important;
}
.blogbar-link-comments {
    display: inline-block;
    color: #71d8ff!important;
    padding: 15px 0;
    text-indent: 50px;
    background: #006cb7 url(../images/icon-comment.png) no-repeat 10px center;
    float: right;
    margin-right: 15px;
}
.blogbar-link-comments:hover {
    color: #fff!important;
}
.blogbar-link-facebook {
    display: inline-block;
    color: #71d8ff!important;
    padding: 15px 0;
    text-indent: 50px;
    background: #006cb7 url(../images/icon-facebook.png) no-repeat 10px center;
    float: right;
    margin-right: 15px;
}
.blogbar-link-facebook:hover {
    color: #fff!important;
}
.blogbar-link-twitter {
    display: inline-block;
    color: #71d8ff!important;
    padding: 15px 0;
    text-indent: 50px;
    background: #006cb7 url(../images/icon-twitter.png) no-repeat 10px center;
    float: right;
    margin-right: 15px;
}
.blogbar-link-twitter:hover {
    color: #fff!important;
}
.blogbar-link-email {
    display: inline-block;
    color: #71d8ff!important;
    padding: 15px 0;
    text-indent: 50px;
    background: #006cb7 url(../images/icon-email.png) no-repeat 10px center;
    float: right;
    margin-right: 15px;
}
.blogbar-link-email:hover {
    color: #fff!important;
}
.blogbar-link-like {
    display: inline-block;
    color: #71d8ff!important;
    padding: 15px 10px;
    text-indent: 30px;
    background: #006cb7 url(../images/icon-like.png) no-repeat 10px center;

}
.blogbar-link-like:hover {
    color: #fff!important;
}
.blogbar-link-like-small {
    display: inline-block;
    color: #71d8ff!important;
    padding: 5px 0px;
    text-indent: 30px;
    background-size:13px 15px;
    -webkit-background-size:13px 15px;
    background: #006cb7 url(../images/icon-like.png) no-repeat 10px center;
}
.blogbar-link-like-small:hover {
    color: #fff!important;
}


.blog-intro-img {
    display: block;
    width: 100%;
    height: 373px;
    margin: 0 0 30px 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    -webkit-background-size: contain;
}
.blogtagbar {
    display: block;
    background-color: #fff;
    width: 100%;
    padding: 0;
    margin: 0 0 30px 0;
    position: relative;
}
.blogtagbar p {
    padding: 15px 0;
}
.blogtagbar a {
    color: #006cb7!important;
}
.blogtagbar a:hover {
    color: #454545!important;
}
#comments {
    width: 100%;
    height: auto;
    overflow: auto;
    margin: 0 0 30px 0;
}
.tooltip {
    display: none;
    position: absolute;
    background-color: #e5e5e5;
    padding: 10px;
    color: #454545;
    font-family: 'HelveticaNeue', Arial;
    text-align: left;
    font-size: 13px;
    max-width: 300px;
}
/******************************
 ADMIN NAV
*******************************/
.adminmenu {
    border: 0;
    padding: 0;
    margin: 0 0 15px 0!important;
    position: relative;
    height: auto;
    width: 100%;
}
.adminmenu > li {
    list-style: none;
    display: inline-block;
    margin-right:10px;
    position: relative;
    max-width:75px;
    text-align:center;
    vertical-align:top;
}

.adminmenu > li > p {
    font-size:13px;
    line-height:13px;
}

.adminmenu > li > a {
    display: block;
    border: 0;
    height: 32px;
    width:32px;
    margin: 0 auto 5px auto;
    vertical-align: top;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    background-color:#006CB7;	
}
.adminmenu > li:hover > a {
    background-color:#71d8ff;
    cursor:pointer
}
.adminmenu li a.member {
    background-image: url(../images/icon-member.png) ;
    background-position: center;
    background-repeat:no-repeat;
    background-size:28px 28px;
    -webkit-background-size:28px 28px;
}
.adminmenu li a.slideshow {
    background-image: url(../images/icon-slideshow.png);
    background-repeat:no-repeat;
    background-position: center;
    background-size:28px 28px;
    -webkit-background-size:28px 28px;
}
.adminmenu li a.news {
    background-image: url(../images/icon-news.png);
    background-repeat:no-repeat;
    background-position: center;
    background-size:28px 28px;
    -webkit-background-size:28px 28px;
}
.adminmenu li a.url {
    background-image: url(../images/icon-url.png);
    background-repeat:no-repeat;
    background-position: center;
    background-size:28px 28px;
    -webkit-background-size:28px 28px;
}
.adminmenu li a.editor {
    background-image: url(../images/icon-editor.png);
    background-repeat:no-repeat;
    background-position: center;
    background-size:28px 28px;
    -webkit-background-size:28px 28px;
}
.adminmenu li a.agency {
    background-image: url(../images/icon-agency.png);
    background-repeat:no-repeat;
    background-position: center;
    background-size:28px 28px;
    -webkit-background-size:28px 28px;
}
.adminmenu li a.taskforce {
    background-image: url(../images/icon-taskforce.png);
    background-repeat:no-repeat;
    background-position: center;
    background-size:28px 28px;
    -webkit-background-size:28px 28px;
}
.adminmenu li a.document {
    background-image: url(../images/icon-document.png);
    background-repeat:no-repeat;
    background-position: center;
    background-size:28px 28px;
    -webkit-background-size:28px 28px;
}
.adminmenu li a.calendar {
    background-image: url(../images/icon-calendar.png);
    background-repeat:no-repeat;
    background-position: center;
    background-size:28px 28px;
    -webkit-background-size:28px 28px;
}
.adminmenu li a.work {
    background-image: url(../images/icon-gear.png);
    background-repeat:no-repeat;
    background-position: center;
    background-size:28px 28px;
    -webkit-background-size:28px 28px;
}
.adminmenu li a.tag {
    background-image: url(../images/icon-tag.png);
    background-repeat:no-repeat;
    background-position: center;
    background-size:28px 28px;
    -webkit-background-size:28px 28px;
}
.adminmenu li a.password {
    background-image: url(../images/icon-password.png);
    background-repeat:no-repeat;
    background-position: center;
    background-size:28px 28px;
    -webkit-background-size:28px 28px;
}

.adminnav {
    border: 0;
    padding: 0;
    margin: 0!important;
    position: relative;
    height: auto;
    width: 100%;
}
.adminnav > li {
    list-style: none;
    display: inline-block;
    margin-right:20px;
    position: relative;
}
.adminnav > li > a {
    display: block;
    border: 0px none;
    height: 14px;
    padding: 7px;
    margin: 0px;
    font-size: 14px;
    color: #71D8FF;
    line-height: 100%;
    vertical-align: middle;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    width: 200px;
    text-transform: uppercase;
    text-align: left;
    background: #006CB7 url(../images/downarrow-white.png) 190px center no-repeat;
}
.adminnav > li:hover > a {
    color: #fff;
}
.adminnav > li > ul.adminnavdropdown {
    margin: 0!important;
    display: none;
    position: absolute;
    left: 0;
    top: 27px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    height: auto;
}
.adminnav > li:hover > ul.adminnavdropdown {
    display: block;
}
.adminnav > li > ul.adminnavdropdown > li {
    display: block;
    list-style: none;
}
.adminnav > li > ul.adminnavdropdown > li a {
    display: block;
    border: 0px none;
    height: 20px;
    margin: 0;
    padding: 5px 7px;
    background-color: #006CB7;
    font-size: 13px;
    color: #71D8FF;
    line-height: 100%;
    vertical-align: middle;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    width: 200px;
    text-align: left;
}
.adminnav > li > ul.adminnavdropdown > li:hover a {
    color: #fff;
}
.admintablewrapper {
    width: 100%;
    height: auto;
    overflow-x: scroll;
    overflow-y: auto;
    padding-bottom: 20px;
}
.admintable {
    border: 0;
    padding: 0;
    border: 1px solid #efefef;
    width: 100%;
}
.admintable th {
    padding: 10px;
    font-weight: bold;
    text-align: left;
    background-color: #e5e5e5;
    border: 1px solid #fff;
    vertical-align: top;
}
.admintable td {
    border: 1px solid #e5e5e5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    vertical-align: top;
    padding: 5px;
    text-align: left;
    font-weight: normal;
}
.admintable tr.disabled {
    opacity:0.5;
    filter: alpha(opacity=50);
    color:#454545;
}
.admintable tr.disabled a {
    color:#454545;
}
.admintable tr.disabled ul.actionmenu > li > a {
    background-color:#454545;
}
.admintable tr:nth-child(even) td {
    background-color: #fff;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.admintable tr:nth-child(odd) td {
    background-color: #f2f2f2;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.admintable tr:hover td {
    background-color: #cff2ff!important;
}


.admintable p {
    font-family: 'HelveticaNeue', arial;
    margin: 0;
}
.admintable a {
    color: #006cb7;
}
.admintable a:hover {
    color: #454545;
}
.admintable input[type=text], .admintable input[type=password], .sideboxform input[type=password] {
    border: 1px solid #efefef;
    height: 15px;
    padding: 5px;
    margin: 0;
    background-color: #fff;
    font-family: 'HelveticaNeue', arial;
    font-size: 13px;
    line-height: 100%;
}
.admintable input[type=checkbox] {
    border: 1px solid #efefef;
    background-color: #fff;
    height: 15px;
    width: 15px;
    margin: 0;
}
.admintable input[type=file] {
    border: 1px solid #efefef;
    height: 25px;
    padding: 5px;
    margin: 0;
    background-color: #fff;
    font-family: 'HelveticaNeue', arial;
    font-size: 13px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.admintable input[type=file]::-webkit-file-upload-button {
    content: 'Browse...';
    display: inline-block;
    margin:0;
    padding:5px 15px;
    height:25px;
    position: relative;
    -webkit-appearance: button;
    background-color:#006cb7;
    border:0;
    color:#00aeef;
    -webkit-transition:all .25s ease;
    -moz-transition:all .25s ease;
    -ms-transition:all .25s ease;
    -o-transition:all .25s ease;
    transition:all .25s ease;
    cursor:pointer;
}
.admintable input[type=file]::-webkit-file-upload-button:hover {
    background-color:#71d8ff;
    color: #fff!important;
}
.admintable textarea {
    border: 1px solid #efefef;
    padding: 5px;
    margin: 0;
    background-color: #fff;
    font-family: 'HelveticaNeue', arial;
    font-size: 13px;
    line-height: 100%;
    min-height: 100px;
}
.admintable select[multiple] {
    padding: 5px;
    border: 1px solid #efefef;
    margin: 0;
    font-family: 'HelveticaNeue', arial;
    font-size: 13px;
    line-height: 100%;
    background: #fff;
}
.admintable select {
    padding: 5px;
    min-width: 100px;
    border: 1px solid #efefef;
    margin: 0;
    font-family: 'HelveticaNeue', arial;
    font-size: 13px;
    line-height: 100%;
    display: inline-block;
    background: #fff url(../images/downarrow.png) 97% center no-repeat;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: none;
    text-indent: 0.01px;
    text-overflow: '';
}
.admintable input[type=button] {
    border: 0;
    height: 25px;
    padding: 0 15px;
    margin: 0;
    background-color: #006cb7;
    font-family: 'HelveticaNeue', arial;
    font-size: 13px;
    color: #00aeef;
    line-height: 100%;
    vertical-align: middle;
}
.admintable input[type=button]:hover {
    background-color: #00aeef;
    color: #fff;
    cursor: pointer;
}

.actionmenu {
    border: 0;
    padding: 0;
    margin: 0!important;
    position: relative;
    height: auto;
    width: 100%;
}
.actionmenu > li {
    list-style: none;
    display: inline-block;
    margin-right:5px;
    position: relative;
}
.actionmenu > li > a {
    display: block;
    border: 0;
    height: 18px;
    width:18px;
    margin: 0px;
    vertical-align: middle;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    background-color:#006CB7;
}
.actionmenu > li:hover > a {
    background-color:#71d8ff;
    cursor:pointer
}

.actionmenu li a.edit {
    background-image: url(../images/icon-edit.png);
    background-repeat:no-repeat;
    background-position: center;
    background-size:16px 16px;
    -webkit-background-size:16px 16px;
}

.actionmenu li a.delete {
    background-image: url(../images/icon-delete.png);
    background-repeat:no-repeat;
    background-position: center;
    background-size:16px 16px;
    -webkit-background-size:16px 16px;
}

.actionmenu li a.lock {
    background-image: url(../images/icon-lock.png);
    background-repeat:no-repeat;
    background-position: center;
    background-size:16px 16px;
    -webkit-background-size:16px 16px;
}

.actionmenu li a.deactivate {
    background-image: url(../images/icon-pause.png);
    background-repeat:no-repeat;
    background-position: center;
    background-size:16px 16px;
    -webkit-background-size:16px 16px;
}

.actionmenu li a.changepw {
    background-image: url(../images/icon-password.png);
    background-repeat:no-repeat;
    background-position: center;
    background-size:16px 16px;
    -webkit-background-size:16px 16px;
}

.actionmenu li a.login {
    background-image: url(../images/icon-login.png);
    background-repeat:no-repeat;
    background-position: center;
    background-size:16px 16px;
    -webkit-background-size:16px 16px;
}

.actionmenu li a.loginalt {
    background-image: url(../images/icon-login-alt.png);
    background-repeat:no-repeat;
    background-position: center;
    background-size:16px 16px;
    -webkit-background-size:16px 16px;
}

.actionmenu li a.roles {
    background-image: url(../images/icon-role.png);
    background-repeat:no-repeat;
    background-position: center;
    background-size:16px 16px;
    -webkit-background-size:16px 16px;
}

.sheettable {
    border: 0;
    padding: 0;
    border: 1px solid #efefef;
    margin-bottom: 15px;
    max-width:745px;
}
.sheettable th {
    padding: 10px;
    font-weight: bold;
    text-align: left;
    background-color: #e5e5e5;
    border: 1px solid #fff;
    vertical-align: top;
}
.sheettable td {
    border: 1px solid #e5e5e5;
    vertical-align: top;
    padding: 5px;
    text-align: left;
    font-weight: normal;
}


.sheettable tr:nth-child(even) td {
    background-color: #fdfdfd;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.sheettable tr:nth-child(odd) td {
    background-color: #fff;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.sheettable tr:hover td {
    background-color: #cff2ff!important;
}

.sheettable p {
    font-family: 'HelveticaNeue', arial;
    margin: 0;
}
.sheettable a {
    color: #006cb7;
}
.sheettable a:hover {
    color: #454545;
}
.sheettable input[type=text], .sheettable input[type=password], .sideboxform input[type=password] {
    border: 1px solid #efefef;
    height: 15px;
    padding: 5px;
    margin: 0;
    background-color: #fff;
    font-family: 'HelveticaNeue', arial;
    font-size: 13px;
    line-height: 100%;
    min-width:70px!important;
}
.sheettable input[type=checkbox] {
    border: 1px solid #efefef;
    background-color: #fff;
    height: 15px;
    width: 15px;
    margin: 0;
}
.sheettable input[type=file] {
    border: 1px solid #efefef;
    height: 25px;
    padding: 5px;
    margin: 0;
    background-color: #fff;
    font-family: 'HelveticaNeue', arial;
    font-size: 13px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.sheettable input[type=file]::-webkit-file-upload-button {
    content: 'Browse...';
    display: inline-block;
    margin:0;
    padding:5px 15px;
    height:25px;
    position: relative;
    -webkit-appearance: button;
    background-color:#006cb7;
    border:0;
    color:#00aeef;
    -webkit-transition:all .25s ease;
    -moz-transition:all .25s ease;
    -ms-transition:all .25s ease;
    -o-transition:all .25s ease;
    transition:all .25s ease;
    cursor:pointer;
}
.sheettable input[type=file]::-webkit-file-upload-button:hover {
    background-color:#71d8ff;
    color: #fff!important;
}
.sheettable textarea {
    border: 1px solid #efefef;
    padding: 5px;
    margin: 0;
    background-color: #fff;
    font-family: 'HelveticaNeue', arial;
    font-size: 13px;
    line-height: 100%;
    min-height: 100px;
}
.sheettable select[multiple] {
    padding: 5px;
    border: 1px solid #efefef;
    margin: 0;
    font-family: 'HelveticaNeue', arial;
    font-size: 13px;
    line-height: 100%;
    background: #fff;
}
.sheettable select {
    padding: 5px;
    min-width: 100px;
    border: 1px solid #efefef;
    margin: 0;
    font-family: 'HelveticaNeue', arial;
    font-size: 13px;
    line-height: 100%;
    display: inline-block;
    background: #fff url(../images/downarrow.png) 97% center no-repeat;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: none;
    text-indent: 0.01px;
    text-overflow: '';
}
.sheettable input[type=button] {
    border: 0;
    height: 25px;
    padding: 0 15px;
    margin: 0;
    background-color: #006cb7;
    font-family: 'HelveticaNeue', arial;
    font-size: 13px;
    color: #00aeef;
    line-height: 100%;
    vertical-align: middle;
}
.sheettable input[type=button]:hover {
    background-color: #00aeef;
    color: #fff;
    cursor: pointer;
}

.alerts {
    display:block;
    position:absolute;
    width:400px;
    height:auto;
    border:10px solid #006cb7;
    padding:20px;
    z-index:999999;
    background-color:rgba(255,255,255,0.95);
    color:#C00;
    text-align:center;
}

.alertbutton {
    border: 0;
    height: 13px;
    padding: 10px 15px 10px 15px;
    margin: 15px auto 0 auto;
    background-color: #006cb7;
    font-family: 'HelveticaNeue', arial;
    font-size: 13px;
    color: #00aeef;
    line-height: 100%;
    vertical-align: middle;
    display:block;
    width:100px;
    -webkit-transition:all .25s ease;
    -moz-transition:all .25s ease;
    -ms-transition:all .25s ease;
    -o-transition:all .25s ease;
    transition:all .25s ease;
}
.alertbutton:hover {
    background-color: #00aeef;
    color: #fff;
    cursor: pointer;
}
.confirmbutton {
    border: 0;
    height: 13px;
    padding: 10px 15px 10px 15px;
    margin: 15px auto 0 auto;
    background-color: #006cb7;
    font-family: 'HelveticaNeue', arial;
    font-size: 13px;
    color: #00aeef;
    line-height: 100%;
    vertical-align: middle;
    display:inline-block;
    width:100px;
    -webkit-transition:all .25s ease;
    -moz-transition:all .25s ease;
    -ms-transition:all .25s ease;
    -o-transition:all .25s ease;
    transition:all .25s ease;
}

.confirmbutton:hover {
    background-color: #00aeef;
    color: #fff;
    cursor: pointer;
}

.confirmbuttons {
    width: 100%;
    height: auto;
    overflow: auto;
}
.greenalert {
    border: 0;
    height: 15px;
    padding: 10px 15px 10px 15px;
    margin: 15px auto;
    font-family: 'HelveticaNeue', arial;
    font-size: 15px;
    color: #fff;
    line-height: 100%;
    text-align:center;
    display:block;
    width:100%;
    background: #32813a url(../images/icon-delete.png) 95% center  no-repeat;
    background-size:10px 10px;
    -webkit-background-size:10px 10px;
}

.yellowalert {
    border: 0;
    height: 15px;
    padding: 10px 15px 10px 15px;
    margin: 15px auto;
    font-family: 'HelveticaNeue', arial;
    font-size: 15px;
    color: #fff;
    line-height: 100%;
    text-align:center;
    display:block;
    width:100%;
    background: #c3b40f url(../images/icon-delete.png) 95% center  no-repeat;
    background-size:10px 10px;
    -webkit-background-size:10px 10px;
}

.redalert {
    border: 0;
    height: 15px;
    padding: 10px 15px 10px 15px;
    margin: 15px auto;
    font-family: 'HelveticaNeue', arial;
    font-size: 15px;
    color: #fff;
    line-height: 100%;
    text-align:center;
    display:block;
    width:100%;
    background: #860f0f url(../images/icon-delete.png) 95% center  no-repeat;
    background-size:10px 10px;
    -webkit-background-size:10px 10px;
}

.greenalert:hover, .yellowalert:hover, .redalert:hover {
    cursor:pointer;
}

.smallbutton {
    border: 0;
    height: 13px;
    padding: 5px 15px 5px 15px;
    margin: 0 auto 0 auto;
    background-color: #006cb7;
    font-family: 'HelveticaNeue', arial;
    font-size: 13px;
    color: #00aeef!important;
    line-height: 100%;
    vertical-align: middle;
    display:inline-block;
    width:auto;
    -webkit-transition:all .25s ease;
    -moz-transition:all .25s ease;
    -ms-transition:all .25s ease;
    -o-transition:all .25s ease;
    transition:all .25s ease;
}
.smallbutton:hover {
    background-color: #00aeef;
    color: #fff!important;
    cursor: pointer;
}

.errmsgright {
    color:#C00;
    display:inline-block;
    font-size: 13px;
    margin: 5px 0 5px 15px;
    /*float:right;*/
}

.errmsgcentered {
    color:#C00;
    display:inline-block;
    font-size: 13px;
    margin: 0 auto 5px auto;
}
/******************************
 ACCORDION TAB
*******************************/

.accordion-tab {
    display: block;
    width: 100%;
    height:auto;
    padding: 0;
    text-indent: 50px;
    background: #efefef;
    margin: 15px auto;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.accordion-tab-label {
    color: #006cb7!important;
    font-size:16px!important;
    display: block;
    width: 100%;
    height:35px;
    line-height:200%;
    background: url(../images/plusminus.png) 15px top no-repeat;
}

.accordion-tab-label:hover {
    cursor:pointer;
}

.accordion-content {
    display:none;
}
#page-nav {
    opacity:0;
}

#adminpanel {
    color: #006cb7;
    text-decoration: none;
}

#adminpanel:hover {
    color: #454545;
    text-decoration: none;
}

#commentform input[type=text], .loginform input[type=password] {
    border: 0;
    height: 15px;
    padding: 5px;
    margin: 12px 0 0 10px;
    background-color: #fff;
    font-size: 13px;
    color: #888888;
    line-height: 100%;
    vertical-align: middle;
}
#commentform input[type=button],input[type=submit] {
    border: 0;
    height: 25px;
    padding: 0 15px;
    margin: 12px 0 0 10px;
    background-color: #00aeef;
    font-size: 13px;
    color: #fff;
    line-height: 100%;
    vertical-align: middle;
}
#commentform input[type=button]:hover {
    background-color: #71d8ff;
    cursor: pointer;
}

#commentform textarea {
    border: 1px solid #efefef;
    padding: 5px;
    margin: 0 0 15px 0;
    background-color: #fff;
    font-family: 'HelveticaNeue', arial;
    font-size: 13px;
    line-height: 100%;
    min-width: 300px;
    min-height: 100px;
}

