@charset "utf-8";
html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}
/* CSS Document */

body {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #808080;
    /*text-align: center;*/
    margin: 0 auto;
    background-color: #27AAE1;
    /* background-image:url(../kcimages/bg.jpg);*/
    background-repeat: repeat-y;
}
div {
    text-align: left;
}
img {
    border: 0px;
}
p {
    margin-top: 10px;
    margin-bottom: 5px;
}
h2 {
    margin-bottom: 5px;
}
input[type="date"] {
    /* Override monospace font in chrome */
    font-family: inherit;
}
.ibutton {
    background: transparent url(../kcimages/btn_generic_left.jpg) no-repeat left;
    display: block;
    height: 17px;
    color: white;
    text-decoration: none;
    background-repeat: no-repeat;
    padding: 7px 0px 5px 10px;
}
.ibutton2 {
    background: #09F;
    margin: 5px;
    height: 17px;
    color: white;
    text-decoration: none;
    padding: 10px;
    border-radius: 5px;
}
.ibutton2:hover {
    background: #9CF;
    color: white;
}
.ibutton span {
    background: transparent url(../kcimages/btn_generic_right.jpg) no-repeat right;
    cursor: pointer;
    display: inline;
    height: 17px;
    background-repeat: no-repeat;
    padding: 5px 8px 6px 0px;
}
#bodywrapper {
    text-align: center;
    margin: 0 auto;
    width: 990px;
}
#navleft {
    float: left;
    width: 11px;
}
#navright {
    float: right;
    width: 498px;
    text-align: right;
}
#nav {
    background: #EBEBEB;
    height: 32px;
}
#contentwrapper {
    margin-top: 8px;
    background: #fff;
    margin-bottom: 20px;
    font-size: 13px;
    padding: 4px;
}
#leftnav {
    float: left;
    width: 211px;
    margin-left: 11px;
}
#content {
    margin-left: 231px;
    padding: 4px;
}
#pagetext {
    width: 422px;
    height: 420px;
}
#otext2 {
    color: #E9B509;
    text-decoration: none;
}
#otext {
    color: #03374C;
    text-decoration: none;
}
#btext {
    color: #03374C;
    text-decoration: none;
}
#header {
    padding: 4px;
    text-align: center;
    margin: 0 auto;
    background: #fff;
    width: 983px;
    margin-top: 35px;
    padding:0px;
    width:100%;
}
#newsbox, #newsbox_calc {
    float: left;
    border: 1px solid #EAEAEA;
    margin: 10px;
    margin-left: 0px;
    font-size: 11px;
    width: 463px;
    height: 150px;
    background-image: url(../images/news_bg.jpg);
    background-repeat: repeat-x;
    overflow: hidden;
}
#submitbtn {
    border: 0;
    background-color: #136493;
    color: white;
    border: 1px solid #fff;
    padding: 4px;
}
#tabBar {
    background-color: rgba(255, 255, 255, 0.8);
    height: 87px;
    color: #0790d5;
    margin-top: 5px;
}
#tabBar a {
    color: #0790d5;
    text-decoration: none;
}
#tabs {
    margin-left: auto;
    margin-right: auto;
}
.tab {
    height: 80px;
    width: 125px;
    float: left;
}
.active {
    background-color: #ffffff;
    opacity: 1;
}
.notActive {
    background-color: #ffffff;
    opacity: 0.9;
    transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
}
#tabBar .notActive:hover {
    opacity: 1;
    transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
}
.searchbar_left {
    position: absolute;
    right: 154px;
    left: 0px;
    height: 24px;
}
.searchbar_right {}
.logoutButton {
    width: 100px;
    float: right;
    text-align: center;
    border-left: 1px solid #eee;
    font-size: 14px;
    padding-top: 8px;
    height: 21px;
    cursor: pointer;
}
#splitView_MasterView_searchbar {
    border-bottom-color: rgba(0, 0, 0, 0.1);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding: 5px;
}
#splitView_MasterView_searchbar:hover {
    background-color: #eee;
}
#splitView_MasterView_searchbar img {
    float: left;
    margin-right: 5px;
    height: 25px;
}
#splitView_MasterView_searchbar input {
    height: 20px;
    background-color: transparent;
    color: #bbb;
    font-size: 14px;
    width: 250px;
    border: none;
}
#splitView_MasterView_searchbar input:hover {
    color: #808080;
}
#splitView_MasterView_searchbar input:focus {
    color: #808080;
    border: none;
    outline: none;
}
.searchResults table {
    margin-top: 1em;
}
.searchResults td {
    padding: 4px 1em;
}
.calltoaction {
    border: 1px solid #eee;
    margin-top: 10px;
    padding: 2px;
}
.calltoactionimage {
    width: 266px;
}
.righthandcontent {
    float: right;
    width: 270px;
}
.moduleContainer {
    width: 470px;
    margin: 10px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    overflow: hidden;
    background-color: #eee;
}
.moduleImage {
    width: 80px;
    height: 70px;
    background-position-x: 50%;
    background-position-y: 50%;
    background-size: cover;
    float: left;
}
.ModuleText {
    float: left;
    padding: 10px;
    width: 270px;
}
.donButton {
    background-color: #8DC63F;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    border: 0;
    margin: 6px;
    cursor: pointer;
}
.donButton a {
    color: #fff;
}
.ModuleButtons {
    float: right;
}
.ModuleTitle {
    font-weight: bold;
    margin: 5px 0px;
    text-transform: uppercase;
    font-size: 13px;
}
.ModuleSubTitle {
    text-transform: uppercase;
    font-size: 14px;
}
.moduleContainer:hover {
    background-color: #ddd;
}
#vhelpbutton {
    height: 44px;
    background-color: #eee;
    width: 44px;
    border-radius: 5px 0px 0px 5px;
    position: fixed;
    right: 0px;
    top: 160px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    overflow: hidden;
    transition: box-shadow .2s;
    -webkit-transition: box-shadow .2s;
    transition: width .2s;
    -webkit-transition: width .2s;
    display: none;
}
#vhelpbutton:hover {
    width: 205px;
    background-color: #f5f5f5;
    box-shadow: 0px 0px 10px rgba(20, 20, 20, 0.2);
    transition: box-shadow .2s;
    -webkit-transition: box-shadow .2s;
    transition: width .2s;
    -webkit-transition: width .2s;
}
.vhelpicon {
    background-image: url(../images/vhelpicon.png);
    width: 32px;
    height: 32px;
    background-size: 100%;
    margin: 6px;
    position: absolute;
}
.vhelptext {
    color: #444;
    font-size: 16px;
    padding: 12px 8px;
    opacity: 0;
    float: right;
    width: 145px;
    transition: opacity .2s;
    -webkit-transition: opacity .2s;
}
#vhelpbutton:hover .vhelptext {
    opacity: 1;
    transition: opacity .2s;
    -webkit-transition: opacity .2s;
}
.editingtable {}
.editingtable tr {}
.editingtable tr:hover td {
    color: #444;
}
.editingtable td,
.editingtable th {
    border-bottom: 1px solid #eee;
    padding: 10px 15px 10px 0px;
    vertical-align: top;
}
.editingtable td {
    color: #444;
}
.editingtable input[type="text"] {
    -webkit-appearance: none;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 0px;
    /*font-size: 14px;*/
    color: #444;
    width: 100%;
}
.editingtable input[type="text"]:focus {
    outline: none;
    color: #444;
}
.editingtable input[type="text"]::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #ccc;
}
.editingtable input[type="text"]:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ccc;
    opacity: 1;
}
.editingtable input[type="text"]::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ccc;
    opacity: 1;
}
.editingtable input[type="text"]:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #ccc;
}
.editingtable td.label,
.editingtable th.label {
    width: 12em;
    text-align: left;
}


.editbutton {
    display: inline-block;
    padding: 7px 15px;
    border: 1px solid #ddd;
    background: #f5f5f5;
    border-radius: 5px;
    margin: 10px 0px 0px 15px;
    float: right;
    cursor: pointer;
    transition: background-color .2s, color .2s, border-color .2s;
    -webkit-transition: background-color .2s, color .2s, border-color .2s;
}
.editbutton:hover {
    background-color: #eee;
    color: #444;
    border-color: #ccc;
}
.bottombar {
    border-top: 1px solid #aaa;
    margin-top: 0px;
    padding-top: 0px;
}
.leftbtn {
    float: left;
    margin: 10px 15px 0px 0px;
}
.notificationBar {
    background-color: #fafafa;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    padding: 7px 10px;
    margin: 10px 0px;
}
.notificationBar p {
    margin: 0px;
}
.badbar {
    background-color: #fff5f5;
    border: 2px solid #ee5555;
}
.goodbar {
    background-color: #f6fff4;
    border: 2px solid #88e555;
}
label.editbutton [type=file]{
    position: fixed;
    top: -1000px;
}
.note_close {
    background-image: url(../images/note_close.png);
    height: 16px;
    width: 16px;
    background-size: 100%;
    background-repeat: no-repeat;
    float: right;
    opacity: 0.5;
    cursor: pointer;
}

.error {
    color: red;
    font-size: smaller;
}
.ListTable_container {}
.ListTable_titlebar {}
.ListTable {
    border: 1px solid #ddd;
    border-radius: 5px;
    border-collapse: collapse;
}
.ListTable input[type="text"] {
    -webkit-appearance: none;
    border: none;
    padding: 0px;
    font-size: 14px;
    background-color: transparent;
    color: #888;
}
.ListTable input[type="text"]:focus {
    outline: none;
    border: none;
    color: #444;
}
.ListTable input[type="text"]::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #ccc;
}
.ListTable input[type="text"]:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ccc;
    opacity: 1;
}
.ListTable input[type="text"]::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ccc;
    opacity: 1;
}
.ListTable input[type="text"]:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #ccc;
}
.ListTable th {
    padding: 8px 10px;
    background-color: #f5f5f5;
    /*font-weight: 100;*/
    color: #444444;
    font-size: 15px;
}
.ListTable tr {
    transition: background-color .2s;
    -webkit-transition: background-color .2s;
}
.ListTable tr:hover {
    background-color: #fafafa;
    transition: background-color .2s;
    -webkit-transition: background-color .2s;
}
.ListTable tr:nth-child(even) {
    background-color: #f8f8f8;
}
.ListTable td {
    padding: 8px 10px;
    border-top: 1px solid #ddd;
    vertical-align: middle;
    cursor: default;
}
.ListTable .last td {
    /*border-bottom: none;*/
}

.ListTable ul.vertical-actions {
    padding-left: 0;
}

.ListTable ul.vertical-actions li {
    list-style: none;
}

.ListTable ul.vertical-actions a {
    whitespace: no-wrap;
    display: block;
    /*padding: 5px */
    /* border: 1px solid grey; */
    margin-top: 5px;
}

#docEdit_detailsBar {
    height: 122px;
    position: relative;
    background-color: #ffffff;
    border-top: 0px solid #fff;
}
.docEdit_thm {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 160px;
    overflow: hidden;
    border-radius: 2px;
    cursor: pointer;
}
.docEdit_image_outer {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    border: 1px solid #ddd;
    border-radius: 0px 0px 2px 2px;
    overflow: hidden;
    box-shadow: 0px 2px 8px #e5e5e5;
}
.docEdit_thm:hover .docEdit_image {
    background-size: contain;
    /*top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;*/
    transition: top .1s, bottom .1s, left .1s, right .1s;
}
.docEdit_image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    transition: top .1s, bottom .1s, left .1s, right .1s;
}
.image_mouseover {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.1);
    opacity: 0;
    display: none;
    transition: top .2s, bottom .2s, left .2s, right .2s opacity .2s;
}
.image_mouseover .mousemsg {
    background-color: rgba(0, 0, 0, 0.7);
    color: #f5f5f5;
    text-align: center;
    margin-top: 31px;
    padding: 5px;
    font-size: 14px;
}
.docEdit_thm:hover .image_mouseover {
    display: block;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.1);
    opacity: 1;
    transition: top .2s, bottom .2s, left .2s, right .2s, opacity .2s;
}
.docEdit_details {
    position: absolute;
    left: 160px;
    top: 0px;
    bottom: 0px;
    right: 0px;
}
.docEdit_details input {
    width: 10pc;
    border: none;
    display: inline-block;
    font-size: 24px;
    background-color: transparent;
    font-family: helvetica, arial, san-serif;
}
.docEdit_details input:hover {
    background-color: #f5f5f5;
    border-radius: 5px;
}
.docEdit_details .inputdiv {
    width: auto;
    border: none;
    display: inline;
    font-size: 24px;
    background-color: transparent;
    font-family: helvetica, arial, san-serif;
    color: #444;
}
.docEdit_details .inputdiv:hover {
    background-color: #f5f5f5;
    border-radius: 5px;
}
.docEdit_details .inputdiv:focus {
    outline: none;
}
.docEdit_details input:focus {
    outline: none;
}
.docEdit_details_title {
    position: absolute;
    top: 15px;
    left: 0px;
}
.docEdit_details textarea {
    position: absolute;
    top: 45px;
    bottom: 15px;
    right: 15px;
    left: 0px;
    width: 97%;
    border: none;
    font-size: 12px;
    color: rgb(153, 153, 153);
    font-weight: 100;
    font-style: italic;
    margin-top: 2px;
    margin-bottom: 2px;
    height: 54px;
    background-color: transparent;
}
.docEdit_details textarea:focus {}
.docEdit_details textarea:hover {
    outline: none;
}
.AUploader {
    position: absolute;
    top: 0px;
    height: 150px;
    width: 300px;
    margin: auto;
    display: none;
    background: #ffffff;
    opacity: 1;
    overflow: hidden;
    border-radius: 9px;
    border: #999 1px solid;
    padding: 0px;
}
.AUploader iframe {
    margin: 0px;
    padding: 0px;
    border: none;
}
.AUploader_Fader {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: none;
    background: #000000;
    opacity: 0.3;
}
.videoedit_container {
    height: 315px;
    position: relative;
    border: 1px solid #ddd;
}
#videopreview {
    height: 315px;
    width: 560px;
    overflow: hidden;
    position: absolute;
}
#linkcode_container {
    position: absolute;
    background-color: #444;
    left: 560px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background-color: #f5f5f5;
}
#linkcode {
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    position: absolute;
    bottom: 10px;
    top: 32px;
    right: 10px;
    left: 10px;
    overflow-wrap: break-word;
}
.invcode {
    width: 560px;
    height: 315px;
    text-align: center;
    background-color: #444;
    vertical-align: middle;
    display: table-cell;
    color: #dddddd;
    cursor: default;
}
#relatedContentBox {
    display: none;
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}
.ltimagethm {
    height: 50px;
    width: 65px;
    border-right: 1px solid #eee;
    background-size: contain;
    background-position: 50% 50%;
    padding: 5px;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    text-decoration: underline;
    padding-top: 13px;
    padding-bottom: 0px;
}
#innergi_toolbar {
    height: 35px;
    background: #ffffff;
    background-color: rgba(255, 255, 255, 0.95);
    margin-bottom: 4px;
    position: fixed;
    top: 0px;
    width: 990px;
    z-index: 100;
    box-sizing: border-box;
}
.viewterms {
    width: 990px;
    margin: 0 auto;
    margin-top: 10px;
    font-size: 11px !important;
}
.viewadmin {
    margin: 0 auto;
    width: 990px;
    text-align: right;
}
#tabBarContainer {
    width: 990px;
}
.tabimage {
    max-width: 32px;
    max-height: 32px;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;

}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: white;
    display: block;
    transition: 0.3s
}
.sidenav a:hover, .offcanvas a:focus {
    color: #f1f1f1;
}
.closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px !important;
    margin-left: 50px;
}
#blueBar {
    display: none;
}
#newsbox {
    width: 100%;
}
#newsbox_calc {
    width: 463px;
}
#contentwrapper, #bodywrapper {
    -webkit-overflow-scrolling: touch;
    transition: margin-left .5s;
    -webkit-transition: margin-left .5s;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix {
    zoom: 1;
}

/* IE6 */

*:first-child+html .clearfix {
    zoom: 1;
}

/* IE7 */

.img-responsive {
    width: 100%;
}
.img-container {
    float: left;
    background: #fff;
    border: 1px solid #E9E9E9;
    max-height: 130px;
    overflow: hidden;
    margin-top: 2px;
    margin-right: 10px;
}
.alert-success {
    padding: 20px;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
    margin-bottom: 10px;
}

#article-subheader {
    /* Allow the social buttons to float to the right */
    float: left;
}

#article-lefthand-content {
    float: left;
    border: 1px solid #eee;
    padding: 0px;
    width: 680px;
}
#article-righthand-content {
    float: right;
}
#social-share {
    float: right;
}
#modules-left-container {
    width: 50%;
    float: left;
}
#modules-right-container {
    width: 50%;
    float: right;
}
#module-right-container {
    float: right;
    margin-left: 10px;
    margin-top: 30px;
    margin-right: 5px;
}
#module-pagination-container {
    width: 442px;
    padding-top: 10px;
    margin-top: 25px;
}
#main-video-container-row {
    border: 1px solid #eee;
    background-color: #eeeeee;
    padding: 10px;
    margin-top: 10px;
}
#video-left-container {
    float: left;
    width: 60%;
}
#video-right-container {
    float: right;
    width: 37.4%;
    /* padding: 15px; */
    color: #808080;
    padding-right: 5px;
}


#video-stats-and-social {
    margin-top: 5px;
}
#video-stat-link {
    float: left;
}
#video-social-links {
    float: right;
}
#video-social-links > div {
    vertical-align: middle;
    display: inline-block;
}
#video-text-content {
    clear: both;
    padding-top: 5px;
}
#video-list-container {
    float: left;
    width: 66%;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.fb_iframe_widget_fluid {
    display: inline-block !important;
}
#login-username, #login-password {
    font-size: 10px;
    width: 200px;
}
.login-panel-1 {
    height: 120px;
}
#go-btn {
    border: none;
    width: 40px;
    height: 20px;
    padding: 0 4px;
    cursor: pointer;
}
.display-inline {
    display: inline !important;
}
.activities-more-btn {
    position: relative;
    left: 120px;
    top: 90px;
}
.activities-login-btn {
    position: relative;
    left: 120px;
    top: 90px;
    width: 250px;
}
#contentwrapper {
    margin: 0;
}
.activities-newsbox-inner {
    width: 800px;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix {
    zoom: 1;
}

/* IE6 */

*:first-child+html .clearfix {
    zoom: 1;
}

#newsbox .content-container {
    margin-top: -15px;
}

.list-style-none {
    list-style: none;
}

#login-heading {
    margin: 5px;
}

.mobile-visible {
    display: none;
}
.desktop-visible {
    display: inherit;
}

img.article-image {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1em;
    max-width: 250px;
}

.answer-div {
    width:440px;
    padding-left: 20px;
}

#takemeback-div {
    width:360px;
    margin-top: 10px;
}

h3 {
    margin: 5px 0;
}

/* Used to define a click-to-upload area */
.image-uploader .dropzone {
    /* These two are for hiding the file input inside, don't remove */
    position: relative;
    overflow: hidden;

    /* These are editable */
    border: 3px dotted #888;
    background-color: #eee;
    text-align: center; padding: 2em;
}

.image-uploader .hover {
    background-color: #f5f5f5;
}

.image-uploader input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer;
}

.admin-help-text {
    font-size: smaller;
    color: #aaa;
}

.break-long-urls {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;

    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;

    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}


/* IE7 */

@media only screen and (min-device-width: 360px) and (max-device-width: 667px),
    only screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {

    .desktop-visible {
        display: none;
    }
    .mobile-visible {
        display: inherit;
    }

    .answer-div {
        width:100%;
        padding: 10px;
    }



    #tabBarContainer {
        display: none;
    }
    #innergi_toolbar {
        display: none;
    }
    #header {
        /*display: none;*/
        margin-top:0px;
        transition: margin-left 0.5s;
        -webkit-transition: margin-left 0.5s;
    }
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
    #bodywrapper {
        width: 100%;
    }
    #blueBar {
        display: block;
        /*position: fixed;*/
        /*top: 50px;*/
        width: 100%;
        padding: 5px;
        /*background: #005aa6 none repeat scroll 0 0;*/
        z-index: 101;
        color: white;
        font-size: 26px;
        cursor: pointer;
        overflow:hidden;
        -webkit-overflow-scrolling:touch;
        transition: left 0.5s;
        -webkit-transition: left 0.5s;
    }
    #footer {
        width: inherit;
        margin: 10px;
    }
    .viewadmin {
        width: 100%;
        padding-top: 10px;
        text-align: center;
    }
    #newsbox {
        width: 100%;
        padding: 6px 0;
        margin-top: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 120px;
    }
    .morecontainer {
        display: none;
    }
    /*.intro-container {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      max-height: 10px;
    }*/
    .img-container {
        width: 23%;
    }
    #contentwrapper {
        padding: 0;
        font-size: 15px;
    }
    p {
        /*font-size: 13px;*/
        margin-top: 4px;
    }
    .img-container {
        margin-top: -3px;
    }
    .righthandcontent {
        clear: both;
        width: 100%;
        margin-top: 20px;
    }
    #article-lefthand-content {
        clear: both;
        width: 100%;
    }
    #article-righthand-content {
        clear: both;
        float: none;
    }
    #social-share {
        clear: both;
        width: 100%;
        margin: 10px 0;
    }
    #modules-left-container {
        width: 100%;
        float: none;
        clear: both;
    }
    #modules-right-container {
        width: 100%;
        float: none;
        clear: both;
    }
    .moduleContainer {
        width: 95%;
    }
    .ModuleText {
        float: left;
        padding: 10px;
        width: 48%;
    }
    #leftnav {
        display: none;
    }
    #content {
        margin-left: 0;
    }
    #module-right-container {
        display: none;
    }
    #pagetext {
        width: 100%;
    }
    #module-pagination-container {
        width: 100%;
    }
    #video-left-container {
        clear: both;
        width: 100%
    }
    #video-right-container {
        clear: both;
        width: 100%;
    }
    .videoWrapper {
        position: relative;
        padding-bottom: 56.25%;
        /* 16:9 */
        padding-top: 25px;
        height: 0;
    }
    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    #video-list-container {
        float: none;
        clear: both;
        width: 100%
    }
    #releatedContent {
        width: 100%;
    }
    .relatedItem {
        width: 100%
    }
    #loginpagebackground {
        margin-top: 0 !important;
    }
    #loginpanel {
        width: 336px !important;
        left: 0px !important;
        margin: 0 5px;
    }
    #login-username, #login-password {
        font-size: 14px;
        width: 160px;
    }
    .login-panel-1 {
        height: 150px;
    }
    #contentwrapper {
        /*margin-top: 45px;*/
    }
    #newsbox_calc {
        float: none;
        width: 100%;
        clear: both;
        margin-top: 10px;
    }
    .activities-more-btn {
        position: relative;
        left: 120px;
        top: 82px;
        visibility: hidden;
    }
    .activities-login-btn {
        position: relative;
        left: 120px;
        top: 82px;
        width: 220px;
    }
    .activities-newsbox-inner {
        width: 100%;
    }
    #newsbox .content-container {
        margin-top: 0;
    }
    .launch-calc-btn {
        visibility: hidden;
    }
    .calc-title {
        font-size:13px;
        text-decoration:none;
    }
    .m-hide {
        display: none;
    }
    #loginpagebackground {
        /*background-size: contain;*/
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 480px !important;
    }

    img.article-image {
        display: block;
        padding:8px;
        margin-bottom: 15px;
        margin: auto;
        float:none;
    }

    #takemeback-div {
        width:100%;
        margin-top: 10px;
        overflow: auto;
    }

    .quizbuttonBIG {
        width: 362px !important;
    }


}
@media only screen and (min-device-width: 320px) and (max-device-width: 320px) {
    .ModuleText {
        float: left;
        padding: 10px;
        width: 32%;
    }
    #login-username, #login-password {
        font-size: 14px;
        width: 150px;
    }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 375px) {
    .ModuleText {
        float: left;
        padding: 5px;
        width: 42%;
    }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 414px) {
    .ModuleText {
        float: left;
        padding: 10px;
        width: 47%;
    }
}
