.clearboth {
	clear: both;
	display: block;
	font-size: 0px;
	height: 0px;
	line-height: 0;
	width: 100%;
	overflow: hidden;
}

.styled-select select {
	background: transparent;
	width: 268px;
	padding: 5px;
	font-size: 16px;
	line-height: 1;
	border: 0;
	border-radius: 0;
	height: 34px;
	/*-webkit-appearance: none;*/
}

/*================================================= */
/* Drop Menu Selector
================================================== */
.desc a {
	color: #0092dd;
}

.dropdown dd,.dropdown dt,.dropdown ul {
	margin: 0px;
	padding: 0px;
}

.dropdown dd {
	position: relative;
}

.dropdown a,.dropdown a:visited {
	color: #816c5b;
	text-decoration: none;
	outline: none;
}

.dropdown a:hover {
	color: #5d4617;
}

.dropdown dt a:hover,.dropdown dt a:focus {
	color: #5d4617;
	border: 1px solid #5d4617;
}

.dropdown dt a {
	background: #e4dfcb url(arrow.png) no-repeat scroll right center;
	display: block;
	padding-right: 20px;
	border: 1px solid #d4ca9a;
	width: 150px;
}

.dropdown dt a span {
	cursor: pointer;
	display: block;
	padding: 5px;
}

.dropdown dd ul {
	background: #e4dfcb none repeat scroll 0 0;
	border: 1px solid #d4ca9a;
	color: #C5C0B0;
	display: none;
	left: 0px;
	padding: 5px 0px;
	position: absolute;
	top: 2px;
	width: auto;
	min-width: 170px;
	list-style: none;
}

.dropdown span.value {
	display: none;
}

.dropdown dd ul li a {
	padding: 5px;
	display: block;
}

.dropdown dd ul li a:hover {
	background-color: #d0c9af;
}

.dropdown img.flag {
	border: none;
	vertical-align: middle;
	margin-left: 10px;
}

.flagvisibility {
	display: none;
}

/*================================================= */
/* Buttons
================================================== */
.button {
	border: none !important;
	display: inline-block;
	border: 0px;
	cursor: pointer;
	letter-spacing: -1px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding-top: 7px;
	padding-right: 14px;
	padding-bottom: 7px;
	padding-left: 14px;
}

.button:hover {
	text-decoration: none !important;
}

.button.delete {
	padding: 0px 3px;
	font-size: 13px;
	margin-bottom: 4px;
	line-height: 18px;
	margin-left: 2px;
	margin-right: 8px;
}

.button.tiny {
	padding: 1px 4px;
	font-size: 13px;
	margin-bottom: 4px;
}

.button.small {
	padding: 3px 5px;
	font-size: 13px;
	margin-bottom: 8px;
	letter-spacing: normal !important;
	font-weight: 600 !important;
}

.button.spaced {
	margin-right: 4px;
}

.button.smallmedium {
	padding: 5px 14px;
	font-size: 14px;
}

.button.medium {
	padding: 6px 18px;
	font-size: 14px;
}

.button.large {
	padding: 9px 26px;
	font-size: 15px;
}

.button.big {
	padding: 10px 18px;
	font-size: 15px;
}

.button.pushed {
	padding: 40px 26px;
	font-size: 15px;
	height: 1px !important;
}

.button.nudge {
	margin-left: -5px;
}

.button.gray {
	color: #fff;
	background: #505050;
	font-weight: bold;
}

.button.gray:hover {
	background: #91CCED;
	color: #fff;
}

.button.gray:active {
	color: #fff;
	background: #505050;
	font-weight: bold;
}

.button.light {
	color: #fff;
	background: #aaaaaa;
	font-weight: bold;
}

.button.light:hover {
	background: #1B76BC;
	color: #fff;
}

.button.light:active {
	color: #fff;
	background: #aaaaaa;
	font-weight: bold;
}

.button.green {
	color: #fff;
	background: #6ED678;
	font-weight: bold;
}

.button.green:hover {
	background: #10147E;
	color: #fff;
}

.button.green:active {
	color: #fff;
	background: #6ED678;
	font-weight: bold;
}

.button.midgreen {
	color: #fff;
	background: #1fb22d;
	font-weight: bold;
}

.button.midgreen:hover {
	background: #10147E;
	color: #fff;
}

.button.midgreen:active {
	color: #fff;
	background: #1fb22d;
	font-weight: bold;
}

.button.red {
	color: #fff;
	background: #CA1E47;
	font-weight: bold;
}

.button.red:hover {
	background: #10147E;
	color: #fff;
}

.button.red:active {
	color: #fff;
	background: #CA1E47;
	font-weight: bold;
}

.button.purple {
	color: #fff;
	background: #7368A0;
	font-weight: bold;
}

.button.purple:hover {
	background: #10147E;
	color: #fff;
}

.button.purple:active {
	color: #fff;
	background: #7368A0;
	font-weight: bold;
}

.button.lightpurple {
	color: #fff;
	background: #D3DCF0;
	font-weight: bold;
}

.button.lightpurple:hover {
	background: #10147E;
	color: #fff;
}

.button.lightpurple:active {
	color: #fff;
	background: #D3DCF0;
	font-weight: bold;
}

.button.orange {
	color: #fff;
	background: #F29500;
	font-weight: bold;
}

.button.orange:hover {
	background: #10147E;
	color: #fff;
}

.button.orange:active {
	color: #fff;
	background: #F29500;
	font-weight: bold;
}

.button.blue {
	color: #fff;
	background: #10147E;
	font-weight: bold;
}

.button.blue:hover {
	background: #688FCA;
	color: #fff;
}

.button.blue:active {
	color: #fff;
	background: #10147E;
	font-weight: bold;
}

.button.midblue {
	color: #fff;
	background: #688FCA;
	font-weight: bold;
}

.button.midblue:hover {
	background: #10147E;
	color: #fff;
}

.button.midblue:active {
	color: #fff;
	background: #688FCA;
	font-weight: bold;
}

.button.lightblue {
	color: #10147E;
	background: #96C9FD;
	font-weight: bold;
}

.button.lightblue:hover {
	background: #10147E;
	color: #fff;
}

.button.lightblue:active {
	color: #10147E;
	background: #96C9FD;
	font-weight: bold;
}

.button.downloadbutton.big {
	color: #fff;
	background: #10147E;
	font-size: 17px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 12px;
	padding-right: 16px;
	margin-bottom: 8px;
	letter-spacing: normal !important;
	font-weight: 600 !important;
	background-position: 7px 7px;
}

.button.downloadbutton.big:hover {
	color: #fff;
	background: #688FCA;
	font-size: 17px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 12px;
	padding-right: 16px;;
	margin-bottom: 8px;
	letter-spacing: normal !important;
	font-weight: 600 !important;
	background-position: 7px 7px;
}

.button.downloadbutton.big:active {
	color: #fff;
	background: #10147E;
	font-size: 17px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 12px;
	padding-right: 16px;
	margin-bottom: 8px;
	letter-spacing: normal !important;
	font-weight: 600 !important;
	background-position: 7px 7px;
}

.button.downloadbutton,.backtosearch {
	color: #fff;
	background: #10147E;
	font-size: 13px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 9px;
	margin-bottom: 8px;
	letter-spacing: normal !important;
	font-weight: 600 !important;
	background-position: 7px 7px;
}

.button.downloadbutton:hover,.backtosearch:hover {
	color: #fff;
	background: #688FCA;
	font-size: 13px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 9px;
	margin-bottom: 8px;
	letter-spacing: normal !important;
	font-weight: 600 !important;
	background-position: 7px 7px;
}

.button.downloadbutton:active,.backtosearch:active {
	color: #fff;
	background: #10147E;
	font-size: 13px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 9px;
	margin-bottom: 8px;
	letter-spacing: normal !important;
	font-weight: 600 !important;
	background-position: 7px 7px;
}

.button.smallfa {
	color: #fff;
	background: #10147E;
	font-size: 13px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 9px;
	margin-bottom: 8px;
	letter-spacing: normal !important;
	font-weight: 600 !important;
	background-position: 7px 7px;
}

.button.smallfa:hover {
	color: #fff;
	background: #688FCA;
	font-size: 13px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 9px;
	margin-bottom: 8px;
	letter-spacing: normal !important;
	font-weight: 600 !important;
	background-position: 7px 7px;
}

.button.smallfa:active {
	color: #fff;
	background: #10147E;
	font-size: 13px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 9px;
	margin-bottom: 8px;
	letter-spacing: normal !important;
	font-weight: 600 !important;
	background-position: 7px 7px;
}

.button.mediumfa {
	font-weight: bold;
	color: #fff;
	background: #10147E;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 9px;
	font-size: 14px;
	margin-bottom: 8px;
	background-position: 7px 7px;
}

.button.mediumfa:hover {
	font-weight: bold;
	color: #fff;
	background: #688FCA;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 9px;
	font-size: 14px;
	margin-bottom: 8px;
	background-position: 7px 7px;
}

.button.mediumfa:active {
	font-weight: bold;
	color: #fff;
	background: #10147E;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 9px;
	font-size: 14px;
	margin-bottom: 8px;
	background-position: 7px 7px;
}

.button.fagrey {
	font-weight: bold;
	color: #fff;
	background: #c4c4c4;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 9px;
	font-size: 14px;
	margin-bottom: 8px;
	background-position: 7px 7px;
}

.button.fagrey:hover {
	font-weight: bold;
	color: #fff;
	background: #10147E;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 9px;
	font-size: 14px;
	margin-bottom: 8px;
	background-position: 7px 7px;
}

.button.fagrey:active {
	font-weight: bold;
	color: #fff;
	background: #c4c4c4;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 9px;
	font-size: 14px;
	margin-bottom: 8px;
	background-position: 7px 7px;
}

.button.backtosearch {
	color: #fff;
	background: #10147E;
	font-size: 13px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 9px;
	margin-bottom: 8px;
	letter-spacing: normal !important;
	font-weight: 600 !important;
	background-position: 7px 7px;
}

.button.backtosearch:hover {
	color: #fff;
	background: #688FCA;
	font-size: 13px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 9px;
	margin-bottom: 8px;
	letter-spacing: normal !important;
	font-weight: 600 !important;
	background-position: 7px 7px;
}

.button.backtosearch:active {
	color: #fff;
	background: #10147E;
	font-size: 13px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 9px;
	margin-bottom: 8px;
	letter-spacing: normal !important;
	font-weight: 600 !important;
	background-position: 7px 7px;
}

.button.search {
    height: 44px;
	color: #fff;
	background: #10147E;
	font-weight: bold;
	padding: 5px 12px;
	font-size: 13px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-position: 13px 13px;
}

.button.search:hover {
	background: #688FCA;
	color: #fff;
	background-position: 13px 13px;
}

.button.search:active {
	color: #fff;
	background: #10147E;
	font-weight: bold;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	background-position: 13px 13px;
}

.buttonright {
	float: right;
	z-index: 99999;
	margin-top: 3px;
}

.button.delete {
	font-weight: bold;
	background-image: url(../images/list_cross_wh.png);
	background-repeat: no-repeat;
	background-position: 6px 9px;
	padding-left: 20px;
	padding-right: 10px;
}

.button.delete:hover {
	background: #688FCA;
	color: #fff;
	background-image: url(../images/list_cross_wh.png);
	background-repeat: no-repeat;
	background-position: 6px 9px;
	padding-left: 20px;
	padding-right: 10px;
}

.button.delete:active {
	font-weight: bold;
	background-image: url(../images/list_cross_wh.png);
	background-repeat: no-repeat;
	background-position: 6px 9px;
	padding-left: 20px;
	padding-right: 10px;
}

.button.save {
	font-weight: bold;
	background-image: url(../images/white_tick.png);
	background-repeat: no-repeat;
	background-position: 8px 9px;
	padding-left: 26px;
	padding-right: 10px;
	margin-left: 2px;
	margin-right: 2px;
}

.button.save:hover {
	background-image: url(../images/white_tick.png);
	background-repeat: no-repeat;
	background-position: 8px 9px;
	padding-left: 26px;
	padding-right: 10px;
	margin-left: 2px;
	margin-right: 2px;
}

.button.save:active {
	font-weight: bold;
	background-image: url(../images/white_tick.png);
	background-repeat: no-repeat;
	background-position: 8px 9px;
	padding-left: 26px;
	padding-right: 10px;
	margin-left: 2px;
	margin-right: 2px;
}

.button.download {
	font-weight: bold;
	background-image: url(../images/list_arrow_down_white.png);
	background-repeat: no-repeat;
	background-position: 7px 11px;
	padding-left: 23px;
	padding-right: 10px;
}

.button.download:hover {
	background: #688FCA;
	color: #fff;
	background-image: url(../images/list_arrow_down_white.png);
	background-repeat: no-repeat;
	background-position: 7px 11px;
	padding-left: 23px;
	padding-right: 10px;
}

.button.download:active {
	font-weight: bold;
	background-image: url(../images/list_arrow_down_white.png);
	background-repeat: no-repeat;
	background-position: 7px 11px;
	padding-left: 23px;
	padding-right: 10px;
}

.button.noaccess {
	color: #fff;
	font-weight: bold;
	background-color: #c4c4c4;
}

.button.noaccess:hover {
	color: #fff;
	background: #10147E;
}

.accessicon {
	width: 20px;
	height: 20px;
	float: left;
	margin-top: 8px;
}

.locked {
	background-image: url(../images/icons/locked.png);
	background-repeat: no-repeat;
}

.unlocked {
	background-image: url(../images/icons/unlocked.png);
	background-repeat: no-repeat;
}

.remove {
	font-size: 13px;
	font-weight: bold;
	margin-left: 4px;
	margin-right: 8px;
}

.remove a {
	color: #CA1E47 !important;
}

.disciplineButtons button{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    padding: 0 25.600000381469727px;
    border: none;
    -webkit-border-radius: 101px;
    border-radius: 101px;
    color: rgb(102, 102, 102);
    text-align: center;
    background: -webkit-linear-gradient(0deg, rgb(243,243,243) 0, rgb(233,233,233) 100%), rgb(238, 238, 238);
    background: -moz-linear-gradient(90deg, rgb(243,243,243) 0, rgb(233,233,233) 100%), rgb(238, 238, 238);
    background: linear-gradient(90deg, rgb(243,243,243) 0, rgb(233,233,233) 100%), rgb(238, 238, 238);
    -webkit-background-origin: padding-box;
    background-origin: padding-box;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-background-size: auto auto;
    background-size: auto auto;
    -webkit-box-shadow: 0 1px 0 0 rgba(255,255,255,0.298039) inset, 0 -1px 1px 0 rgba(255,255,255,0.14902) inset, 0 4px 0 0 rgb(187,187,187) , 0 8px 3px 0 rgba(0,0,0,0.2) ;
    box-shadow: 0 1px 0 0 rgba(255,255,255,0.298039) inset, 0 -1px 1px 0 rgba(255,255,255,0.14902) inset, 0 4px 0 0 rgb(187,187,187) , 0 8px 3px 0 rgba(0,0,0,0.2) ;
    -webkit-transition: all 0.1s cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -moz-transition: all 0.1s cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -o-transition: all 0.1s cubic-bezier(0.25, 0.25, 0.75, 0.75);
    transition: all 0.1s cubic-bezier(0.25, 0.25, 0.75, 0.75);
    padding: 6px 18px;
    height: 30px;
    font-size: 14px;
    width: 150px;
    font-weight: bolder;
    border: 0px solid #96C9FD;
    padding-top: 8px;
    padding-bottom: 14px;
    background: #10147E;
    color: #fff;
}

.disciplineButtons button:hover {border: 1px solid rgb(225,225,225);
    -webkit-border-radius: 100px;
    text-decoration: underline;
    font-size: 14.5px;
    color: rgba(135,135,135,1);
    background: -webkit-linear-gradient(-90deg, rgb(255,255,255) 0, rgb(235,235,235) 100%), -webkit-linear-gradient(0deg, rgb(243,243,243) 0, rgb(233,233,233) 100%), rgb(238, 238, 238);
    background: -moz-linear-gradient(180deg, rgb(255,255,255) 0, rgb(235,235,235) 100%), -moz-linear-gradient(90deg, rgb(243,243,243) 0, rgb(233,233,233) 100%), rgb(238, 238, 238);
    background: linear-gradient(180deg, rgb(255,255,255) 0, rgb(235,235,235) 100%), linear-gradient(90deg, rgb(243,243,243) 0, rgb(233,233,233) 100%), rgb(238, 238, 238);
    -webkit-background-origin: padding-box;
    background-origin: padding-box;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-background-size: auto auto;
    background-size: auto auto;
    -webkit-box-shadow: 0 1px 0 0 rgba(255,255,255,0.298039) inset, 0 -1px 1px 0 rgba(255,255,255,0.14902) inset, 0 4px 0 0 rgb(187,187,187) , 0 4px 3px 0 rgba(0,0,0,0.2) ;
    box-shadow: 0 1px 0 0 rgba(255,255,255,0.298039) inset, 0 -1px 1px 0 rgba(255,255,255,0.14902) inset, 0 4px 0 0 rgb(187,187,187) , 0 4px 3px 0 rgba(0,0,0,0.2) ;
    background: #688FCA;
    color: #fff;
}

.disciplineButtons button:active {
    top: 6px;
    color: rgba(160,160,160,1);
    background: -webkit-linear-gradient(-90deg, rgb(255,255,255) 0, rgb(235,235,235) 100%), rgb(255, 255, 255);
    background: -moz-linear-gradient(180deg, rgb(255,255,255) 0, rgb(235,235,235) 100%), rgb(255, 255, 255);
    background: linear-gradient(180deg, rgb(255,255,255) 0, rgb(235,235,235) 100%), rgb(255, 255, 255);
    -webkit-background-origin: padding-box;
    background-origin: padding-box;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-background-size: auto auto;
    background-size: auto auto;
    -webkit-box-shadow: 0 1px 0 0 rgba(255,255,255,0.298039) inset, 0 -1px 1px 0 rgba(255,255,255,0.14902) inset;
    box-shadow: 0 1px 0 0 rgba(255,255,255,0.298039) inset, 0 -1px 1px 0 rgba(255,255,255,0.14902) inset;
    -webkit-transition: all 50ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -moz-transition: all 50ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -o-transition: all 50ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    transition: all 50ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    color: #fff;
    background: #10147E;
}

.disciplineImage{
    background-image: url(../images/discipline_background_image.png);
    background-position:center;
    background-repeat: no-repeat;
    background-size: 70%;
    padding-left: 30px; 
    padding-right: 30px;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 10px; 
    margin-bottom: 20px;
    border: 1px solid #dedede;
    max-height: 400px;
    height: 360px;
    box-shadow: 0 0 5px #ccc;
}
.circle-container {
    height: 320px;
    max-height: 340px;
}
.circle-container a {
    display: block;
    position: absolute;
    display: inline-block;
}
.deg0  {position: relative; left: 40%; margin-top: 2%; margin-bottom: 0px; margin-right: 0px; margin-left: 0px;} 
.deg45 {position: relative; left: 75%; right: 25%; margin-top: 7%; margin-bottom: 0px; margin-right: 0px; margin-left: 0px;}
.deg135 {position: relative; left: 75%; right: 25%; margin-top: 20%; margin-bottom: 0px; margin-right: 0px; margin-left: 0px;}
.deg180 { position: relative; left: 40%; margin-top: 27%; margin-bottom: 0px; margin-right: 0px; margin-left: 0px; }
.deg225 { position: relative; left: 5%; right: 80%; margin-top: 20%; margin-bottom: 0px; margin-right: 0px; margin-left: 0px;}
.deg315 { position: relative; left: 5%; right: 80%; margin-top: 7%; margin-bottom: 0px; margin-right: 0px; margin-left: 0px;}
.rightcornerdiscipline {position: relative; left: 85%; right: 5%; margin-top: 33%; margin-bottom: 0px; margin-right: 0px; margin-left: 0px;}
.rightcornerdiscipline :hover{ font-weight: bolder; color:#10147E;}


/*================================================= */
/* Blockquote
================================================== */
blockquote {
	border-left: 3px solid #e1e1e1;
	padding-left: 20px;
}

blockquote p {
	padding: 5px 0;
}

blockquote h5 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0px;
}

blockquote h5 span {
	color: #a0a0a0;
	font-weight: normal;
}

/*================================================= */
/* Alert Boxes
================================================== */
.alert {
	width: 100%;
	line-height: 45px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 12px;
	font-family: Tahoma, Arial, sans-serif;
}

.pink {
	background: #fff2f2;
	border: 1px solid #ffc8c8;
	color: #ee6b6b
}

.greenb {
	background: #ecf7e2;
	border: 1px solid #b1db7f;
	color: #74a43a
}

.light_pink {
	background: #fcfbdf;
	border: 1px solid #ddd487;
	color: #aba64e
}

.light_blue {
	background: #eaf8ff;
	border: 1px solid #b4d6e7;
	color: #68a1bd
}

/*================================================= */
/* Accordion
================================================== */
.acc-trigger {
	cursor: pointer;
	display: block;
	margin: 0;
	padding: 0;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #dedede;
	border-right-color: #dedede;
	border-bottom-color: #bec6d9;
	border-left-color: #dedede;
	background-color: #f1efef;
}

.acc-trigger a {
	background: url(../images/accordion_plus_ico.png) no-repeat right;
	display: block;
	font-family: "Open Sans", Arial, Tahoma;
	font-size: 14px;
	color: #10147E;
	font-weight: 600;
	outline: none;
	padding-top: 8px;
	padding-right: 30px;
	padding-bottom: 8px;
	padding-left: 15px;
	text-decoration: none;
}

.sides {
	border-bottom: 4px #006DB4 solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dedede;
	border-left-color: #dedede;
	background-color: #eaeaea;
}

.acc-trigger.active a {
	background: url(../images/accordion_minus_ico.png) no-repeat right;
	background-color: #e2e7f3;
}

.acc-trigger a:hover {
	color: #10147E;
	background-color: #ddd;
}

.acc-trigger.active a {
	color: #10147E;
}

.acc-trigger a h3 {
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 28px;
	color: #777;
}

.acc-container .content {
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-color: #FFFFFF;
}

.acc-container .content p {
	margin-bottom: 5px;
}

.content p {
	margin-bottom: 10px;
}
/*================================================= */
/* Tabs
================================================== */
.tabs-nav {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.tabs-nav li {
	float: left;
	line-height: 35px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}

.tabs-nav li.active {
	line-height: 31px;
}

.tabs-nav li a {
	background: #f9f9f9;
	border: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	border-left: none;
	color: #999;
	display: block;
	letter-spacing: 0;
	outline: none;
	padding: 0 35px;
	text-decoration: none;
}

.tabs-nav li:first-child a {
	border-left: 1px solid #dedede;
}

.tabs-nav li.active a {
	font-family: "Open Sans", Arial, Tahoma;
	font-size: 16px;
	color: #10147E;
	font-weight: 600;
}

.tabs-nav li.active a {
	background: #fff;
	border-bottom: 2px solid #fff;
	border-top: 4px solid #006DB4;
}

.tabs-container {
	border: 1px solid #dedede;
	margin: -1px 0 20px;
	overflow: hidden;
	width: 100%;
}

.tab-content {
	padding: 20px;
}

/*================================================= */
/* List Styles
================================================== */
.check_list li,.plus_list li,.minus_list li,.star_list li,.arrow_list li,.square_list li,.circle_list li,.cross_list li {
	list-style: none;
	margin: 8px 0;
}

.check_list li {
	background: url(../images/list_check.png) no-repeat;
	padding: 0 0 0 16px;
	background-position: 0% 6px;
}

.plus_list  li {
	background: url(../images/list_plus.png) no-repeat;
	padding: 0 0 0 16px;
	background-position: 0% 6px;
}

.minus_list  li {
	background: url(../images/list_minus.png) no-repeat;
	padding: 0 0 0 16px;
	background-position: 0% 6px;;
}

.star_list  li {
	background: url(../images/list_star.png) no-repeat;
	padding: 0 0 0 16px;
	background-position: 0% 6px;
}

.arrow_list  li {
	padding: 0 0 0 16px;
	background-image: url(../images/list_arrow.png);
	background-repeat: no-repeat;
	background-position: 0% 6px;
}

.square_list  li {
	background: url(../images/list_square.png) no-repeat;
	padding: 0 0 0 16px;
	background-position: 0% 6px;
}

.circle_list  li {
	background: url(../images/list_circle.png) no-repeat;
	padding: 0 0 0 16px;
	background-position: 0% 6px;
}

.cross_list  li {
	background: url(../images/list_cross.png) no-repeat;
	padding: 0 0 0 16px;
	background-position: 0% 6px;
}

.number_list {
	margin-left: 2.3%
}

.count {
	font-size: 13px;
	margin-left: 6px;
	color: #444;
	font-weight: normal;
}

.arrow_list_down li {
	background-image: url(../images/list_arrow_down.png) !important;
	list-style: none;
	margin: 8px 0;
	padding: 0 0 0 16px;
	background-repeat: no-repeat;
	background-position: 0% 6px;
}

a.currentitem {
	color: #CA1E47 !important;
}
/*================================================= */
/* Sub Level List Styles
================================================== */
ul ul {
	margin-left: 20px !important;
}

li.arrow_list {
	padding: 0 0 0 16px;
	background-image: url(../images/list_arrow.png);
	background-repeat: no-repeat;
	background-position: 0% 6px;
}

li.arrow_list_down {
	background-image: url(../images/list_arrow_down.png) !important;
	list-style: none;
	margin: 8px 0;
	padding: 0 0 0 16px;
	background-repeat: no-repeat;
	background-position: 0% 6px;
}

li.arrow_list_down_current {
	background-image: url(../images/list_arrow_down_red.png) !important;
	list-style: none;
	margin: 8px 0;
	padding: 0 0 0 16px;
	background-repeat: no-repeat;
	background-position: 0% 6px;
	color: #CA1E47 !important;
}

li.arrow_list_down_current a {
	color: #CA1E47 !important;
}

li.arrow_list_subdued {
	background-image: url(../images/list_arrow_grey.png) !important;
	list-style: none;
	margin: 8px 0;
	padding: 0 0 0 16px;
	background-repeat: no-repeat;
	background-position: 0% 6px;
	color: #333 !important;
}

li.arrow_list_subdued a {
	color: #333 !important;
}

li.arrow_list_down_subdued {
	background-image: url(../images/list_arrow_down_grey.png) !important;
	list-style: none;
	margin: 8px 0;
	padding: 0 0 0 16px;
	background-repeat: no-repeat;
	background-position: 0% 6px;
	color: #666 !important;
}

li.arrow_list_down_subdued a {
	color: #666 !important;
}

li.minus_list {
	padding: 0 0 0 16px;
	background-image: url(../images/list_minus.png);
	background-repeat: no-repeat;
	background-position: 0% 8px;
}

li.nostyle {
	padding: 0 0 0 16px;
	background-image: none;
}

.currentactive {
	color: #CA1E47 !important;
}

/*================================================= */
/* Social Widget
================================================== */
#social a {
	width: 32px;
	height: 32px;
	margin: 0 9px 9px 0;
	display: block;
	float: left;
}

#social a img {
	border: none;
}

/*================================================= */
/* Sign In Box
================================================== */
.signin-box {
	background: #D3DCF0;
	margin-top: 10px;
	margin-bottom: 10px;
	border: #b1bbd0 0px solid;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.main-signin {
	float: left;
	width: 55%;
}

.alt-signin {
	float: right;
	width: 40%;
	padding-left: 12px;
	border-left: solid 1px #688FCA;
	margin-top: 35px;
}

.details-box {
	background: #fafafa;
	margin-top: 10px;
	margin-bottom: 10px;
	border: #dedede 1px solid;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
}

/*================================================= */
/* Large Notice
================================================== */
.large-notice {
	background: #fafafa;
	padding-top: 15px;
	padding-right: 32px;
	padding-bottom: 25px;
	padding-left: 32px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 4px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006DB4;
	border-right-color: #dedede;
	border-bottom-color: #dedede;
	border-left-color: #dedede;
}

.large-notice h2 {
	margin-bottom: 10px;
}

.large-notice p {
	font-size: 14px;
	margin-top: 6px;
	color: #444;
}

.large-notice h2 {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0px;
}

/*================================================= */
/* Filter Side Bar
================================================== */
.filter-sidebar {
	background: #fafafa;
	margin-top: 0px;
	margin-bottom: 10px;
	border-top-width: 4px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006DB4;
	border-right-color: #dedede;
	border-bottom-color: #dedede;
	border-left-color: #dedede;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.filter-sidebar-flush {
	background: #fafafa;
	margin-top: 0px;
	border-top-width: 4px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #006DB4;
	border-right-color: #dedede;
	border-left-color: #dedede;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

.filterdivider {
	border-bottom-color: #dedede;
	padding-top: 3px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-bottom: 10px;
}

.small-notice p {
	font-size: 14px;
	margin-top: 6px;
	color: #444;
}

.small-notice h2 {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0px;
	margin-bottom: 10px;
}

/*================================================= */
/* Small Notice
================================================== */
.verytop {
	margin-top: 0px !important;
}

.small-notice {
	background: #fafafa;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 4px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006DB4;
	border-right-color: #dedede;
	border-bottom-color: #dedede;
	border-left-color: #dedede;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.small-notice p {
	font-size: 14px;
	margin-top: 6px;
	color: #444;
}

.small-notice h2 {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0px;
	margin-bottom: 10px;
}

.noticered {
	border-top-color: #CA1E47;
}

.noticepurple {
	border-top-color: #7368A0;
}

.noticeorange {
	border-top-color: #F29500;
}

/*================================================= */
/* Small Notice
================================================== */
.imagebanners {
	padding-top: 15px;
	padding-right: 18px;
	padding-bottom: 15px;
	padding-left: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
}

.imagebanners h2 {
	color: #FFF;
	font-size: 20px;
	margin-bottom: 8px;
	padding-bottom: 2px !important;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

.imagebanners h4 {
	color: #FFF;
	margin-bottom: 10px;
}

.imagebanners p {
	font-size: 16px;
	color: #FFF;
	font-weight: 500;
}

.computercode {
	background-image: url(../images/banner-computer-code.jpg);
	background-position: center center;
}

.thinker {
	background-image: url(../images/banner-thinker.jpg);
	background-position: center center;
}

.global {
	background-image: url(../images/banner-global.jpg);
	background-position: center center;
}

/*================================================= */
/* Table
================================================== */
table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border: none;
	margin-bottom: 15px;
}

table th {
	border: 1px solid #dedede;
	border-right: none;
	text-align: left;
	padding: 10px 15px;
	vertical-align: top;
	font-size: 14px;
	font-weight: normal;
}

table td:last-child,table th:last-child {
	border-right: 1px solid #ddd;
}

table td {
	padding: 8px 15px;
	border: #e7e7e7 1px solid;
	border-top: none;
	border-right: none;
}
/*	Table hover states disabled:
table tr:hover td{background-color:#F2F3F8;}
table tr:hover th{background-color:#F2F3F8;}

*/

/*================================================= */
/* Tooltip / Popover
================================================== */
.tooltip {
	position: absolute;
	z-index: 1020;
	display: block;
	padding: 5px;
	font-size: 13px;
	font-weight: 500;
	opacity: 0;
	filter: alpha(opacity = 0);
	visibility: visible;
}

.tooltip.in {
	opacity: 0.8;
	filter: alpha(opacity = 80);
}

.tooltip.top {
	margin-top: -2px;
}

.tooltip.right {
	margin-left: 2px;
}

.tooltip.bottom {
	margin-top: 2px;
}

.tooltip.left {
	margin-left: -2px;
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-top: 5px solid #555;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #555;
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #555;
	border-left: 5px solid transparent;
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-top: 5px solid transparent;
	border-right: 5px solid #555;
	border-bottom: 5px solid transparent;
}

.tooltip-inner {
	max-width: 250px;
	padding: 2px 10px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background-color: #10147E;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
}

.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-moz-transition: opacity 0.15s linear;
	-ms-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

.fade.in {
	opacity: 1;
}

/* ================================================= */
/* Icons
================================================== */
.whitestaricon {
	display: inline-block;
	width: 17px;
	height: 17px;
	*margin-right: .3em;
	line-height: 16px;
	vertical-align: text-top;
	background-image: url(../images/star-white.png);
	background-repeat: no-repeat;
	background-position: -1px -1px;
}

.redstaricon {
	display: inline-block;
	width: 30px;
	height: 29px;
	*margin-right: .3em;
	line-height: 16px;
	vertical-align: text-top;
	background-image: url(../images/star-red.png);
	background-repeat: no-repeat;
}

/* [class^="icon-"], */
/* [class*=" icon-"] { */
/*   display: inline-block; */
/*   width: 14px; */
/*   height: 14px; */
/*   *margin-right: .3em; */
/*   line-height: 14px; */
/*   vertical-align: text-top; */
/*   background-image: url("../images/glyphicons-halflings.png"); */
/*   background-position: 14px 14px; */
/*   background-repeat: no-repeat; */
/*   opacity: 0.8; */
/* } */
[class^="icon-"]:last-child,[class*=" icon-"]:last-child {
	*margin-left: 0;
}

.the-icons li {
	padding: 0;
	margin: 2px 0;
}

/* .icon-white { */
/*   background-image: url("../images/glyphicons-halflings-white.png"); */
/* 	opacity: 1; */
/* } */
.icon-glass {
	background-position: 0 0;
}

.icon-music {
	background-position: -24px 0;
}

.icon-search {
	background-position: -48px 0;
}

.icon-envelope {
	background-position: -72px 0;
}

.icon-heart {
	background-position: -96px 0;
}

.icon-star {
	background-position: -120px 0;
}

.icon-star-empty {
	background-position: -144px 0;
}

.icon-user {
	background-position: -168px 0;
}

.icon-film {
	background-position: -192px 0;
}

.icon-th-large {
	background-position: -216px 0;
}

.icon-th {
	background-position: -240px 0;
}

.icon-th-list {
	background-position: -264px 0;
}

.icon-ok {
	background-position: -288px 0;
}

.icon-remove {
	background-position: -312px 0;
}

.icon-zoom-in {
	background-position: -336px 0;
}

.icon-zoom-out {
	background-position: -360px 0;
}

.icon-off {
	background-position: -384px 0;
}

.icon-signal {
	background-position: -408px 0;
}

.icon-cog {
	background-position: -432px 0;
}

.icon-trash {
	background-position: -456px 0;
}

.icon-home {
	background-position: 0 -24px;
}

.icon-file {
	background-position: -24px -24px;
}

.icon-time {
	background-position: -48px -24px;
}

.icon-road {
	background-position: -72px -24px;
}

.icon-download-alt {
	background-position: -96px -24px;
}

.icon-download {
	background-position: -120px -24px;
}

.icon-upload {
	background-position: -144px -24px;
}

.icon-inbox {
	background-position: -168px -24px;
}

.icon-play-circle {
	background-position: -192px -24px;
}

.icon-repeat {
	background-position: -216px -24px;
}

.icon-refresh {
	background-position: -240px -24px;
}

.icon-list-alt {
	background-position: -264px -24px;
}

.icon-lock {
	background-position: -287px -24px;
}

.icon-flag {
	background-position: -312px -24px;
}

.icon-headphones {
	background-position: -336px -24px;
}

.icon-volume-off {
	background-position: -360px -24px;
}

.icon-volume-down {
	background-position: -384px -24px;
}

.icon-volume-up {
	background-position: -408px -24px;
}

.icon-qrcode {
	background-position: -432px -24px;
}

.icon-barcode {
	background-position: -456px -24px;
}

.icon-tag {
	background-position: 0 -48px;
}

.icon-tags {
	background-position: -25px -48px;
}

.icon-book {
	background-position: -48px -48px;
}

.icon-bookmark {
	background-position: -72px -48px;
}

.icon-print {
	background-position: -96px -48px;
}

.icon-camera {
	background-position: -120px -48px;
}

.icon-font {
	background-position: -144px -48px;
}

.icon-bold {
	background-position: -167px -48px;
}

.icon-italic {
	background-position: -192px -48px;
}

.icon-text-height {
	background-position: -216px -48px;
}

.icon-text-width {
	background-position: -240px -48px;
}

.icon-align-left {
	background-position: -264px -48px;
}

.icon-align-center {
	background-position: -288px -48px;
}

.icon-align-right {
	background-position: -312px -48px;
}

.icon-align-justify {
	background-position: -336px -48px;
}

.icon-list {
	background-position: -360px -48px;
}

.icon-indent-left {
	background-position: -384px -48px;
}

.icon-indent-right {
	background-position: -408px -48px;
}

.icon-facetime-video {
	background-position: -432px -48px;
}

.icon-picture {
	background-position: -456px -48px;
}

.icon-pencil {
	background-position: 0 -72px;
}

.icon-map-marker {
	background-position: -24px -72px;
}

.icon-adjust {
	background-position: -48px -72px;
}

.icon-tint {
	background-position: -72px -72px;
}

.icon-edit {
	background-position: -96px -72px;
}

.icon-share {
	background-position: -120px -72px;
}

.icon-check {
	background-position: -144px -72px;
}

.icon-move {
	background-position: -168px -72px;
}

.icon-step-backward {
	background-position: -192px -72px;
}

.icon-fast-backward {
	background-position: -216px -72px;
}

.icon-backward {
	background-position: -240px -72px;
}

.icon-play {
	background-position: -264px -72px;
}

.icon-pause {
	background-position: -288px -72px;
}

.icon-stop {
	background-position: -312px -72px;
}

.icon-forward {
	background-position: -336px -72px;
}

.icon-fast-forward {
	background-position: -360px -72px;
}

.icon-step-forward {
	background-position: -384px -72px;
}

.icon-eject {
	background-position: -408px -72px;
}

.icon-chevron-left {
	background-position: -432px -72px;
}

.icon-chevron-right {
	background-position: -456px -72px;
}

.icon-plus-sign {
	background-position: 0 -96px;
}

.icon-minus-sign {
	background-position: -24px -96px;
}

.icon-remove-sign {
	background-position: -48px -96px;
}

.icon-ok-sign {
	background-position: -72px -96px;
}

.icon-question-sign {
	background-position: -96px -96px;
}

.icon-info-sign {
	background-position: -120px -96px;
}

.icon-screenshot {
	background-position: -144px -96px;
}

.icon-remove-circle {
	background-position: -168px -96px;
}

.icon-ok-circle {
	background-position: -192px -96px;
}

.icon-ban-circle {
	background-position: -216px -96px;
}

.icon-arrow-left {
	background-position: -240px -96px;
}

.icon-arrow-right {
	background-position: -264px -96px;
}

.icon-arrow-up {
	background-position: -289px -96px;
}

.icon-arrow-down {
	background-position: -312px -96px;
}

.icon-share-alt {
	background-position: -336px -96px;
}

.icon-resize-full {
	background-position: -360px -96px;
}

.icon-resize-small {
	background-position: -384px -96px;
}

.icon-plus {
	background-position: -408px -96px;
}

.icon-minus {
	background-position: -433px -96px;
}

.icon-asterisk {
	background-position: -456px -96px;
}

.fa fa-exclamation-circle {
	background-position: 0 -120px;
}

.icon-gift {
	background-position: -24px -120px;
}

.icon-leaf {
	background-position: -48px -120px;
}

.icon-fire {
	background-position: -72px -120px;
}

.icon-eye-open {
	background-position: -96px -120px;
}

.icon-eye-close {
	background-position: -120px -120px;
}

.icon-warning-sign {
	background-position: -144px -120px;
}

.icon-plane {
	background-position: -168px -120px;
}

.icon-calendar-2 {
	background-position: -192px -120px;
}

.icon-random {
	background-position: -216px -120px;
}

.icon-comments {
	background-position: -240px -120px;
}

.icon-magnet {
	background-position: -264px -120px;
}

.icon-chevron-up {
	background-position: -288px -120px;
}

.icon-chevron-down {
	background-position: -313px -119px;
}

.icon-retweet {
	background-position: -336px -120px;
}

.icon-shopping-cart {
	background-position: -360px -120px;
}

.icon-folder-close {
	background-position: -384px -120px;
}

.icon-folder-open {
	background-position: -408px -120px;
}

.icon-resize-vertical {
	background-position: -432px -119px;
}

.icon-resize-horizontal {
	background-position: -456px -118px;
}

.icon-hdd {
	background-position: 0 -144px;
}

.icon-bullhorn {
	background-position: -24px -144px;
}

.icon-bell {
	background-position: -48px -144px;
}

.icon-certificate {
	background-position: -72px -144px;
}

.icon-thumbs-up {
	background-position: -96px -144px;
}

.icon-thumbs-down {
	background-position: -120px -144px;
}

.icon-hand-right {
	background-position: -144px -144px;
}

.icon-hand-left {
	background-position: -168px -144px;
}

.icon-hand-up {
	background-position: -192px -144px;
}

.icon-hand-down {
	background-position: -216px -144px;
}

.icon-circle-arrow-right {
	background-position: -240px -144px;
}

.icon-circle-arrow-left {
	background-position: -264px -144px;
}

.icon-circle-arrow-up {
	background-position: -288px -144px;
}

.icon-circle-arrow-down {
	background-position: -312px -144px;
}

.icon-globe {
	background-position: -336px -144px;
}

.icon-wrench {
	background-position: -360px -144px;
}

.icon-tasks {
	background-position: -384px -144px;
}

.icon-filter {
	background-position: -408px -144px;
}

.icon-briefcase {
	background-position: -432px -144px;
}

.icon-fullscreen {
	background-position: -456px -144px;
}