body {
    font-family: 'Open Sans', sans-serif;
    background-color: white;
    text-align: left;
    color: #171813;
    font-size: 18px;
    line-height: 22px;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0
}

fieldset {
    border: none;
}

.hidden {
    display: none;
}

.clearfloat {
    clear: both;
    height: 0px;
    font-size: 0em;
}

legend {
    display: none;
}

.right {
    float: right;
}

.left {
    float: left;
}

img.left,
div.captionImage.left {
    margin: 0px 10px 0px 0px;
}

img.left.list {
    margin-right: 27px;
}

img.right,
div.captionImage.right {
    margin: 0px 0px 0px 10px;
}

h1 {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    color: #e30513;
}

h2 {
    font-size: 26px;
    line-height: 31px;
    font-weight: bold;
}

.CourseModuleItemSection h2 {
    color: #3d3e40;
}

.content .container.header h2 {
    color: white;
    font-size: 22px;
    line-height: 26px;
}

h3 {
    font-size: 22px;
    line-height: 26px;
    color: #e30513;
    margin-bottom: 17px;
}

h4 {
    font-size: 20px;
    line-height: 24px;
    color: #3d3f3e;
    font-weight: bold;
    margin-bottom: 17px;
}

h5 {
    font-size: 16px;
    line-height: 16px;
    color: #e34c15;
    font-weight: bold;
}

table {}

.bodytext table td {
    vertical-align: top;
    padding-bottom: 20px;
    padding-right: 10px;
}

hr {}

p {
    margin-bottom: 17px;
}

p strong {
    color: #3f4b59;
}

.content .container.header p {
    color: white;
}

.captionImage p {}

a {
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

form {
    padding-top: 28px;
}

form div.field {
    margin-bottom: 14px;
    clear: both;
}

form div.field label {
    width: 290px;
    text-align: right;
    margin-right: 8px;
    padding-bottom: 6px;
}

.CourseModuleItemSectionQuiz form div.field label {
    width: 100%;
    text-align: left;
    float: none;
    display: block;
    font-weight: bold;
}

.CourseModuleItemSectionQuiz form div.field ul.optionset {
    margin-left: 0;
}

.CourseModuleItemSectionQuiz form div.field ul.optionset li {
    list-style-type: none;
    margin-bottom: 5px;
}

.CourseModuleItemSectionQuiz form div.field ul.optionset label {
    display: inline;
    font-weight: normal;
}

.CourseModuleItemSectionQuiz form div.field ul.optionset input.radio {
    vertical-align: middle;
}

.CourseModuleItemSectionQuiz form div.Actions {
    text-align: left;
}

form input.text,
form textarea.textarea,
form select.dropdown {
    width: 290px;
    height: 32px;
    border: 1px solid #084586;
    padding-left: 5px;
    padding-right: 5px;
}

.ActionRemindersPage form input.text,
.ActionRemindersPage form textarea.textarea,
.ActionRemindersPage form select.dropdown {
    width: auto;
}

.ActionRemindersPage .tablecontainer {
    overflow-x: auto;
    max-width: 882px;
}

form input.text.numeric {
    width: 100px;
}

form div.Actions {
    text-align: right;
    margin-top: 28px;
}

form#Form_ConfirmForm div.Actions {
    margin-top: 0;
}

form input.action {
    font-family: 'Open Sans', sans-serif;
    background: none;
    color: #e30513;
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold;
    padding: 0px 0px;
    border: none;
    font-size: 30px;
    line-height: 30px;
    margin-right: 30px;
}

form input#Form_ConfirmForm_action_ConfirmFormAction.action {
    color: white;
    font-size: 27px;
    line-height: 27px;
}

form input.action.back {
    float: left;
}

form input.action:hover,
form input#Form_ConfirmForm_action_ConfirmFormAction.action:hover {
    color: #3d3e40;
}

form textarea.textarea {
    height: 122px;
}

span.message {
    display: block;
    padding-top: 30px;
    text-align: center;
}

span.message.required,
span.error.message {
    color: red;
}

.flow-wrapper {
    margin-bottom: 17px;
}


/* Search form */

.search-bar {
    position: relative;
    float: right;
    width: 256px;
    margin-right: 10px;
    margin-top: 10px;
}

.search-bar form {
    padding-top: 10px;
}

.search-bar .field {
    margin: 0;
    padding: 0;
    float: left;
}

.search-bar form input.text {
    width: 176px;
    padding: 5px 15px 5px 15px;
    color: #888;
    margin: 0;
    border: 1px solid #a9a9a9;
    background: #fff;
    height: 20px;
}

.search-bar form input.action {
    /* positions the search button icon over the top of the search input */
    float: right;
    cursor: pointer;
    background: none repeat scroll 0 0 #184f90;
    color: #fcc312;
    padding: 5px 11px 5px 11px;
    text-decoration: none;
    font-size: 14px;
    margin: 0px;
    -webkit-appearance: none;
    font-weight: bold;
}

.search-bar form input.active,
.search-bar form input.action:hover {
    color: #000;
}

.search-bar form input:focus,
.header textarea:focus {
    outline: none;
    /* removes default browser outlining on focus */
}

.search-bar form input.action {
    /* adds color transition when links/inputs on hover */
    -moz-transition: color 0.2s;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

ul#SearchResults li {
    padding-bottom: 20px;
}

ul#SearchResults li p {
    margin-bottom: 0px;
}

ul#SearchResults li a {
    font-weight: bold;
    text-decoration: none;
    color: #144a8a;
}

ul#SearchResults li a:hover {
    text-decoration: underline;
}

ol,
ul {}

ol {
    list-style-type: decimal;
}

ul {
    list-style-type: disc;
}

ol li,
ul li {
    display: list-item;
    list-style-position: outside;
}

ul li {
    list-style-type: disc;
}

ol li {
    list-style-type: decimal;
    margin-left: 17px;
    margin-bottom: 17px;
}

.content ul,
.content ol {
    margin-left: 17px;
    margin-bottom: 22px;
}

.content ul ul li {
    list-style-type: circle;
}

.content ul ul ul li {
    list-style-type: square;
}

em {
    font-style: italic;
}

.column * {
    padding: 0px 10px 0px 0px;
}

.container {
    width: 940px;
    margin: auto;
}

.small {
    font-size: 12px;
    line-height: 12px;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


/* Carousel */

.carouselcontainer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 776px;
    z-index: 10;
}

.carousel {
    width: 100%;
    height: 776px;
}

.carouselitem {
    width: 100%;
    height: 776px;
    background-position: center center;
    background-repeat: no-repeat;
}

.HomePage .carouselcontainer,
.HomePage .carousel,
HomePage .carouselitem {
    height: 900px;
}

.carousel .carouselitem .prevbutton {
    float: left;
    width: 38px;
    height: 38px;
    background: url('../images/slideleft.png') no-repeat 0px 0px;
    margin-top: 0px;
    margin-left: 12px;
}

.carousel .carouselitem .nextbutton {
    float: right;
    width: 38px;
    height: 38px;
    background: url('../images/slideright.png') no-repeat 0px 0px;
    margin-top: 0px;
    margin-right: 12px;
}

.carousel .carouselitem .prevbutton:hover,
.carousel .carouselitem .nextbutton:hover {
    background-position: -38px 0px;
}

.carouselitem .smallerimage {
    display: none;
}

.carouselcontainer .carouseltext {
    position: absolute;
    top: 237px;
    left: 0px;
    width: 100%;
}

.carouselcontainer .container {
    width: 921px;
}

.carouselcontainer h1 {
    color: white;
    width: 550px;
    font-size: 36px;
    line-height: 44px;
    display: inline-block;
    /*
    text-shadow: 1px 1px 8px black;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
*/
}

.carouselcontainer h1.dark {
    color: #144a8a;
    /*
    text-shadow: 1px 1px 8px #b2b2b2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#b2b2b2')";
*/
}

.carouselcontainer p {
    width: 408px;
    display: block;
    color: #2daae1;
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
    /*
    text-shadow: 1px 1px 8px black;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
*/
    margin-top: 8px;
}

.carouselcontainer p.dark {
    /*
	text-shadow: 1px 1px 8px #b2b2b2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#b2b2b2')";
*/
    color: #3f4b59;
}


/* Header */

.header {
    position: relative;
    z-index: 30;
}

.header .container {
    position: relative;
    background-color: white;
    padding-top: 7px;
    padding-bottom: 10px;
}

.header .logo {
    background: url('../images/logo2.gif') no-repeat 0px 0px;
    width: 207px;
    height: 69px;
    display: block;
    margin: 13px 24px 13px 0;
    float: right;
}

.header .tagline {
    background: url('../images/amplify-rare-logo.png') no-repeat 0px 0px;
    width: 184px;
    height: 69px;
    display: block;
    margin: 13px 0 13px 24px;
}

.header .main-nav {
    width: 100%;
    background-color: #ee1100;
    margin: 8px 0 0px 0;
}

.header .main-nav a#pull {
    display: none;
}

.header .main-nav ul {
    text-align: center;
    margin: 0px;
}

.header .main-nav ul li {
    display: inline-block;
    list-style-type: none;
    position: relative;
}

.header .main-nav ul li a {
    font-size: 15px;
    line-height: 15px;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    display: block;
    padding: 13px 13px 12px;
    font-weight: bold;
}

.header .main-nav ul li.first a {
    padding-left: 0px;
}

.header .main-nav ul li.last a {
    padding-right: 0px;
}

.header .main-nav ul li a:hover,
.header .main-nav ul li.current a {
    color: #dddddd;
}

.header .main-nav ul li ul.subnav {
    display: none;
    position: absolute;
    top: 40px;
    left: 0px;
    background-color: #e30513;
    width: auto;
    text-align: left;
    padding-top: 4px;
}

.header .main-nav ul li:hover ul.subnav {
    display: block;
    width: auto;
}

.header .main-nav ul li ul.subnav li a {
    white-space: nowrap;
    color: white;
}

.header .main-nav ul li ul.subnav li a:hover {
    color: #fab818;
}


/* Content */

.content {
    position: relative;
    z-index: 35;
    margin-top: 20px;
}

.CourseModuleItemSectionInteractive .content {
    margin-top: 0;
}

.HomePage .tiles {
    margin-top: 444px;
}

.content.smallmargin {
    margin-top: 20px;
}

.content .container {
    background-color: white;
    padding: 10px 0px 10px 0px;
    overflow: none;
    /* FIXES PROBLEM WITH MOUSE ON DRAG AND DROP */
}

.content .container.header {
    background-color: #898989;
    margin-bottom: 3px;
}

.TileCourse .content .container.red,
.CourseModulePage .content .container.red {
    background-color: #ce2127;
}

.TileCourse .content .container.red h2,
.CourseModulePage .content .container.red h2 {
    color: white;
}

.TileCourse .content .container.red h3,
.CourseModulePage .content .container.red h3 {
    color: white;
    font-weight: bold;
    margin-bottom: 0;
}

.CourseModulePage .content .container.red h5 {
    color: #adadad;
    margin-bottom: 10px;
}

.bodytext {
    padding: 0px 29px 0px 29px;
    position: relative;
    z-index: 50;
}

body.TileCourse .bodytext,
body.CourseModulePage .bodytext {
    padding: 0px 11px 0px 11px;
}

.bodytext .prevpage,
.bodytext .nextpage,
.bodytext .buttonresponse {
    color: #e30513;
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold;
    padding: 0px 0px;
    text-decoration: none;
    font-size: 24px;
    line-height: 24px;
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
}

.bodytext .nextpage {
    float: right;
}

.bodytext .buttonresponse:before {
    left: -5px;
    top: 4px;
    content: url('../images/grey.png');
    position: relative;
}

.bodytext .buttonresponse.selected:before,
.bodytext .buttonresponse:hover:before {
    content: url('../images/green.png');
}

.bodytext .buttonresponse {
    float: none;
    cursor: pointer;
}

.bodytext .prevpage:hover,
.bodytext .nextpage:hover,
.bodytext .buttonresponse:hover {
    color: #3d3e40;
}


/* Footer */

.footer {
    position: relative;
    z-index: 20;
    background-color: #dcddde;
    color: #70706f;
    padding: 9px 0px 29px 0px;
    font-size: 14px;
    line-height: 14px;
}

.footer .container .right {
    padding-left: 15px;
}

.footer .container .right ul {
    list-style-type: none;
    list-style-position: inside;
    float: right;
    display: block;
}

.footer .container .right ul li {
    float: left;
    list-style-type: none;
}

.footer .container .right ul li a {
    text-decoration: none;
    color: #70706f;
    font-size: 14px;
    margin-right: 17px;
    padding-right: 16px;
    border-right: 1px solid #70706f;
}

.footer .container .right ul li a:hover,
.footer .container .right ul li.current a,
.footer .container .right ul li.section a {
    text-decoration: underline;
}

.footer .container .right ul li a.Last {
    border-right: none;
    margin-right: 0px;
}


/* Homepage */

.tiles {
    position: relative;
    z-index: 20;
}

body.CourseModulePage .tiles {
    margin-top: 10px;
}

.tiles .container {
    padding-left: 10px;
    padding-top: 10px;
    width: 930px;
}

.CourseModuleItemSectionInteractive .tiles .container {
    background: white;
}

.tiles .tile {
    position: relative;
    width: 260px;
    height: 252px;
    border: 10px solid transparent;
    float: left;
    color: white;
    padding: 24px 20px 24px 20px;
    text-decoration: none;
    display: block;
    margin-left: -10px;
    margin-top: -10px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.tiles .tile:hover p.readmore,
.TileCourse .tiles .tile.item3:hover p.readmore,
.TileCourse .tiles .tile.item5:hover .readmore {
    color: #b2b2b2;
}


/*
.tiles .tile.Blue {
    background-color: #134a8a;
}

.tiles .tile.Yellow {
    background-color: #fcc312;
}

.tiles .tile.Orange {
    background-color: #ee7d21;
}

.tiles .tile.Burgundy {
    background-color: #923222;
}

.tiles .tile.Grey {
    background-color: #888888;
}

.tiles .tile.Brown {
    background-color: #553a25;
}
*/

.tiles .tile.Grey {
    background-image: url('../images/blank-grey.jpg');
}

.tiles .tile.loadmore.Center .tiletextholder {
    height: 60px;
}

.tiles .tile.Center .tiletextholder {
    display: table;
    width: 260px;
    height: 252px;
}

.tiles .tile .tiletext {
    font-size: 14px;
    line-height: 17px;
}

.tiles .tile .tiletext.White,
.tiles .tile .tiletext.White a,
.tiles .tile p.readmore.White {
    color: white;
}

.tiles .tile .tiletext.Blue,
.tiles .tile .tiletext.Blue a,
.tiles .tile p.readmore.Blue {
    color: #144b8b;
}

.tiles .tile .tiletext.Grey,
.tiles .tile .tiletext.Grey a,
.tiles .tile p.readmore.Grey {
    color: #3e3a3b;
}

.tiles .tile .tiletext.Burgundy,
.tiles .tile .tiletext.Burgundy a,
.tiles .tile p.readmore.Burgundy {
    color: #ee1100;
}

.tiles .tile .tiletext.Yellow,
.tiles .tile .tiletext.Yellow a,
.tiles .tile p.readmore.Yellow {
    color: #ffd630;
}

.tiles .tile:hover p.readmore {
    opacity: 0.5;
}

.tiles .tile.Center .tiletext {
    display: table-cell;
    vertical-align: middle;
}

.tiles .tile p {
    margin-top: 17px;
    margin-bottom: 0px;
}

.tiles .tile p.readmore {
    position: absolute;
    bottom: 10px;
    font-style: italic;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
}

.tiles .tile .disabled {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url('../images/shaded.png') repeat 0px 0px;
}

.tiles a.tile .disabled {
    display: none;
}


/* Special Tiles */

.tiles .tile .tipcontainer,
.tiles .tile .quotecontainer {
    border: 2px solid white;
    border-radius: 17px;
    display: block;
    margin-top: 15px;
    padding: 0 8px 8px 8px;
    background-color: #d8d8d8;
    color: #666666;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    font-weight: bold;
}

.tiles .tile .tipcontainer p,
.tiles .tile .quotecontainer p {
    margin-top: 11px;
}

.tiles .tile .speechbottom {
    display: block;
    background: url('../images/speech_bottom.png') no-repeat 0px 0px;
    width: 61px;
    height: 41px;
    float: right;
    margin-right: 90px;
    margin-top: -2px;
}

.tiles .tile.podcast {
    background-image: url('../images/podcastback.gif');
    position: relative;
}

.tiles .tile.podcast:hover {
    background-position: -300px 0px;
}

.tiles .tile.podcast h2 {
    position: absolute;
    top: 27px;
    left: 0px;
    text-align: center;
    color: #fbc311;
    font-size: 26px;
    line-height: 26px;
    font-weight: bold;
    width: 90%;
    padding: 0 5%;
}

.tiles .tile.podcast p {
    position: absolute;
    bottom: 16px;
    left: 0px;
    text-align: center;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    width: 96%;
    padding: 0 2% 0 2%;
}

.tiles .tile.team {
    position: relative;
    padding: 0px;
    width: 300px;
    height: 300px;
}

.tiles .tile.team h2 {
    font-size: 18px;
    color: white;
    position: absolute;
    top: 11px;
    left: 20px;
}

.tiles .tile.team img {
    position: absolute;
    top: 0px;
    left: 0px;
}

.tiles .tile.team.blue {
    background-color: #134a89;
}

.tiles .tile.team.yellow {
    background-color: #fbc311;
}

.tiles .tile.team.yellow h2 {
    color: #144a8a;
}

.tiles .tile.team.grey {
    background-color: #3f4c59;
}

.tiles .tile.team h2 {
    font-size: 18px;
}

.tiles .tile.duration {
    background-image: url('../images/tile-duration.jpg');
}

.tiles .tile.progress,
.tiles .tile.BackToModules {
    position: relative;
    padding: 0px;
    width: 300px;
    height: 300px;
    background-image: url('../images/Red-Tile.png');
    border-color: transparent;
}

.tiles .tile.progress {
    background-image: url('../images/Grey-Tile.png');
}

.tiles .tile.tip {
    background-image: url('../images/Grey-Tile.png');
}

.tiles .tile.progress img,
.tiles .tile.BackToModules img {
    top: 0px;
    left: 0px;
    position: absolute;
}

.tiles .tile.progress .tiletextholder,
.tiles .tile.BackToModules .tiletextholder {
    top: 24px;
    left: 0px;
    position: absolute;
    padding: 0px 20px;
    box-sizing: border-box;
    width: 100%;
}

.xtiles .tile.BackToModules {
    background-color: #cd2027;
}

.tiles .tile.BackToModules p.readmore {
    padding-left: 20px;
}

.pbcontainer {
    display: table;
    width: 100%;
    margin-top: 70px;
}

.pbcontainer .pbblocks {
    display: table-row;
}

.pbcontainer .pbblocks .pb {
    display: table-cell;
    text-align: center;
    background-color: #858585;
    border: 1px solid #595959;
    height: 30px;
    vertical-align: middle;
    font-weight: bold;
}

.pbcontainer .pbblocks .pb.complete {
    background-color: #bf091e;
}


/* Course Module Page */

.tiles .tile.item1 {
    background-image: url('../images/tile-background.png');
}

.ResourcesPage .tiles .tile.item1 {
    background-image: url('../images/tile-back.png');
}

.tiles .tile.item2,
.TileCourse .tiles .tile.item1 {
    background-image: url('../images/tile-part1.png');
}

.tiles .tile.item3,
.TileCourse .tiles .tile.item2 {
    background-image: url('../images/tile-part2.png');
}

.TileCourse .tiles .tile.item3 .readmore,
.TileCourse .tiles .tile.item5 .readmore {
    color: white;
}

.tiles .tile.item4,
.TileCourse .tiles .tile.item3 {
    background-image: url('../images/tile-part3.png');
}

.tiles .tile.item5,
.TileCourse .tiles .tile.item4 {
    background-image: url('../images/tile-part4.png');
}

.tiles .tile.item6,
.TileCourse .tiles .tile.item5 {
    background-image: url('../images/tile-part5.png');
}

.TileCourse .tiles .tile.item6 {
    background-image: url('../images/tile-part6.png');
}

.tiles .tile.item7 {
    background-image: url('../images/tile-background.png');
}

.TileCourse .tiles .tile.item7 {
    background-image: url('../images/tile-part7.png');
}

.tiles .tile.item8 {
    background-image: url('../images/blank-lgrey.jpg');
}

.TileCourse .tiles .tile.item8 {
    background-image: url('../images/tile-part8.png');
}

.TileCourse .tiles .tile.item9 {
    background-image: url('../images/tile-part9.png');
}

.tiles .tile.progress p.readmore {
    bottom: 15px;
    right: 16px;
}

blockquote p {
    display: inline-block;
}

blockquote p a {
    position: relative;
    width: 240px;
    height: 200px;
    border: 10px solid white;
    float: left;
    color: #ffd630;
    padding: 24px 20px 24px 20px;
    text-decoration: none;
    display: block;
    margin-left: -10px;
    margin-top: -10px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-color: #e30513;
    text-align: left;
    font-size: 30px;
    line-height: 30px;
    background-image: url('../images/downloadtile.jpg');
    background-position: 0 0;
}

blockquote p a:hover {
    color: white;
}


/* Customise My Page */

.showhide {
    width: 288px;
    min-height: 290px;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}

.showhide h3 {
    color: #e34c15;
    text-align: center;
    font-weight: bold;
    font-size: 29px;
}

.showhide ul {
    margin: 0px;
    min-height: 542px;
    background-color: #afb0b4;
    padding-top: 7px;
}

.showhide .tileitem {
    list-style-type: none;
    width: 254px;
    margin: 0px;
    margin-top: -7px;
    padding: 10px;
    text-align: left;
    border: 7px solid #e34c15;
    background: #ef7e20;
    color: white;
    line-height: 30px;
}

.showhide .tileitem .actionbutton {
    float: right;
    display: block;
    background: #b2b2b2;
    text-align: center;
    text-decoration: none;
    color: black;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    padding: 5px;
    cursor: pointer;
}

#UpdatedMessage {
    text-align: right;
    margin-right: 8px;
}

#button {
    text-decoration: none;
    float: right;
    background: none;
    color: #e30513;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    margin-right: 8px;
    font-style: italic;
    padding: 0px 0px;
    font-size: 30px;
    line-height: 30px;
}

#button:hover {
    color: #3D3E40;
}


/* Coloured Buttons */

form td div.field {
    margin-bottom: 0px;
}

td.light {
    vertical-align: middle;
}

td.light div {
    background-position: left top;
    background-repeat: no-repeat;
    display: block;
    width: 25px;
    height: 25px;
}

td.light.Red div {
    background-image: url('../images/red.png');
}

td.light.Amber div {
    background-image: url('../images/orange.png');
}

td.light.Green div {
    background-image: url('../images/green.png');
}

td.light.Grey div {
    background-image: url('../images/grey.png');
}


/* Interactive Activity */

.tiles .dropzones,
.tiles .dragzones,
.tiles .progress,
.tiles .BackToModules {
    position: relative;
    width: 299px;
    border: 10px solid white;
    float: left;
    color: white;
    padding: 0px;
    text-decoration: none;
    display: block;
    margin-left: -10px;
    margin-top: -10px;
}

.tiles h3 {
    color: white;
    text-align: left;
    width: 100%;
    font-weight: bold;
}

.tiles .progress h3,
.tiles .dropzones h3,
.tiles .dragzones h3 {
    color: #e30513;
}

.tiles .progress .statement {
    text-align: center;
    color: #d1d0ce;
    font-style: italic;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 32px;
    font-weight: bold;
    margin-top: 89px;
}

.tiles .progress .statement a {
    color: #e30513;
    text-decoration: none;
    cursor: pointer;
}

.tiles .progress .statement a:hover {
    color: #b2b2b2;
}

.snippet {
    position: relative;
    list-style-type: none;
    padding: 10px;
    border: none;
    background: #d1cfd0;
    color: #707070;
    margin-bottom: 12px;
    cursor: pointer;
}

.snippet .number,
.dropzones ul li .number {
    position: absolute;
    bottom: 0px;
    right: 0px;
    color: #e34c15;
    font-size: 20px;
    line-height: 17px;
    font-weight: bold;
}

.dropzones ul li .number {
    color: white;
}

.dropzones ul li {
    position: relative;
    list-style-type: none;
    padding: 10px;
    border: none;
    background: #e34c15;
    color: white;
    margin-bottom: 4px;
}

.dropicon {
    width: 299px;
    height: 300px;
    background-color: #e34c13;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
}

.dropicon h2 {
    padding: 37px;
    color: white;
    font-size: 18px;
}


/* Sitemap */


/* Video */

.videoWrapper {
    position: relative;
    padding-bottom: 54.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin-bottom: 14px;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Cookie */

#cookieoverlaycontent {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 40px;
    background-color: #ebe9e9;
    z-index: 5000;
}

#cookieoverlaycontent p {
    margin: 10px 0px 0px 10px;
    font-size: 12px;
    line-height: 14px;
    color: black;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    padding-bottom: 10px;
}

#cookieoverlaycontent a {
    color: black;
}

#cookieoverlaycontent button {
    font-family: 'Open Sans', sans-serif;
    color: black;
    padding: 4px 11px 6px 11px;
    background: right center white;
    font-weight: normal;
    border: 1px dotted #b2b2b2;
    font-size: 12px;
    line-height: 14px;
    margin-top: 0px;
    display: inline-block;
    float: right;
    margin: 7px 30px 0px 0px;
}

.footer.extraspace {
    margin-bottom: 40px;
}


/* Animations */

.flow-wrapper {
    line-height: normal;
}

.CourseModuleItemSectionInteractive .pp_inline {
    padding: 30px 30px 0px 30px;
}

.CourseModuleItemSectionInteractive .pp_inline h2 {
    color: #e34c15;
    font-weight: bold;
    margin-bottom: 59px;
}

.CourseModuleItemSectionInteractive .pp_inline p,
.CourseModuleItemSectionInteractive .pp_inline li {
    color: #3d3d3d;
}

.CourseModuleItemSectionInteractive .pp_inline li {
    list-style-position: inside;
    margin-left: 0;
}

#Form_ConfirmForm {
    background-color: #da5283;
    border: none;
    margin-bottom: 11px;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 11px;
    float: right;
    margin-top: 10px;
}

#Form_ConfirmForm fieldset {
    width: 75%;
    float: left;
}

#Form_ConfirmForm .checkbox {
    float: none;
}

#Form_ConfirmForm .checkbox input {
    float: left;
    width: 2%;
    margin-right: 2.5%;
    margin-left: 2.5%;
    margin-top: 14px;
}

#Form_ConfirmForm label {
    float: left;
    width: 93%;
    font-size: 20px;
    line-height: 23px;
    font-weight: normal;
    text-align: left;
    margin-right: 0px;
    color: white;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
}

#Form_ConfirmForm label small {
    font-style: italic;
    text-transform: none;
}

#Form_ConfirmForm .Actions {
    float: right;
    width: 25%;
    padding-top: 9px;
}


/* Assessment */

#Form_DataEntryForm div.field,
#Form_EvaluationForm div.field,
.EvaluationPage div.field {
    margin-bottom: 9px;
    clear: both;
    display: table;
}

#Form_DataEntryForm div.field {
    width: 100%;
}

form#Form_DataEntryForm textarea.textarea {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 5px;
}

#Form_DataEntryForm label,
#Form_EvaluationForm label,
.EvaluationPage label {
    display: table-cell;
    vertical-align: middle;
    background-color: #9a72b0;
    color: white;
    width: 264px;
    height: 112px;
    overflow: hidden;
    border-bottom: 11px solid white;
    text-align: left;
    padding: 0px 13px 0px 13px;
    background-position: bottom right;
    background-repeat: no-repeat;
    border-right: 8px solid white;
    box-sizing: border-box;
}

#Form_DataEntryForm label.left,
#Form_EvaluationForm label.left,
.EvaluationPage label.left {
    float: none;
}


/*
#Form_DataEntryForm .item1 label, #Form_EvaluationForm .item1 label {
    background-image: url('../images/item1.png');
}

#Form_DataEntryForm .item2 label, #Form_EvaluationForm .item2 label {
    background-image: url('../images/item2.png');
}

#Form_DataEntryForm .item3 label, #Form_EvaluationForm .item3 label {
    background-image: url('../images/item3.png');
}

#Form_DataEntryForm .item4 label {
    background-image: url('../images/item4.png');
}

#Form_DataEntryForm .item5 label {
    background-image: url('../images/item5.png');
}

#Form_DataEntryForm .item6 label {
    background-image: url('../images/item6.png');
}

#Form_DataEntryForm .item7 label {
    background-image: url('../images/item7.png');
}

#Form_DataEntryForm .item8 label {
    background-image: url('../images/item8.png');
}

#Form_DataEntryForm .item9 label {
    background-image: url('../images/item9.png');
}

#Form_DataEntryForm .item10 label {
    background-image: url('../images/item10.png');
}
*/

#Form_DataEntryForm .middleColumn,
#Form_EvaluationForm .middleColumn,
.EvaluationPage .middleColumn {
    width: 290px;
    height: 111px;
    float: left;
    background-color: #d1cfd0;
    text-align: center;
}

#Form_DataEntryForm .middleColumn {
    height: 200px;
    width: 97%;
}

#Form_DataEntryForm .middleColumn select,
#Form_EvaluationForm .middleColumn select,
.EvaluationPage .middleColumn select {
    margin-top: 42px;
}

#Form_EvaluationForm .middleColumn textarea,
.EvaluationPage .middleColumn textarea {
    height: 109px;
    width: 279px;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
}

#Form_DataEntryForm select.dropdown,
#Form_EvaluationForm select.dropdown,
.EvaluationPage select.dropdown {
    width: 251px;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
}

.datagroupcontainer.multiple {
    display: table;
    width: 100%;
}

.datagroupcontainer.multiple .datagroup {
    display: table-row;
}

#Form_DataEntryForm .datagroupcontainer.multiple .datagroup div.field.text {
    display: table-cell;
    width: auto;
}

#Form_DataEntryForm .datagroupcontainer.multiple .datagroup div.field.text label {
    height: auto;
    width: 100%;
    display: block;
    box-sizing: border-box;
}

#Form_DataEntryForm .datagroupcontainer.multiple .datagroup div.field.text .middleColumn {
    height: auto;
    width: 100%;
    background: none;
    box-sizing: border-box;
    padding-right: 8px;
}

form#Form_DataEntryForm .datagroupcontainer.multiple .datagroup div.field.text .middleColumn input.text {
    width: 100%;
    box-sizing: border-box;
}

#Form_DataEntryForm h1 {
    margin-top: 20px;
}

.redlink {
    color: #e30513;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-style: italic;
    font-weight: bold;
    line-height: 30px;
    margin-right: 30px;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
    text-align: right;
    text-decoration: none;
    display: block;
    margin-top: 56px;
}

.redlink:hover {
    color: #3d3e40;
}


/* Assessment */

#Form_AssessmentForm div.field,
#Form_EvaluationForm div.field {
    margin-bottom: 9px;
    clear: both;
    display: table;
    width: 100%;
}

#Form_AssessmentForm label,
#Form_EvaluationForm label {
    display: table-cell;
    vertical-align: middle;
    background-color: #9a72b0;
    color: white;
    width: 50%;
    height: 122px;
    overflow: hidden;
    border-bottom: 11px solid white;
    text-align: left;
    padding: 0px 13px 0px 13px;
    background-position: bottom right;
    background-repeat: no-repeat;
    border-right: 8px solid white;
}

#Form_AssessmentForm .col1 label,
#Form_EvaluationForm .col1 label {
    background: #9a72b0;
}

#Form_AssessmentForm .col2 label,
#Form_EvaluationForm .col2 label {
    background: #51b1bf;
}

#Form_AssessmentForm .col3 label,
#Form_EvaluationForm .col3 label {
    background: #d85284;
}

#Form_AssessmentForm .col4 label,
#Form_EvaluationForm .col4 label {
    background: #aab437;
}

#Form_AssessmentForm .col5 label,
#Form_EvaluationForm .col5 label {
    background: #dcddde;
    color: black;
}

#Form_DuckForm {
    margin-bottom: 30px;
}

#Form_DuckForm label {
    color: #522e92;
    text-transform: uppercase;
    font-weight: bold;
}

#Form_AssessmentForm label.left,
#Form_EvaluationForm label.left,
#Form_DuckForm label.left {
    float: none;
}

#Form_AssessmentForm .item1 label,
#Form_EvaluationForm .item1 label {
    background-image: url('../images/item1.png');
}

#Form_AssessmentForm .item2 label,
#Form_EvaluationForm .item2 label {
    background-image: url('../images/item2.png');
}

#Form_AssessmentForm .item3 label,
#Form_EvaluationForm .item3 label {
    background-image: url('../images/item3.png');
}

#Form_AssessmentForm .item4 label,
#Form_EvaluationForm .item4 label {
    background-image: url('../images/item4.png');
}

#Form_AssessmentForm .item5 label {
    background-image: url('../images/item5.png');
}

#Form_AssessmentForm .item6 label {
    background-image: url('../images/item6.png');
}

#Form_AssessmentForm .item7 label {
    background-image: url('../images/item7.png');
}

#Form_AssessmentForm .item8 label {
    background-image: url('../images/item8.png');
}

#Form_AssessmentForm .item9 label {
    background-image: url('../images/item9.png');
}

#Form_AssessmentForm .item10 label {
    background-image: url('../images/item10.png');
}

#Form_AssessmentForm .middleColumn,
#Form_EvaluationForm .middleColumn {
    width: 100%;
    height: 111px;
    float: left;
    background-color: #898989;
    text-align: center;
}

#Form_DuckForm .middleColumn {
    float: none;
}

#Form_DuckForm #PostDate .middleColumn {
    padding: 39px 35%;
    background: #a6ce43;
}

#Form_AssessmentForm .middleColumn select,
#Form_EvaluationForm .middleColumn select {
    margin-top: 42px;
}

#Form_EvaluationForm .middleColumn textarea {
    height: 90px;
    width: 95%;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    margin-top: 10px;
    box-sizing: border-box;
}

#Form_DuckForm .middleColumn textarea,
form#Form_DuckForm input.text {
    width: 99%;
}

form#Form_DuckForm #PostDate input.text {
    text-align: center;
}

#Form_AssessmentForm select.dropdown,
#Form_EvaluationForm select.dropdown {
    width: 90%;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    color: #522e92;
}

#Remember,
div#Privacy {
    text-align: left;
    max-width: 320px;
}

#Remember input,
div#Privacy input {
    float: right;
    margin-top: 5px;
}

#MemberLoginForm_LoginForm_Remember_Holder,
#Form_Form_Privacy_Holder {
    width: 320px;
    margin: auto;
}

#Form_Form ul.optionset {
    overflow: hidden;
}

#Form_Form ul.optionset input[type="radio"] {
    vertical-align: top;
    margin-top: 5px;
}

.backimage {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: right top no-repeat;
    z-index: -1;
    background-size: 100% auto;
}

.backimage span {
    display: none;
}

.backimagecontained {
    width: 90%;
    height: 90%;
    background: right top no-repeat;
    background-size: cover;
    padding: 5%;
}

.whiteback {
    max-width: 66%;
    background: rgba(255, 255, 255, 0.8);
    padding: 2%;
}

.notebookitems {
    overflow: hidden;
}

.notebookitems h5 {
    color: black;
    margin: 10px 0 5px;
}

.notebookitems textarea {
    width: 98%;
    border: 1px solid #666666;
    padding: 0.5%;
}

.notebookitems textarea:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.notebookitems .notebooksave {
    color: #e30513;
    border: 1px solid #e30513;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 5px 10px;
    font-weight: bold;
}

.notebookitems .notebooksave:hover {
    color: #3d3e40;
    border-color: #3d3e40;
}

#nboverlaycontainer {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 50;
    top: 0;
    left: 0;
}

#nboverlaycontainer #nboverlay {
    position: absolute;
    top: 5%;
    left: 20%;
    bottom: 5%;
    right: 20%;
    background: white;
    overflow-y: auto;
    padding: 1%;
}

#nboverlaycontainer #nboverlay #nbclose {
    position: fixed;
    top: 15px;
    right: 15px;
    font-size: 20px;
    line-height: 14px;
    cursor: pointer;
    padding: 10px;
    background: white;
    color: black;
    border-radius: 50%;
}

#nboverlaycontainer #nboverlay #nbclose:hover {
    background: black;
    color: white;
}

#nboverlaycontainer #nboverlay #nbcontent h1 {
    margin-bottom: 17px;
}

#nboverlaycontainer #nboverlay #nbcontent h3 {
    color: #3d3e40;
    margin-bottom: 0;
    font-size: 20px;
}

#nboverlaycontainer #nboverlay #nbcontent h5 {
    margin-top: 17px;
    margin-bottom: 17px;
}

.breadcrumb {
    font-size: 12px;
    margin-bottom: 15px;
    color: #898989;
}

.breadcrumb a {
    color: #898989;
    text-decoration: none;
    font-weight: bold;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.clickandreveal {
    width: 100%;
    margin: auto;
}

.clickandreveal .carrow {
    width: auto;
}

.clickandreveal .carrow:nth-child(odd) {
    margin-left: 14%;
}

.clickandreveal .carrow:nth-child(even) {
    margin-right: 14%;
}

.clickandreveal .car {
    display: inline-block;
    position: relative;
    width: 33.3333%;
    padding: 33.3333% 0 0;
    background: #9a72b0;
    background-size: cover;
    /* clip-path: polygon(50% 0%, 0% 25%, 0% 75%, 50% 100%, 100% 75%, 100% 25%);*/
    cursor: pointer;
    margin: 0;
    box-sizing: border-box;
    border-left: 5px solid white;
    border-right: 5px solid white;
}

.clickandreveal .car.car1 {
    background: #9a72b0;
}

.clickandreveal .car.car2 {
    background: #51b1bf;
}

.clickandreveal .car.car3 {
    background: #d85284;
}

.clickandreveal .car.car4 {
    background: #aab437;
}

.clickandreveal .car.car0 {
    background: #dcddde;
}

#nboverlaycontainer #nboverlay #nbcontent .cartitle.car1 h1 {
    color: #9a72b0;
}

#nboverlaycontainer #nboverlay #nbcontent .cartitle.car2 h1 {
    color: #51b1bf;
}

#nboverlaycontainer #nboverlay #nbcontent .cartitle.car3 h1 {
    color: #d85284;
}

#nboverlaycontainer #nboverlay #nbcontent .cartitle.car4 h1 {
    color: #aab437;
}

#nboverlaycontainer #nboverlay #nbcontent .cartitle.car0 h1 {
    color: #dcddde;
}

.clickandreveal .car.carl {
    margin-left: 20%;
}

.clickandreveal .car.open {
    position: fixed;
    z-index: 500;
    width: 100%;
    margin: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    clip-path: none;
}

.clickandreveal .car .caraspect {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.clickandreveal .car .caraspect span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-weight: bold;
    color: white;
}

#sortarea {
    position: relative;
}

#sortable {
    width: 100%;
    max-width: 230px;
    margin: auto;
    overflow: auto;
    padding-bottom: 30px;
}

#sortable li {
    list-style-type: none;
    background: #9a72b0;
    padding: 15px;
    margin: 5px 0;
    min-height: 22px;
    color: white;
    text-align: center;
}

#sortable .ui-state-highlight {
    height: 22px;
    background: #dcddde;
    border: none;
}

.carbody ul {
    margin-left: 20px;
}

.adverse {
    display: block;
    width: 100%;
    background: red;
    color: white;
    padding: 5px 0;
    text-align: center;
    font-size: 14px;
    margin-bottom: 9px;
}


/* Responsive Styles */

@media all and (max-width: 977px) and (min-width: 636px) {
    .HomePage .tiles {
        margin-top: 0;
    }
    .container,
    .tiles .container {
        width: 620px;
    }
    .carouselcontainer .container {
        width: 520px;
    }
    .header,
    .HomePage .header {
        margin-bottom: 0px;
    }
    .header .main-nav {
        width: 600px;
        margin: 27px auto 0;
        padding-right: 10px;
    }
    .header .main-nav ul {
        display: none;
        height: auto;
        width: 200px;
        position: absolute;
        right: 0px;
        background-color: #51b1bf;
        top: 156px;
    }
    .header .main-nav ul li.toggle {
        background: url('../images/toggle.png') no-repeat 183px 13px;
    }
    .header .main-nav ul li ul.subnav {
        position: static;
        margin-left: 0;
        width: 100%;
    }
    .header .main-nav ul li:hover ul.subnav {
        display: block;
        width: auto;
    }
    .header .main-nav ul li.toggle:hover {
        background-image: url('../images/toggled.png');
    }
    .header .main-nav ul li {
        width: 200px;
        text-align: left;
    }
    .header .main-nav ul li ul li {
        width: 100%;
    }
    .header .main-nav ul li a {
        width: 179px;
    }
    .header .main-nav ul li ul li a {
        width: 100%;
    }
    .header .main-nav ul li.first a,
    .header .main-nav ul li a {
        padding-left: 10px;
        padding-right: 10px;
    }
    .header .main-nav a#pull {
        display: block;
        background-color: #283744;
        width: 100%;
        position: relative;
        background: url('../images/menu.png') no-repeat right 10px;
        height: 54px;
    }
    .carouselcontainer {
        position: relative;
        width: 610px!important;
        margin: auto;
        height: 309px!important;
    }
    .HomePage .carouselcontainer {
        height: 309px;
    }
    .carouselitem {
        background: none!important;
    }
    .carouselitem .smallerimage {
        display: block;
    }
    .carouselcontainer .carouseltext {
        top: 19px;
    }
    .carouselcontainer h1 {
        width: 457px;
        margin-right: 19px;
        font-size: 22px;
        line-height: 24px;
    }
    .carouselcontainer p {
        width: 457px;
        margin-right: 19px;
        font-size: 12px;
        line-height: 14px;
    }
    form div.field label {
        text-align: left;
    }
    form input.text,
    form textarea.textarea {
        width: 242px;
    }
    body.teammember {
        padding: 10px;
    }
    #Form_DataEntryForm div.field {
        display: block;
    }
    .header .main-nav ul li ul.subnav li a {
        white-space: normal;
    }
    #Form_ConfirmForm fieldset {
        float: none;
        width: 100%;
    }
    #Form_ConfirmForm .Actions {
        width: 100%;
    }
}

@media all and (max-width: 635px) {
    .HomePage .tiles {
        margin-top: 0;
    }
    .container,
    .tiles .container {
        width: 300px;
    }
    .carouselcontainer .container {
        text-align: right;
        width: 215px;
    }
    .carousel .carouselitem .nextbutton,
    .carousel .carouselitem .prevbutton {
        margin-right: 0px;
        margin-left: 0px;
    }
    .header,
    .HomePage .header {
        margin-bottom: 0px;
    }
    .header .logo {
        float: none;
        margin: 0px 16px 16px 16px;
    }
    .search-bar {
        float: none;
        margin: auto;
        text-align: center;
    }
    .header .main-nav {
        width: 290px;
        margin: 27px auto 0;
        padding-right: 10px;
    }
    .header .main-nav ul {
        display: none;
        height: auto;
        width: 200px;
        position: absolute;
        right: 0px;
        background-color: #194e90;
        top: 156px;
    }
    .header .main-nav ul li.toggle {
        background: url('../images/toggle.png') no-repeat 183px 13px;
    }
    .header .main-nav ul li ul.subnav {
        position: static;
        margin-left: 0;
        width: 100%;
    }
    .header .main-nav ul li:hover ul.subnav {
        display: block;
        width: auto;
    }
    .header .main-nav ul li.toggle:hover {
        background-image: url('../images/toggled.png');
    }
    .header .main-nav ul li ul.subnav li a {
        white-space: normal;
    }
    .header .main-nav ul li {
        width: 200px;
        text-align: left;
    }
    .header .main-nav ul li a {
        width: 179px;
    }
    .header .main-nav ul li.first a {
        padding-left: 10px;
    }
    .header .main-nav a#pull {
        display: block;
        background-color: #283744;
        width: 100%;
        position: relative;
        background: url('../images/menu.png') no-repeat right 10px;
        height: 54px;
    }
    .carouselcontainer {
        position: relative;
        width: 300px!important;
        margin: auto;
        height: 154px!important;
    }
    .HomePage .carouselcontainer {
        height: 154px;
    }
    .carouselitem {
        background: none!important;
    }
    .carouselitem .smallerimage {
        display: block;
    }
    .carouselcontainer .carouseltext {
        top: 19px;
    }
    .carouselcontainer h1 {
        width: 215px;
        margin-right: 0px;
        font-size: 10px;
        line-height: 12px;
    }
    .carouselcontainer p {
        width: 215px;
        margin-right: 0px;
        font-size: 8px;
        line-height: 10px;
    }
    .tiles .container {
        padding: 0px;
    }
    .footer .container .right ul li {
        float: none;
    }
    .footer .container .right ul li a {
        border-right: none;
    }
    .footer .right,
    .footer .left,
    .footer .container .right ul {
        float: none;
    }
    .footer .right {
        margin-top: 20px;
    }
    form div.field label {
        text-align: left;
    }
    form input.text,
    form textarea.textarea {
        width: 231px;
    }
    body.teammember {
        padding: 10px;
    }
    .tiles .tile.loadmore {
        border-right: 0px;
        border-left: none;
    }
    #Form_DataEntryForm div.field {
        display: block;
    }
    #MemberLoginForm_LoginForm_Remember_Holder,
    #Form_Form_Privacy_Holder {
        width: auto;
    }
    #Form_ConfirmForm fieldset {
        float: none;
        width: 100%;
    }
    #Form_ConfirmForm .Actions {
        width: 100%;
    }
    #Form_ConfirmForm .checkbox input {
        width: 5%;
    }
    #Form_ConfirmForm label {
        width: 90%;
    }
    #Form_AssessmentForm label,
    #Form_EvaluationForm label {
        width: 100%;
        display: block;
        margin: 0;
        border: none;
    }
    .header .tagline {
        padding-top: 0;
    }
}


/* PAGE SPECIFIC STYLES */

.PID-1417 .clickandreveal .car {
    border-radius: 50%;
}

.PID-1417 .clickandreveal .car.open {
    border-radius: 0;
}

.PID-1417 .clickandreveal .car.car0,
.PID-1417 .clickandreveal .car.car1,
.PID-1417 .clickandreveal .car.car2,
.PID-1417 .clickandreveal .car.car3,
.PID-1417 .clickandreveal .car.car4 {
    background: #abb435;
}

.PID-1417 #nboverlaycontainer #nboverlay #nbcontent .cartitle.car0 h1,
.PID-1417 #nboverlaycontainer #nboverlay #nbcontent .cartitle.car1 h1,
.PID-1417 #nboverlaycontainer #nboverlay #nbcontent .cartitle.car2 h1,
.PID-1417 #nboverlaycontainer #nboverlay #nbcontent .cartitle.car3 h1,
.PID-1417 #nboverlaycontainer #nboverlay #nbcontent .cartitle.car4 h1 {
    color: #abb435;
}

.PID-1417 .clickandreveal .carrow:nth-child(2n+1),
.PID-1417 .clickandreveal .carrow:nth-child(2n) {
    margin-left: 7%;
    margin-right: 7%;
    text-align: center;
}