﻿/* USE THIS STYLESHEET TO OVERRIDE STYLES.CSS */

/* USE THIS STYLESHEET TO OVERRIDE STYLES.CSS */

/* this is to make the siteifnity form to display as design mode*/
/* START Telerik.Sitefinity.Resources.Themes.LayoutsBasics.css */
.sf_cols{width:100%;margin:0;padding:0}
.sf_cols:before,.sf_cols:after{content:"";display:table}
.sf_cols:after{clear:both}
.sf_cols{zoom:1}
.sf_colsOut+.sf_colsOut{*margin-left:-1px!important}
.sf_block{display:block}
.sf_1col_1_100{float:none;margin:0}
.sf_2cols_1_25{float:left;width:25%;margin:0}
.sf_2cols_2_75{float:right;width:75%;margin:0}
.sf_2cols_2_75 .sf_2cols_2in_75{margin-left:12px}
.sf_2cols_1_33{float:left;width:33%;margin:0}
.sf_2cols_2_67{float:right;width:67%;margin:0}
.sf_2cols_2_67 .sf_2cols_2in_67{margin-left:12px}
.sf_2cols_1_50{float:left;width:50%;margin:0}
.sf_2cols_2_50{float:right;width:50%;margin:0}
.sf_2cols_2_50 .sf_2cols_2in_50{margin-left:12px}
.sf_2cols_1_67{float:left;width:67%;margin:0}
.sf_2cols_2_33{float:right;width:33%;margin:0}
.sf_2cols_2_33 .sf_2cols_2in_33{margin-left:12px}
.sf_2cols_1_75{float:left;width:75%;margin:0}
.sf_2cols_2_25{float:right;width:25%;margin:0}
.sf_2cols_2_25 .sf_2cols_2in_25{margin-left:12px}
.sf_3cols_1_33{float:left;width:33%;margin:0}
.sf_3cols_2_34{float:left;width:34%;margin:0}
.sf_3cols_3_33{float:left;width:33%;margin:0;_margin-left:-1px!important}
.sf_3cols_2_34 .sf_3cols_2in_34,.sf_3cols_3_33 .sf_3cols_3in_33{margin-left:12px}
.sf_3cols_1_25{float:left;width:25%;margin:0}
.sf_3cols_2_50{float:left;width:50%;margin:0}
.sf_3cols_3_25{float:left;width:25%;margin:0;_margin-left:-1px!important}
.sf_3cols_2_50 .sf_3cols_2in_50,.sf_3cols_3_25 .sf_3cols_3in_25{margin-left:12px}
.sf_4cols_1_25,.sf_4cols_2_25,.sf_4cols_3_25,.sf_4cols_4_25{float:left;width:25%;margin:0}
.sf_4cols_4_25{_margin-left:-1px!important}
.sf_4cols_2_25 .sf_4cols_2in_25,.sf_4cols_3_25 .sf_4cols_3in_25,.sf_4cols_4_25 .sf_4cols_4in_25{margin-left:12px}
.sf_5cols_1_20,.sf_5cols_2_20,.sf_5cols_3_20,.sf_5cols_4_20,.sf_5cols_5_20{float:left;width:20%;margin:0}
.sf_5cols_5_20{_margin-left:-1px!important}
.sf_5cols_2_20 .sf_5cols_2in_20,.sf_5cols_3_20 .sf_5cols_3in_20,.sf_5cols_4_20 .sf_5cols_4in_20,.sf_5cols_5_20 .sf_5cols_5in_20{margin-left:12px}
/* END Telerik.Sitefinity.Resources.Themes.LayoutsBasics.css */

/* Issue - cannot set class property on image tag */
/* Solution - Copy styles from .banner-image */
.banner-wrapper img {
    width: 100%;
    margin-left: 0;
    height: auto;
    position: static;
}

/* New logo replacement */
.header .logo-wrapper h1 {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color:#fff;
  /*padding: 12px;*/
  padding: 8px;
}
.logo-mobile {
        display:none;
    }
.responsive .sticky-active .header .stickyheader .logo-wrapper a {
	height: 40px;
}

.header .logo-wrapper {
    width: 200px;
    top:30px;
}
.header .logo-wrapper h1 a {
    height: 40px;
    padding:0;
    border:none;
    display:block;
    width:100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.header .content-container {
    margin-left:203px;
}

.header .logo-wrapper h1 a img {
    -ms-interpolation-mode: bicubic;
}



@media (max-width: 1020px) {
    .banner-wrapper img {
        width: 1000px;
        max-width: none;
    }
}

@media (max-width: 1020px) {
    .banner-wrapper img {
        width: 1000px;
        max-width: none;
    }
}

@media (max-width: 1040px) {
    /* New logo replacement */
    .header .logo-wrapper {
        width: 145px;
        top: 25px;
    }
    .responsive .header .content-container {
        margin-left: 147px;
    }
    .header .logo-wrapper h1 a {
        height: 28px;
    }
	.responsive .sticky-active .header .stickyheader .logo-wrapper a {
		height: 28px;
	}
}

@media (max-width: 767px) {
    /* New logo replacement */
    .mobile-nav.hidden.activetrail-menu{
       padding-top: 0px; 
    }
    .logo-mobile {
        display:block;
    }
    .logo-desktop {
        display:none;
    }
    .header .logo-wrapper {
        width: 8.8em;
    }
    .header .logo-wrapper h1 {     
      background-color:transparent;   
      padding:0;  
      padding-top: 7px; 
    }
    .responsive .header .banner-wrapper img {
        width: 48em;
        margin-left: -24em;
        left: 50%;
        position: relative;
    }

    .responsive .header .banner-small .banner-wrapper img {
        width: 62.5em;
        margin-left: -31.25em;
        left: 50%;
        position: relative;
    }

    .responsive .landing-page .footer-banner img {
        width: 48em;
        margin-left: -24em;
        left: 50%;
        position: relative;
    }

    .responsive .front .footer-banner img {
        width: 48em;
        margin-left: -24em;
        left: 50%;
        position: relative;
    }



}





/* Issue - Mega Menu has columns with identical CSS */
/*       - Sitefinity generates nav's as multiple LI's , cannot be split*/
/* Solution - Apply styles to first LI descendant */
.top-menu ul.tri-col>li {
    float: left;
    width: 32%;
}

/* Issue - Mockup styles for login/out functionality hard-coded to CSS */
/* Solution - Override styles and use server to show/hide controls*/
.header .navigation .nav-right .logged-in .logged-out-wrapper {
    display: block !important;
}

/* Issue - Login from website not compatible with SSO */
/* Solution - Use iframe */
.overlay-inner iframe {
    width:100%;
}

/* Issue - Explicit styles exist for one/two line navs */
/* Solution - Use table layout for LIs and middle alignment for links */
.main-menu .parent {
    height: 3.5em;
}
.main-menu .parent > a {
    display: table-cell;
    vertical-align: middle;
    padding:0;
    height:auto;
}

/* Issue - Layout breaks in edit mode */
/* Solution - disable any absolute/fixed position elements */
.sfPageEditorWrp .stickyheader  {
    position:relative;
}
.sfPageEditorWrp .footer  {
    position:relative;
}

/* Issue - whitespace around top image in edit mode */
/* Solution - related to dependency on absolute/fixed elements. remove padding */
.sfPageEditorWrp .banner  {
    padding-top:0;
}

/* Issue - Image not appearing fully in edit mode */
/* Solution - Apply clipping to parent element. */
.sfPageEditorWrp .banner-wrapper  {
    overflow:hidden;
}
/* Solution - Remove absolute sizing on mid element.  */
.sfPageEditorWrp .banner-wrapper .image-wrapper  {
    position:static;
    top:auto;
    right:auto;
    bottom:auto;
    left:auto;
}

/* Issue - Some elements are the wrong size in edit mode*/
/* Solution - remove/alter edit table width attribute */
.nav-left .RadDock .rdTable {
    width:auto;
}

/* Issue - Footer Image not editable*/
/* Solution - Remove negative margin */
.sfPageEditorWrp .front .footer-banner {
    margin-top:0;
}

.loadingDiv {
    text-align: center; 
    display:none; 
    margin-bottom: 100px; 
    position:relative;
}

table p {
    margin:0;
}

/* Issue - Fix: The login control is messing the layout in the admin view if no limit was set to the width  */
.header .navigation .nav-right .user-status {
              max-width: 320px;
        }




/*In Blank content template, override sitefinty sf_cols width to make it responsive */
.page-content-Blank .sf_cols {
width:auto;
}


/* Contact us form -----------------------------*/

/*Contact us form validation error*/
.sfError
{
    color:red;
}

.sfErrorWrp .sfTxt {
  border: 1px solid red;
}


.sfFormSubmit input[type="submit"] {
    color: #fff;
  background-color: #3d6b99;
  border: 0;
  text-decoration: none;
  display: inline-block;
  font-weight: 300;
  font-family: "Roboto",sans-serif;
  line-height: 1.71429em;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  padding: 0.3125em 3.125em;
}

.sfFormSubmit input[type="submit"]:hover, .sfFormSubmit input[type="submit"]:focus {
  color: #204666;
  background-color: #ffc000;
}

/* Issue: buttons in sidebar not contained within sidebar*/
.sidebar-menu .button {
    width: 100%;
}

/* Issue: items look out of whack on homepage */
/* Solution: set height on elements */
.news-content h3 {
    height:2em;
}
.news-image {
    width:100%;
    height:171px;
    overflow:hidden;
    background-color:#f9fafb;
}
.event-content h3 {
    height:2em;
}

/* ADDED ICONS */
.icon-rocket-cpd .icon {
    background-image: url("../img/btn_mycpd_blue.png");
}

.icon-rocket-cpd:hover .icon, .icon-rocket-cpd:focus .icon {
    background-image: url("../img/btn_mycpd_yellow.png");
}

.icon-rocket-cpd:active .icon {
    background-image: url("../img/btn_mycpd_grey.png");
}

.icon-rocket-supervisor .icon {
    background-image: url("../img/btn_supervisrs_blue.png");
}

.icon-rocket-supervisor:hover .icon, .icon-rocket-supervisor:focus .icon {
    background-image: url("../img/btn_supervisrs_yellow.png");
}

.icon-rocket-supervisor:active .icon {
    background-image: url("../img/btn_supervisrs_grey.png");
}
.icon-rocket-cpd.icon-small .icon {
    background-size:auto 31px;
}
.icon-rocket-supervisor.icon-small .icon {
    background-size:auto 31px;
}

/* END ADDED ICONS */

/* Issue - pointers appearing at top instead of centre of menu items */
.activetrail-menu .parent > a {
    background-position: 0.3125em 0.625em;
}

/* Issue - blank template has title overlapping with background image */
.full-width .content {
    background-color:#FFFFFF;
}

/* Issue - nav is cut off in wide screen resolutions */
.content {
    min-height:1024px;
}
* html .content {
    height:1024px;
}

/* Issue - listing items have set header height for no apparent reason*/
.news-content h3, .search-content h3, .event-content h3 {
    height:auto;
}

/* Issues - retired icon only show once in advocacy listing*/
.searchcontent-block .block-content .status-retired{
    position:static;
    float: right;
    width: 8%;
}

/*WEB-6623*/
.jp-player-top .small-description{
    font-family:"Roboto",sans-serif;
}

/*WEB-6626*/
.basic-page .field-description .field-content {
    font-family: "Roboto",sans-serif;
}


/*RWR-307*/
.block.image img{      
   padding:0.625em;
}
.block.text {
   padding-left:0.625em;
   padding-right:0.625em;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   line-height: 18px;     /* fallback */
   max-height: 72px;      /* fallback */
   -webkit-line-clamp: 3; /* number of lines to show */
   -webkit-box-orient: vertical;
}
.block.contcontainer {
   background-color:#F2F3F4; 
   height:205px;
   margin-bottom:0px;
}

a.external-link {
    background: url("../img/icon-external-link.png") no-repeat right center;
    width: 9px;
    height: 9px;
    padding: 0 13px 0 0;
}

.icon-myracp a {
    background-image: url("../img/icon-myracp.png");

}
@media (min--moz-device-pixel-ratio: 1.3),
(-o-min-device-pixel-ratio: 2.6 / 2),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    .icon-myracp a {
        background-image: url("../img/icon-myracp@2x.png");
        background-size: 20px 20px
    }
}

.icon-behaviour a {
    background-image: url("../img/icon-behaviour.png");
}
@media (min--moz-device-pixel-ratio: 1.3),
(-o-min-device-pixel-ratio: 2.6 / 2),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    .icon-behaviour a {
        background-image: url("../img/icon-behaviour@2x.png");
        background-size: 21px 19px
    }
}

/* Issue - logged in nav doesn't stand out enough */
#elLoggedInWrapper .menu { 
    min-width: 9.3em;
    border-right: 1px solid #ccc; 
    border-left: 1px solid #ccc; 
    border-top: solid 2px #ffc000;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 5px;
}
#elLoggedInWrapper .menu li { 
    border-bottom: 1px solid #ccc; 
    background: #fff; 
    font-size: 1.125em;
    font-weight: 400;
}

#elLoggedInWrapper span.profile-photo {
    height: 2.125em;
    width: 2.125em;
    
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background-position: center center;
    background-size: cover;
    display: block;   
    float: left; 
    margin-top: 0.75em;
}

#elLoggedInWrapper div.profile-container {
    display: block;   
    float: left; 
    width: 9.3em;
    margin-left: 0.6em;
    margin-top: 0.2em;
}

#elLoggedInWrapper div.profile-container>div {
    width: 7em;
}

#elLoggedInWrapper span.profile-message {
     text-align:center;  
     text-transform:uppercase;
     letter-spacing: 1.1px;   
     font-size: 0.75em;
     font-weight: 200;
     color: #fff;
  
}

#elLoggedInWrapper a.login-info {
    top:25px;
    text-align: center;
    word-wrap: break-word;
    font-size: 0.75em; 
    font-weight: 200;
    padding: 10px 11px;
    min-height: 20px;
    overflow-x: hidden;
    overflow-y: hidden;
    text-transform: uppercase;
    line-height: 1.3em;
    padding: 0.3125em;
    background-repeat: no-repeat;
    color: #fff;
    text-decoration: none
}

.index-layout-2 .index-item {
       padding-right: 26px; }

/*@media (min-width: 769px) {
        .index-layout-2 .index-item.odd {
          clear: none;     width: 30.33333%; float:left;  }
        .index-layout-2 .index-item.even {
          width: 30.33333%; float:left;}
}
*/
@media (min-width: 900px) {
    .index-layout-2 .index-item {
    padding-left: 7px; padding-bottom: 7px;
    padding-right: 7px; width: 31%; float:left} }
@media (max-width: 900px) {
    .index-layout-2 .index-item {
    padding-left: 7px; padding-bottom: 7px;
    padding-right: 7px; width: 45%; float:left} }

@media (max-width: 660px) {
    .index-layout-2 .index-item {
    padding-left: 7px; padding-bottom: 7px;
    padding-right: 7px; width: 73%; float:left} }
@media (max-width: 450px) {
    .index-layout-2 .index-item {
    padding-left: 7px; padding-bottom: 7px;
    padding-right: 7px; width: 100%; float:left} }
.index-layout-2 .index-item-container {
    background-color: #f2f3f4;
    position: relative;
    height: 461px;
    overflow: hidden;
    margin-top: 15px;
}

.index-layout-2 .index-item-container .item-top-holder {
    margin-top: -10px;
    background-color: #204666;
}

.index-layout-2 .index-item-1 h2, .index-layout-2 .index-item-1 .item-sub, .index-layout-2 .index-item-8 h2, .index-layout-2 .index-item-8 .item-sub, .index-layout-2 .index-item-15 h2, .index-layout-2 .index-item-15 .item-sub, .index-layout-2 .index-item-22 h2, .index-layout-2 .index-item-22 .item-sub {
    background-color: #204666;
}

.item-top-holder h2 a {
    color: #ffffff;
    font-size: 19px;
    text-decoration: none;
}

.item-top-holder .index-item-link{
    color:#ffffff;
}
.index-layout-2 .index-item h2, .index-layout-2 .index-item .item-sub {
    margin: 0;
    padding: 0 15px 15px;
    color: white;

}
.index-layout-2 .index-item-1 h2 {
    margin-top: 10px !important;
}


.index-layout-2 .index-item h2 {
    padding-top: 15px !important;
    text-shadow: none !important;
}
.index-layout-2 .index-item h2 {
    text-transform: uppercase;
    padding-right: 50px;
    line-height:21px;
}
.index-layout-2 .index-item .item-description {
    padding: 15px;
    color: #204666;
    margin: 0;
}
.index-layout-2 .index-item .item-description a{
   text-decoration:none;
}
.index-layout-2 .index-item .focuspoint {
    height: 300px;
    width: 100%;
    position: relative;
}
/*.index-item-container .item-img .index-item-link {
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    position: absolute;
}*/

.focuspoint img {
    min-height: 100%;
    min-width: 100%;
    max-height: none;
    max-width: none;
}
.index-layout-2 .index-item .focuspoint img {
    max-width: none;
}

.index-layout-2 .index-item-container .item-bottom-holder {
    background-color: #f2f3f4;
    z-index: 150;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.index-layout-2 .index-item .btn-wrap {
    padding: 0 15px 15px;
    background-color: #f2f3f4;
}

.primary, .index-layout-1 .index-item-1 a.btn, .index-layout-1 .index-item-8 a.btn, .index-layout-3 .index-item-1 a.btn, .index-layout-4 .index-item a.btn, .index-layout-5 .index-item a.btn {
    background-color: #333333;
    border: none;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color:white;
    text-decoration:none;
}

.btn-primary {
    text-transform: uppercase;
}

.index-layout:after {
    clear: both;
}
.index-layout:before, .index-layout:after {
    content: " ";
    display: table;
}

.share-buttons img {
width: 35px;
padding: 5px;
border: 0;
box-shadow: 0;
display: inline;
}
.share-buttons a {
text-decoration:none;
}
.share-buttons a:hover, #share-buttons a:focus {
    color: #fff !important;
}

.share-buttons {
    float: right;
    width: 200px;
    vertical-align:top;
}

.share-buttons a:hover,.share-buttons a:focus{
    background-color:#fff;
}

.podcast-content .podcast-content-inner .links{
    float:left;
}

/*style for bt curriculum*/
span.tab-btn {
    padding: 7px 15px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.1s ease-in-out;
    color: #3d6b99;
}
span.tab-btn-active, span.tab-btn:hover {
    cursor: pointer;
    background-color: #ffc000;
    border-radius: 3px;
}
div.curriculumfilter {
    max-width:750px;
}
select.curriculumfilter {
    width: 460px;
}


/*style for checkbox and radio for input form*/
.text-input.form-item input[type="checkbox"], input[type="radio"] {
	position:absolute; 
	z-index:-1000; 
	left:-1000px; 
	overflow: hidden; 
	clip: rect(0 0 0 0); 
	height:1px; width:1px; 
    margin-right:5px;
    margin-top: 5px;
}
.text-input.form-item input[type="checkbox"] + label, .text-input.form-item input[type="radio"] + label {
	padding-left:30px;
	height:25px; 
	display:inline-block;	
	background-repeat:no-repeat;
	background-position: 0 0;
	vertical-align:middle;
	cursor:pointer;
    background-image:url(../img/checkbox_racp.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.text-input.form-item input[type="checkbox"]:checked + label, .text-input.form-item input[type="radio"]:checked +label {
    background-position: 0 -25px;
}

.form-item {
    margin: 1.25em 0
}
.text-input.form-item .sfTxtLbl {
    font-weight: 400;
    color: #204666;
}
.text-input.form-item .sfTxtLbl {
    font-weight: 400;
    color: #204666;
}
.text-input.form-item .sfFieldWrp label {
    font-weight: 300;
}
.text-input input {
    background-color: #f2f3f4;
    padding: 0.625em;
    color: #204666;
    border: 1px solid #d5d5d5;
    -moz-border-radius: 7px;
    -webkit-margin-after: -5px;   
    border-radius: 7px;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out
}


/*Style for Podcast comments*/
#list-comments{margin-top:30px;}
#post-comment textarea{width:100%;}
#post-comment .form-group{text-align:center;margin:10px;}
.tsc_clear { clear:both; padding:0; margin:0; width:100%; font-size:0px; line-height:0px;}
.tsc_clean_comment { margin-bottom:16px; max-width:530px;font-size:12px; font-family:Calibri, Arial, Helvetica, sans-serif;position: relative;left:100px}
.tsc_clean_comment .avatar_box { float:left; width:8px; left:-104px;position:relative;}
.tsc_clean_comment .avatar { background:#fff; padding:4px; border:1px solid #d8d8d8; margin-top:10px; position:relative;}
.tsc_clean_comment .username { color:#383838; font-weight:bold; clear:left;left:-30px; width:120px;position:relative; text-align:right;}
.tsc_clean_comment .comment_box { float:right; padding-bottom:8px; width:500px; height:auto; background:#fff; border:1px solid #d8d8d8; position:relative;font-size:16px;}
.tsc_clean_comment .comment_box:before { content:''; width:13px; height:13px; background:#fff; border-left:1px solid #d8d8d8; border-bottom:1px solid #d8d8d8; position:absolute; top:24px; left:-8px; transform:rotate(45deg); -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); -o-transform:rotate(45deg);}
.tsc_clean_comment .comment_paragraph { color:#454545; line-height:14px; margin:4px 10px 0 15px;min-height:45px;padding:6px; white-space: pre-line;}
.tsc_clean_comment .comment_paragraph:focus { outline:none;}
.tsc_clean_comment .reply {	font-size:0.85em; color:#b7b7b7; margin-left:23px; text-decoration:none; margin-top:8px; position:relative; padding-bottom:10px;}
.tsc_clean_comment .reply:before {	content:url(../images/bubble.png); width:13px; height:11px; position:relative; left:-7px; top:2px;}
.tsc_clean_comment .date { float:right; font-size:12px; color:#454545; top:30px; position:relative;}
.ownerCommentsAction {position:relative; left:27px;float:left;width:200px;height:20px;}
.hiddenDiv{display:none;}
.hiddenError{display:none;}
.form-actions .btn{background-color: #1a232f; margin-top:10px;}
#ThankYou h3{color:forestgreen; position:relative;left:100px; }
#ThankYouUpdate h3{color:forestgreen; position:relative;left:100px; }
@media (max-width: 650px) {
    .tsc_clean_comment{min-width:280px;left:0px;}
    .tsc_clean_comment .comment_box::before {border:none;height:0px;}
    .tsc_clean_comment .avatar_box {left: 1px;}
    .tsc_clean_comment .comment_box {float:none;min-width:200px;width: auto;}
    .tsc_clean_comment .username {width: 300px;top:-42px;text-align:left;left:0px;}
    #ThankYou h3,  #ThankYouUpdate h3{left: 5px;margin-bottom: 22px;}
}



.container {
  display: flex;
}

.container-box{
    margin-left:-20px;
}


.section {
  flex: 1; /*grow*/
  padding-left:5px;
  padding-top: 5px; 
  margin-left: 10px;
  height:100%; 

 /* margin-right: 20px;*/
}

.section-border{
      border: 1px solid;
      border-color:darkgrey;
      border-radius: 1px;
}


.section-title
{
    font-size:14px; 
    font-weight:bold;
}

.section-button
{
   flex:1;
   /* padding-right:5px; */
   /* margin-top:5px;*/
    /*height:auto;*/
    
}



.top-separator
{
    border-top:solid; 
    border-top-width:thin; 
    margin-right:3px; 
    border-top-color:darkgray;
}

.accordion-button
{
     height:12px; 
    width:12px; 
    float:right;
    margin-top:4px;
}

@media (max-width: 760px) { /*breakpoint*/
  .container {
    flex-direction: column;
  }
}



.button-filter
 {    
    height: 35px; 
    border-radius: 4px; 
    text-align: center;
    color: #fff;
    background-color: #3d6b99;
    /*background-color: rgba(0, 153, 255, 1);*/
    border: 0;
    text-decoration: none;
    /*display: inline-block;*/
    font-weight: 300;
    font-size:14px;
    font-family: "Roboto", sans-serif;
    line-height: 1.71429em;
    transition: all 0.1s ease-in-out;
    padding-top: 8px !important;
    padding-bottom: 25px !important;
    padding-left:30px !important;
    padding-right:30px !important;
}

.button-filter-disabled
{
    color: #fff;
    background-color: lightgray;
    border: 0;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    font-weight: 300;
    font-size:14px;
    font-family: "Roboto", sans-serif;
    line-height: 1.71429em;
    cursor: none;
    color:white;
    transition: all 0.1s ease-in-out;
    padding-top: 8px !important;
    padding-bottom: 8px !important;    
    padding-left:30px !important;
    padding-right:30px !important;
}


.img-formatting
{
    height:137px;
    width:137px;
    margin-right:auto;
    margin-left:auto;
    display:block;
}


.icon-formatting
{
    height:25px;
    width:25px;
    margin-left:20px;
}

.info-text
{
    padding-left: 5px; 
    color: #204666; 
    text-decoration:underline;
}




.test
{
    align-content:center;

}
.explorer-tile
{
    height: 279px; 
    background-color: rgba(153, 204, 255, 0.498039215686275); 
    border-top-left-radius: 10px; 
    border-top-right-radius:10px; 
}

.explorer-tile-title
{
    vertical-align:top; 
    text-align:center; 
    padding-top:10px; 
    font-size:22px; 
    font-weight:bold; 
    color:#4e7ccc;
}


.explorer-tile-disc
{
    vertical-align:bottom; 
    text-align:center; 
    padding-bottom:5px; 
    padding-top:10px; 
    font-size:16px; 
    font-weight:bold;
}

.spacer
{
    height:5px;    
}


.checkBox-allign
{
    font-size:0.8em; 
    padding-left:5px;
}

.checkBoxClicked
{
    background-color: rgba(0, 153, 255, 0.1);
}


.smallFont
{
    font-size:0.6em !important; 
    text-transform:none !important; 
}





.no-wrap
{
    white-space: nowrap;
}

.top-space
{
    margin-top: -5px
}

/*
label {
    font-weight: 400;
    color: #204666;
    padding-left: 10px; 
}*/
.sfTxtLbl
{
	color: #204662;
	padding-top: 10px;
	font-weight: 400;

}


.sfRadioList > label
{
	color: #204666;
	font-weight: 300;
}




div.arrowSwitch {
    height: 40px;
    width: 40px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    content: url('/RACP/App_Themes/RACP/img/arrowWhiteDown.png');
    background: url('/RACP/App_Themes/RACP/img/arrowWhiteDown.png') no-repeat;
    background-size:contain;
} 




.rotate
{
        transform: rotate(180deg);
        transition-duration: 0.5s;
}



    div.arrowSwitch:hover
    {
        cursor:pointer;
        content: url("/RACP/App_Themes/RACP/img/arrowOnHover.png");
        background: url("/RACP/App_Themes/RACP/img/arrowOnHover.png");
        background-size:contain;

    }





    div.arrowSwitchDown
    {
        height: 40px;
        width: 40px;
        margin-right: auto;
        margin-left: auto;
        display: block;    
        content: url('/RACP/App_Themes/RACP/img/arrowWhiteDown.png');
        transform: rotate(180deg);
        transition-duration: 0.5s;
    }



    div.arrowSwitchUp
    {
        height: 40px;
        width: 40px;
        margin-right: auto;
        margin-left: auto;
        display: block;    
        content: url('/RACP/App_Themes/RACP/img/arrowWhiteDown.png');
        transform: rotate(540deg);
        transition-duration: 0.5s;
    }


    .selection
    {
        border-bottom: 1px solid #d5d5d5; 
        padding-bottom:10px; 
        width:100%;
    }

    .selection-title
    {
        font-size:smaller; 
        padding-right:30px;
    }


        .pageBreak
    {
       /* background-color:red;
        padding-top:10px;
        padding-bottom:10px;
        page-break-before: always;*/
    }




    .loader
    {
        border: 10px solid #f3f3f3; /* Light grey */
        border-top: 10px solid #3498db; /* Blue */
        border-radius: 50%;
        width: 60px;
        height: 60px;
        animation: spin 1s linear infinite;        
    }

    @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}




.kgTab
{
    border-style:solid; 
    border-width:thin; 
    border-radius:3px;
    display:inline-block;
}


.curriculum-section
{
    background-color:grey; 
    padding-top:5px; 
    padding-bottom:5px; 
    padding-left:10px; 
    color:white;
    width:80%;
}

.hr-style
{
    margin-left:0px;
    width:80%
}

.accordion-shorter
{
    width:80%;
}

.shorter
{
    width:70%;
}







a.hideDisplay{
  position: relative; /* This makes everything work.*/
  /* Allows you to layer overlapping elements. */
  z-index: 20; 
  color: #000;
  text-decoration: none;
  }


  a.hideDisplay:hover{
  /* Allows you to layer overlapping elements. */
  z-index: 30; 
  cursor: pointer;
  background-color:#ffffff;
  }


a.hideDisplay span.showDisplayOnHover{
 display: none
 }


 /* This will only display itself when the
  * user hovers the mouse over the anchor. */
 a.hideDisplay:hover span.showDisplayOnHover{ 
 display: block;
 position: absolute;
 font-size: 14px;
 
 /* This sets the height of a line of text in the box. */
 line-height: 25px;
 
 /* These position the box where it needs to go. */
 top: 5px; 
 left: 150px; 
 
 /* These adjust the size of the box when it appears. */
 width: 350px;
 padding-left:10px !important;
 padding-right:10px !important;
 padding: 2px;
 
 border: 1px solid #666666;
 background-color: #ffffff;
 line-height:1.1em !important; 
 
 /* text color */
 color: #000000;
 text-align: left;
 }



  span.showBodyOfDisplayOnHover {
  font-size: 12px; 
  font-weight: normal;
  color: #444;
  /*line-height: 10px; */
  line-height:0em !important;

  background-color:#ffffff;
  width:100%;
  }


  span.info-title
  {
      font-weight:bold; 
      text-decoration:underline;
      padding-left:5px;
  }

  span.info-text
  {
      padding-left:5px;
  }


  .button-result
  {
      height:280px; 
      position:relative; 
      width:inherit
  }

  @media screen and (max-width: 760px)
  {      
          .button-result
          {
              height:100px;
              position:relative; 
              width:inherit
          }
  }
