/*
** Custom CSS styles
** Developed by CR38TE
*/

/* ================================================= 
	PROJECT RESET	
================================================= */
*,
*:before,
*:after { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
html { overflow-y:scroll; }
html,
body {
	background-color:#F4F6F9;
	height:100%;
	min-height:100%;
	position:relative;
}
html, body {
    overflow: auto;
}
body {
	color:#000000;
	font-size:14px;
	line-height:28px;
	font-family:'Roboto', sans-serif;
	font-weight:300;
}
img,
object,
embed {
	max-width:100%; 
	vertical-align:top;
}
.ie8 img,
.ie8 object,
.ie8 embed {
	width:auto;
}
img,
object,
embed,
fieldset {
	border:none;
}
#gmap img,
#gmap object,
#gmap embed {
    max-width:none;
}
main, 
section, 
article {
	display:block;
}
fieldset {
	padding:0;
}
.responsive-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 60px; 
	overflow: hidden;
	margin-bottom:30px;
}
.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
small {
	font-weight:600;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
pre,
address,
blockquote,
table {
	margin:0 0 15px 0;
}
legend {
	padding-bottom:15px;
	font-size:14px;
	border:0px;
}
ul,
ol {
	padding-left:15px;
}
h1,
h2 {
	text-transform:none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:'Roboto', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
legend {
	line-height:110%;
}
p,
ul,
ol,
pre,
address,
blockquote,
blockquote > small,
table,
label,
input,
select,
textarea,
.label,
table,
table > caption {
	font-size:14px;
	line-height:100%;
}
label {
	font-weight:700 !important;
}
p,
ul,
ol,
pre,
address,
blockquote,
label,
.label {
	font-family:'Roboto', sans-serif;
	line-height:185%;
}
address {
	font-style:normal;
}
table,
table > caption,
table th,
table td {
	text-align:left;
	line-height:110%;
}
label,
.label,
p {
	font-family:'Roboto', sans-serif;
	font-size:14px;
	line-height:28px;
	color:#000000;
	font-weight:300;
}
select,
textarea,
input,
select option {
	color:#000000;
}
a,
a:hover {
	text-decoration:none;
}
a,
a:focus,
a:active,
a:visited {
	outline:none !important;
}
a:focus,
a:active,
a:visited {
	background-color:transparent !important
}
a, a:hover {
	color:#1E75B8;
}
ul {
	margin-left:20px;
	margin-bottom:30px;
}
ul ul {
	margin-left:40px;
}
p {
	margin-bottom:30px;
}
p,
ul li,
legend {
	font-family:'Roboto', sans-serif;
	font-size:14px;
	line-height:28px;
	color:#000000;
	font-weight:300;
	list-style-position:inside;
}
.description {
	font-family:'Roboto', sans-serif;
	font-size:19px;
	line-height:34px;
	color:#000000;
	font-weight:300;
	list-style-position:inside;
}
legend {
	margin-bottom:0px;
}

/* helper classes */
.mrg-top {
	margin-top:30px;
}
.mrg-btm-half {
	margin-bottom:20px;
}
.hidden {
	display:none;
	visibility:hidden;
}
.inset {
	padding-top:15px;
	padding-bottom:15px;
}
.inset-full {
	padding:15px;
}
.double-inset {
	padding-top:30px;
	padding-bottom:30px;
}
.triple-inset {
	padding-top:60px;
	padding-bottom:60px;
}
.reset-inset {
	padding:0px;
	overflow:hidden;
}
.txt-align-center {
	text-align:center !important;
}
.txt-align-left {
	text-align:left !important;
}
.txt-align-right {
	display: block;
	text-align:right;
}
.pull-left {
	float:left;
}
.pull-right {
	float:right;
}
.mrg-btm {
	overflow:hidden;
	padding-bottom:60px !important;
}
.browsehappy {
	background-color:#990000;
	width:100%;
	position:fixed;
	top:0px;
	left:0px;
	text-align:center;
	color:#ffffff;
	z-index:99999999999 !important;
}
.browsehappy a {
	color:#11bacc;
}
.reset-inset-left {
	padding-left:0px;
}
.brd-full {
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}
.reset-margin {
	margin:0px;
}
.vert-align{
	position: relative;
	top: 50%;
	
	-webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.embed-responsive-16by9::before {
    padding-top: 57.25%;
}
.pos-rel {
	position:relative;
}

/* ================================================= 
	BRAND COLORS	
================================================= */
.default-primary-bg-color {
	background-color:#000000;
}
.default-primary-color {
	color:#000000;
}
.default-secondary-bg-color {
	background-color:#ffffff;
}
.default-secondary-color {
	color:#ffffff;
}
.default-tertiary-bg-color {
	background-color:#cccccc;
}
.default-tertiary-color {
	color:#cccccc;
}
.default-quarterly-bg-color {
	background-color:#F4F6F9;
}
.default-quarterly-color {
	color:#F4F6F9;
}
.primary-bg-color {
	background-color:#F15340;
}
.primary-color {
	color:#F15340;
}
.secondary-bg-color {
	background-color:#1D2358;
}
.secondary-color {
	color:#1D2358;
}
.tertiary-bg-color {
	background-color:#A4AEAC;
}
.tertiary-color {
	color:#A4AEAC;
}
.quarterly-bg-color {
	background-color:#55966c;
}
.quarterly-color {
	color:#55966c;
}
.fifth-bg-color {
	background-color:#aaf0d1;
}
.fifth-color {
	color:#aaf0d1;
}

/* ================================================= 
	TYPOGRAPHY	
================================================= */
h1, h2, h3, h4, h5, h6 {
	font-family:'Roboto', sans-serif;
	margin-bottom:30px;
}
h1 {
	font-size:24px;
}
.as-h1 {
	font-size:29px;
}
h2,
h3 {
	font-size:18px;
	margin-bottom:15px;
}
h3 em {
	font-size:11px;
	font-weight:400;
}
#main-content h1,
#main-content h2, 
#main-content h3, 
#main-content h4, 
#main-content h5, 
#main-content h6 {
	font-weight:300;
	line-height: 30px;
}
.strong {
	font-weight:bold !important;
}
#main-content {
    min-height:870px;
}

/* ================================================= 
	HEADER + MAIN NAVIGATION
================================================= */
#header {
	z-index:9999999999 !important;
	height:58px;
}
#header .brand {
	position:absolute;
	top:-11px;
	left:10px;
}
#header .brand,
#header .brand img {
	margin-bottom:0px;
	line-height:28px;
	width:50px;
}
#header .brand img {
	font-family:'Roboto', sans-serif;
	color:#ffffff;
	font-size:14px;
	text-transform:uppercase;
}
#header #notifications {
	position:relative;
}
#header #notifications .notification-number {
	position:absolute;
	right: -7px;
	top: -3px;
	background-color:#1D2358;
	color:#ffffff;
	padding:4px 0 0 0;
	text-align:center;
	line-height:100%;
	width:18px;
	height:18px;
	font-size:10px;
	
	-webkit-border-radius:50%;
	border-radius:50%;
	
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
#header #notifications:hover .notification-number {
	background-color:#ffffff;
	color:#1D2358;
}
#main-nav ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
#main-nav ul li {
	font-family:'Roboto', sans-serif;
	color:#ffffff;
	font-size:14px;
	text-transform:uppercase;
	margin-left:0;
}
#main-nav ul li a {
	color:#ffffff;
	line-height:28px;
	text-transform:capitalize;
	margin-left:15px;
	
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
#main-nav ul li a:hover,
#main-nav ul li a:focus,
#main-nav ul li a:active {
	color:#1D2358;
}
#main-nav ul li.profiling .profile-name,
#main-nav ul li.profiling .profile-picture {
	display:inline-block;
	margin-left:15px;
	background-color:transparent;
}
#main-nav ul li.profiling .nav-link {
	padding:0px 0 0 0;
}
#main-nav ul li.profiling .profile-picture {
	position:absolute;
	top:-2px;
	right:0px;
}
#main-nav ul li.profiling .profile-picture img {
	background-color:transparent;
	-webkit-border-radius:50%;
	border-radius:50%;
}
.dropdown-menu {
	top:42px;
	
	-webkit-border-radius:0px;
	border-radius:0px;
}
.dropdown-user {
	min-width:270px;
	left:-210px;
}
.dropdown-user .dw-user-box,
.dw-user-box  {
	padding:10px 15px;
}
ul.dropdown-user li .dw-user-box .u-img,
.dw-user-box .u-img {
	background-color:transparent;
	width: 70px;
	display: inline-block;
	vertical-align: top;
	height: 70px;
	
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
ul.dropdown-user li .dw-user-box .u-img img,
.dw-user-box .u-img img  {
    width: 100%;
    
	-webkit-border-radius: 50%;
	border-radius: 50%;
    
}
ul.dropdown-user li .dw-user-box .u-text,
.dw-user-box .u-text {
    display: inline-block;
	padding-left: 10px;
	padding-top: 20px;
}
ul.dropdown-user li .dw-user-box .u-text p,
.dw-user-box .u-text p {
	color:#000000 !important;
    margin-bottom: 2px;
    font-size: 11px;
    text-transform:none;
}
ul.dropdown-user li a {
	color:#000000 !important;
    margin-bottom: 2px;
    padding:8px 0px;
    display:block;
    width:100%;
    font-size: 12px;
    text-transform:capitalize;
}
ul.dropdown-user li a i {
	margin-right:15px;
	font-size:18px;
}
ul.dropdown-user li .dw-user-box .u-text h4,
.dw-user-box .u-text h4,
.mail-contnet h5 {
	color:#000000;
    margin: 0px;
    font-size: 13px;
    text-transform:capitalize;
}
ul.dropdown-user li.divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: rgba(120, 130, 140, 0.13);
}
ul li .drop-title,
ul li .link-notification  {
    font-weight: 500;
    padding: 11px 20px 15px;
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}
ul li .link-notification .nav-link {
	margin:0 !important;
	font-size:13px;
	line-height:26px;
}
ul li .link-notification .nav-link i {
	margin-top:2px;
	margin-left:5px;
}
.message-center a {
	border-bottom: 1px solid rgba(120, 130, 140, 0.13);
	margin-left:0px !important;
	padding:11px 20px 15px !important;
}
.mail-contnet .mail-desc,
.mail-contnet .time {
	display:block;
}

#sub-navigation {
	z-index:20;
	left:0px;
	height:100%;
}
#sub-navigation .dw-user-box {
	padding:20px 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.33);
}
#sub-navigation .dw-user-box .u-img {
	width:35px;
	height:35px;
}
#sub-navigation .dw-user-box .u-text {
	padding-top:2px;
}
#sub-navigation #edit {
	position:absolute;
	top:15px;
	right:15px;
	color:#F15340;
	font-weight:bold;
	font-size:21px;
}
#sub-nav {
	margin-left:0px;
	padding:20px 15px;
	display:block;
}
#sub-nav li {
	width:100%;
	display:block;
	padding:10px 0;
}
#sub-nav li a {
	font-family:'Roboto', sans-serif;
	color:#000000;
	font-weight:bold;
	font-size:14px;
	text-transform:none;
	margin-left:0;
	
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
#sub-nav li a:hover {
	color:#F15340;
}
#sub-nav li a i {
	margin-right:10px;
}
#login .fa-lock,
#header .register-new-account .fa-id-badge {
	margin-right:5px;
}
#main-nav .nav .nav-item {
	position:relative;
}
#header .register-new-account {
	margin-top: -5px;
	padding-top: 5px;	
	padding-bottom: 5px;
}

#main-nav ul li ul li a.dropdown-item {
	margin-left:0px !important;
	padding:10px 15px;
	color:#1d2358 !important;
}
#main-nav ul li ul li {
	border-bottom:1px solid rgba(0,0,0,0.1);
}
#main-nav ul li ul li a.dropdown-item:hover {
	background-color:#1d2358;
	color:#FFF !important;
}


/* ================================================= 
	BUTTON + BADGES
================================================= */
.cv-modal-multiple-click.btn {
	position:relative;
	display:block;
	margin-right:15px;
}
.cv-modal-multiple-click.btn i {
	position:absolute;
	right:15px;
}
.btn,
.badge {
	font-family:'Roboto', sans-serif;
	font-size:14px;
	line-height:28px;
	color:#ffffff;
	font-weight:300;	
	border:0px;
	padding:8px 16px 8px 16px;
	margin-bottom:0px;
	
	-webkit-box-shadow:none !important;
	box-shadow:none !important;
}
.btn-primary {
	background-color:#1D2358;
}
.btn-secondary {
	background-color:#55966c;
	border:0px !important;
	opacity:1;
	
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:hover {
	background-color:#427a56 !important;
	border:0px !important;
	opacity:1;
}
.btn-secondary.disabled {
	opacity:0;
}
#qr-code-result-table .disabled {
	background-color:#427a56 !important;
	opacity:0.5;
}
.badge {
	font-size:12px;
	font-weight:600;
	margin-right:10px;
	padding:4px 10px;
	margin-bottom:10px;
}
.badge-default {
	color:#000000;
	background-color:#cccccc;
}

#header .col-md-1 {
	position:relative;
}
.dashboard-link {
	position: absolute;
	top:0;
	left:28px;
}
.dashboard-link:hover {
	color:#1D2358;
}

/* ================================================= 
	LIST GROUP	
================================================= */
.list-container .list-group,
.list-container-main .list-group {
	border-top:1px solid rgba(0,0,0,0.1);
	border-left:1px solid rgba(0,0,0,0.1);
	border-right:1px solid rgba(0,0,0,0.1);
	border-bottom:0;
}
.list-container .list-group:last-child,
.list-container-main .list-group:last-child  {
	border-bottom:1px solid rgba(0,0,0,0.1);
}
.list-group-item {
	font-family:'Roboto', sans-serif;
	font-size:13px;
	line-height:28px;
	padding:14px 40px 14px 10px;
	background-color:#F4F6F9;
	border:0px;
	color:#000000;
	font-weight:700;
	
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
.list-group-item:first-child,
.list-group-item:last-child {
	-webkit-border-radius:0px;
	border-radius:0px;
}
.list-group-item .fa {
	position:absolute;
	right:10px;
	top:15px;
	font-size:21px;
	color:#55966c;
}
.list-group-item:hover,
.list-group-item:focus,
.list-group-item:active {
	background-color:#55966c !important;
	color:#FFFFFF !important;
}
.list-group-item:hover .fa {
	color:#FFFFFF;
}
.list-group-item span {	
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
.list-group-item:hover span {
	color:#1D2358;
}

.list-container-main .list-group-item  {
	font-size:14px;
	padding:20px 40px;
}
.list-container-main .list-group-item .fa {
	top:22px;
}

/* ================================================= 
	NAV PROGRAM	
================================================= */
.nav-program {
	border:0px !important;
}
.nav-program a {
	margin-right:15px;
	width:175px !important;
	background-color:#1d2358;
	color:#ffffff !important;
}
.nav-program a.active.show {
	background-color:#55966c !important;
	color:#ffffff;
	border:0px !important
}

-------------------------------- */
.cd-schedule .events .top-info {
	background-color: #1d2358 !important;
	color: #FFFFFF;
}
.cd-schedule {
  position: relative;
  margin: 2em 0;
}
.cd-schedule .timeline { 
	position:absolute;
	top:0px;
	left:0px !important;	
	text-align:left !important;
}

.cd-schedule::before {
  /* never visible - this is used in js to check the current MQ */
  content: 'mobile';
  display: none;
}

@media only screen and (min-width: 800px) {
  .cd-schedule {
    width: 100%;
    margin: 60px auto;
  }
  .cd-schedule::after {
    clear: both;
    content: "";
    display: block;
  }
  .cd-schedule::before {
    content: 'desktop';
  }
}

.cd-schedule .timeline {
  display: none;
}

@media only screen and (min-width: 800px) {
  .cd-schedule .timeline {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 50px;
  }
  .cd-schedule .timeline li {
    position: relative;
    height: 50px;
  }
  .cd-schedule .timeline li::after {
    /* this is used to create the table horizontal lines */
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #EAEAEA;
  }
  .cd-schedule .timeline li:last-of-type::after {
    display: none;
  }
  .cd-schedule .timeline li span {
    display: none;
  }
}

@media only screen and (min-width: 1000px) {
  .cd-schedule .timeline li::after {
    width: calc(100% - 60px);
    left: 60px;
  }
  .cd-schedule .timeline li span {
    display: inline-block;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .cd-schedule .timeline li:nth-of-type(2n) span {
    display: none;
  }
}

.cd-schedule .events {
  position: relative;
  z-index: 1;
}

.cd-schedule .events .events-group {
  margin-bottom: 30px;
}

.cd-schedule .events .top-info {
  width: 100%;
  padding: 0 5%;
}

.cd-schedule .events .top-info > span {
	background-color:#1d2358;
	color:#ffffff;
  display: inline-block;
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: bold;
}

.cd-schedule .events .events-group > ul {
  position: relative;
  padding: 0 5%;
  /* force its children to stay on one line */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.cd-schedule .events .events-group > ul::after {
  /* never visible - used to add a right padding to .events-group > ul */
  display: inline-block;
  content: '-';
  width: 1px;
  height: 100%;
  opacity: 0;
  color: transparent;
}

.cd-schedule .events .single-event {
  /* force them to stay on one line */
  -ms-flex-negative: 0;
      flex-shrink: 0;
  float: left;
  height: 150px;
  width: 90% !important;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
  margin-right: 20px;
  -webkit-transition: opacity .2s, background .2s;
  transition: opacity .2s, background .2s;
}

.cd-schedule .events .single-event:last-of-type {
  
}

.cd-schedule .events .single-event a {
  display: block;
  height: 100%;
  padding: .8em;
}

@media only screen and (min-width: 550px) {
  .cd-schedule .events .single-event {
    width: 40%;
  }
}

@media only screen and (min-width: 800px) {
  .cd-schedule .events {
    float: left;
    width: 100%;
  }
  .cd-schedule .events .events-group {
    width: 20%;
    
    border: 1px solid #EAEAEA;
    height:2500px !important;
    /* reset style */
    margin-bottom: 0;
  }
  .cd-schedule.timeline-longer .events .events-group {
	  height:2750px !important;
  }
  .cd-schedule.timeline-longer-long .events .events-group {
	 	height:2150px !important;
  }
  .cd-schedule .events .events-group:not(:first-of-type) {
    border-left-width: 0;
  }
  .cd-schedule .events .top-info {
    /* vertically center its content */
	white-space:break-spaces;
    display: table;
    height: 50px;
    border-bottom: 1px solid #EAEAEA;
    /* reset style */
    padding: 0;
  }
  .cd-schedule .events .top-info > span {
    /* vertically center inside its parent */
    display: table-cell;
    vertical-align: middle;
    padding: 0 .5em;
    font-weight:bold;
    text-transform: uppercase;
    text-align: center;
    /* reset style */
    margin-bottom: 0;
  }
  .cd-schedule .events .events-group > ul {
    /* reset style */
    display: block;
    overflow: visible;
    padding: 0;
  }
  .cd-schedule .events .events-group > ul::after {
    clear: both;
    content: "";
    display: block;
  }
  .cd-schedule .events .events-group > ul::after {
    /* reset style */
    display: none;
  }
  .cd-schedule .events .single-event {
    position: absolute;
    z-index: 3;
    /* top position and height will be set using js */
    width: calc(100% + 2px);
    left: -1px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), inset 0 -3px 0 rgba(0, 0, 0, 0.2);
    /* reset style */
    -ms-flex-negative: 1;
        flex-shrink: 1;
    height: auto;
    max-width: none;
    margin-right: 0;
  }
  .cd-schedule .events .single-event a {
    padding: 5px;
  }
  .cd-schedule .events .single-event:last-of-type {
    /* reset style */
    margin-right: 0;
  }
  .cd-schedule .events .single-event.selected-event {
    /* the .selected-event class is added when an user select the event */
    visibility: hidden;
  }
}

@media only screen and (min-width: 1000px) {
  .cd-schedule .events {
    /* 60px is the .timeline element width */
    margin-left: 60px;
  }
}

.cd-schedule.loading .events .single-event {
  /* the class .loading is added by default to the .cd-schedule element
	   it is removed as soon as the single events are placed in the schedule plan (using javascript) */
  opacity: 0;
}

.cd-schedule .event-name,
.cd-schedule .event-date {
  display: block;
  color: white;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cd-schedule .event-name {
	font-size: 12px !important;
	text-transform: uppercase;
}
.cd-schedule .sub-title {
	font-size:13px !important;
	line-height:19px;
	color:#FFFFFF;
	font-style: normal !important;
	margin-top: 5px;
	display: block;
	white-space:break-spaces;
}

@media only screen and (min-width: 800px) {
  .cd-schedule .event-name {
    font-size: 18px;
    line-height: 10px;
	text-transform: uppercase;
  }
}

.cd-schedule .event-date {
  /* they are not included in the the HTML but added using JavScript */
  font-size:10px;
	margin-bottom:15px;
  opacity: .7;
  line-height: 1.2;
}


.cd-schedule .event-modal {
  position: fixed;
  z-index: 3;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  /* Force Hardware acceleration */
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: visibility .4s, -webkit-transform .4s;
  transition: visibility .4s, -webkit-transform .4s;
  transition: transform .4s, visibility .4s;
  transition: transform .4s, visibility .4s, -webkit-transform .4s;
  -webkit-transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1);
          transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1);
}

.cd-schedule .event-modal .header {
  position: relative;
  height: 70px;
  /* vertically center its content */
  display: table;
  width: 100%;
}

.cd-schedule .event-modal .header .content {
  position: relative;
  z-index: 3;
  /* vertically center inside its parent */
  display: table-cell;
  vertical-align: middle;
  padding: .6em 5%;
}

.cd-schedule .event-modal .body {
  position: relative;
  width: 100%;
  /* 70px is the .header height */
  height: calc(100% - 70px);
}

.cd-schedule .event-modal .event-info {
	position: relative;
	z-index: 2;
	height: 100%;
	overflow-x: hidden;
	overflow-y:scroll;
	padding: 30px 15px;
	text-align: justify;
	font-size: 14px !important;
	line-height: 26px;
	font-weight:400;
	font-family: 'Open Sans', sans-serif;
}
.cd-schedule .event-modal .event-info p {
	margin-bottom:15px;
}
.cd-schedule .event-modal .event-info p,
.cd-schedule .event-modal .event-info ul li {
	text-align: justify;
	font-size: 14px !important;
	line-height: 26px;
	font-weight:400;
	font-family: 'Open Sans', sans-serif;
}
.cd-schedule .event-modal .event-info p strong { 
	font-weight:bold !important;
}

.cd-schedule .event-modal .event-info ul {
	margin-bottom:15px !important;
	list-style-type: circle !important;
    margin-left: 20px !important;
}
.cd-schedule .event-modal .event-info h3 {
	font-size: 21px;
	font-weight: bold;
}

.cd-schedule .event-modal .event-info > div {
  overflow: auto;
  height: 100%;
  padding: 1.4em 5%;
}

.cd-schedule .event-modal .header-bg, .cd-schedule .event-modal .body-bg {
  /* these are the morphing backgrounds - visible on desktop only */
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color:#55966c !important;
}

.cd-schedule .event-modal .body-bg {
  z-index: 1;
  background: white;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
}

.cd-schedule .event-modal .header-bg {
  z-index: 2;
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
}

.cd-schedule .event-modal .close {
  /* this is the 'X' icon */
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 1);
  /* replace text with icon */
  color: transparent;
  white-space: nowrap;
  text-indent: 100%;
  height: 70px;
  width: 70px;
}

.is_mobile .cd-schedule .event-date, 
.is_mobile .cd-schedule .event-name {
	text-align:left !important;
}

.cd-schedule .event-modal .close::before, .cd-schedule .event-modal .close::after {
  /* these are the two lines of the 'X' icon */
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 22px;
  background: white;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cd-schedule .event-modal .close::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.cd-schedule .event-modal .close::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
          transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.cd-schedule .event-modal .event-date {
  display: none;
}

.cd-schedule .event-modal.no-transition {
  -webkit-transition: none;
  transition: none;
}

.cd-schedule .event-modal.no-transition .header-bg, .cd-schedule .event-modal.no-transition .body-bg {
  -webkit-transition: none;
  transition: none;
}

@media only screen and (min-width: 800px) {
  .cd-schedule .event-modal {
    /* reset style */
    right: auto;
    width: auto;
    height: auto;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    will-change: transform, width, height;
    -webkit-transition: height .4s, width .4s, visibility .4s, -webkit-transform .4s;
    transition: height .4s, width .4s, visibility .4s, -webkit-transform .4s;
    transition: height .4s, width .4s, transform .4s, visibility .4s;
    transition: height .4s, width .4s, transform .4s, visibility .4s, -webkit-transform .4s;
    -webkit-transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1);
            transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1);
  }
  .cd-schedule .event-modal .header {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
  }
  .cd-schedule .event-modal .header .content {
    /* reset style */
    display: block;
    padding: .8em;
  }
  .cd-schedule .event-modal .event-info > div {
    padding: 2em 3em 2em 2em;
  }
  .cd-schedule .event-modal .body {
    height: 100%;
    width: auto;
  }
  .cd-schedule .event-modal .header-bg, .cd-schedule .event-modal .body-bg {
    /* Force Hardware acceleration */
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    will-change: transform;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .cd-schedule .event-modal .header-bg {
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    -webkit-transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1);
            transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1);
  }
  .cd-schedule .event-modal .body-bg {
    opacity: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .cd-schedule .event-modal .event-date {
    display: block;
  }
  .cd-schedule .event-modal .close, .cd-schedule .event-modal .event-info {
    opacity: 0;
  }
  .cd-schedule .event-modal .close {
    width: 40px;
    height: 40px;
    background: transparent;
  }
  .cd-schedule .event-modal .close::after, .cd-schedule .event-modal .close::before {
    background: #222222;
    height: 16px;
  }
}

@media only screen and (min-width: 1000px) {
  .cd-schedule .event-modal .header .content {
    padding: 1.2em;
  }
}

.cd-schedule.modal-is-open .event-modal {
  /* .modal-is-open class is added as soon as an event is selected */
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  visibility: visible;
}

.cd-schedule.modal-is-open .event-modal .event-info > div {
  /* smooth scroll on iOS touch devices */
  -webkit-overflow-scrolling: touch;
}

@media only screen and (min-width: 800px) {
  .cd-schedule.animation-completed .event-modal .close,
  .cd-schedule.content-loaded.animation-completed .event-modal .event-info {
    /* 	the .animation-completed class is added when the modal animation is completed
			the .content-loaded class is added when the modal content has been loaded (using ajax) */
    opacity: 1;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
  }
  .cd-schedule.modal-is-open .body-bg {
    opacity: 1;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    -webkit-transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1);
            transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1);
  }
}

.cd-schedule .cover-layer {
  /* layer between the content and the modal window */
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s, visibility .4s;
  transition: opacity .4s, visibility .4s;
}

.cd-schedule.modal-is-open .cover-layer {
  opacity: 1;
  visibility: visible;
}

.cd-schedule .events .events-group > ul {
  position: relative;
  padding: 0 5%;
  /* force its children to stay on one line */
  display: flex;
  width:102%;
  -webkit-overflow-scrolling: touch;
}
 
.cd-schedule .events .single-event {
  /* force them to stay on one line */
  flex-shrink: 0;
  float: left;
  height: 150px;
  padding-left:0px;
  width: 92.5% !important;
}
.cd-schedule .events .split-event {
	width:48% !important;
	margin-right:10px;
}
.cd-schedule .event-modal {
  position: fixed;
  z-index:9999999999;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  transform: translateX(100%);
  transition: transform .4s, visibility .4s;
}
 
.cd-schedule.modal-is-open .event-modal {
  /* .modal-is-open class is added as soon as an event is selected */
  transform: translateX(0);
  visibility: visible;
}
.single-event-one .event-name {
	float: left;
	margin-left: 10px;
	margin-top: 1px;	
}
.single-event-one .event-date {
	float:left;
} 

@media only screen and (min-width: 800px) {
  .cd-schedule .events {
    float: left;
    width: 100%;
  }
  .events-group {
    width: 24.35%;
  }
  .cd-schedule .events .single-event {
    position: absolute;
    z-index: 3;
    /* top position and height will be set using js */
    width: calc(100% + 2px);
    left: -1px;
	  padding-bottom:85px;
  }
}


.cd-schedule .events .events-group.events-group-smaller {
    width: 25% !important;
	  display: inline-block;
	
	@media(max-width:1320px) {
		width:50%;	
	}
}
@media(max-width:800px) {
	.cd-schedule .events .events-group.events-group-smaller {
		display: block;
	}
}
.cd-schedule .events .events-group.events-group-medium {
    width: 19.12% !important;
}

@media only screen and (max-width: 800px) {
    .cd-schedule .events .single-event{
		overflow-y:scroll;
        width: 98% !important;
        margin-right: 1px;
    }
    .cd-schedule .events .events-group.events-group-smaller {
        width: 100% !important;
    }
    .cd-schedule .events .events-group.events-group-medium {
        width: 100% !important;
    }
    .cd-schedule .events .top-info > span {
	    width:100%;
	    padding:15px;
	    margin-bottom:0px;
    }
    .single-event.quarterly-bg-color {
	    margin-left:0px !important;
	    padding-left:0px !important;
    }
    .cd-schedule .events .top-info,
    .cd-schedule .events .events-group > ul {
	    padding:0 20px 0 0;
	    overflow-x:scroll;
    }
}

.events ul {
	list-style:none;
	margin:0px;
	margin: 0px;
	display: inline-block;
	overflow: auto;
	max-width: calc( 100% - 60px );
	white-space: nowrap;
}
.events > ul > li > ul > .single-event {
	padding-left: 10px;
	margin-left: 10px;
	background-color:#55966c !important;
}
.timeline ul {
	list-style:none;
	margin:0px;
}

.cd-schedule .events .single-event.single-event-half {
	width:47.6% !important;
	position: relative !important;
}
.cd-schedule .events .events-group > ul.june2-group {
	padding:0 !important;
}
.cd-schedule .events .single-event a {
	position:relative;
}
.cd-schedule .events .single-event a .event-location {
	bottom: 4px;
	font-size: 10px !important;
	position: absolute;
	top: 0;
	right: 5px;
}
.cd-schedule .events .single-event a .event-location i {
	margin-right:10px;
}

/* ================================================= 
	MODAL	
================================================= */
#loginModal {
	top:90px;
}
#loginModal .modal-dialog {
	max-width:600px;
}
#CVModalMultiple,
#CVModal {
    top: 45px;
}
#CVModalMultiple .close {
	position: absolute;
	right: 15px;
	top: 0px;
	font-size: 40px;
	z-index:999999;
}
#CVModal .modal-dialog {
    width:  800px;
	max-width:800px;
}
#CVModalMultiple .modal-dialog,
#BadgeModal .modal-dialog {
    max-width: 25%;
}
#CVModalMultiple .modal-dialog {
	min-width:800px;
	max-width:1280px;
}
.modal-backdrop {
	background-color:rgba(0,0,0,0.75);
}
.modal-content {
	border:0px;
	background-color:transparent;
	-webkit-border-radius:0px;
	border-radius:0px;
}
#CVModalMultiple .modal-content,
#CVModal .modal-content,
#BadgeModal .modal-content {
	background-color: #FFFFFF;
}
#loginModal #nav-tab .nav-link {
	font-family:'Roboto', sans-serif;
	font-size:14px;
	line-height:28px;
	color:#000000;
	font-weight:300;
	padding:0px;
	float:left;
	width:50%;
	text-align:center;
	border:0px;
	height: 70px;
	line-height: 70px;
	background-color:#cccccc;
	letter-spacing:0.3px;
	
	-webkit-border-radius:0px;
	border-radius:0px;
	
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
#loginModal #nav-tab .nav-link.active,
#loginModal #nav-tab .nav-link:active,
#loginModal #nav-tab .nav-link:focus {
	font-weight:bold;
	background-color:#ffffff !important;
	color:#1D2358;
}
#loginModal .link {
	width:100%;
	text-align:center;
	padding:10px 0 10px 0;
	display:block;
}
#loginModal .link-forgot-password {
	color:#F15340 !important;
	font-size:17px  !important;
	text-transform: uppercase !important;
	font-weight:bold !important;
}
#loginModal .link.hidden {
	display:none !important;
}
#nav-tabContent {
	padding:3em;
	background-color:#ffffff;
}

/* ================================================= 
	PILLS TABS + MODAL STYLING APPLICANTS
================================================= */
#pills-tab a {
	background-color:#f1f1f1;
	color:#000000;
	border-bottom:1px solid rgba(255,255,255,0.5);
	font-weight:600;
	
	-webkit-transition:all 0.1s linear;
	transition:all 0.1s linear;
	
	-webkit-border-radius:0px;
	border-radius:0px;
}
#pills-tab a.active,
#pills-tab a:focus, 
#pills-tab a:active,
#pills-tab a:hover {
	background-color:#55966c !important;
	color:#FFFFFF;
}
.interview-status-select {
	margin-right:10px;
	width:175px;
	display:inline-block;
}
#CVModalMultiple #printCV:hover, 
#CVModalMultiple #printCV:active, 
#CVModalMultiple #printCV:focus {
	background-color:#1d2358 !important;
}


/* ================================================= 
	MAIN	
================================================= */
#main.main-landing {
    background-image: url("../img/bg.png");
}
#main.main-landing {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: center;
    height: calc(100vh - 58px);
}

#main.main-landing .container {
    flex: 1;
    display: flex;
    align-items: center;
}

#main.main-landing h2 {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 54px;
    line-height: 100%;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}
#main.main-landing .form-inline input {
    border: 1px solid #ffffff;
    width: 275px !important;
    height: 44px;
    margin-left: 1px;
    padding-left: 25px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    
    -webkit-border-radius: 40px 0px 0px 40px;
    border-radius: 40px 0px 0px 40px;
}
#main.main-landing .btn-primary {
    border: 0px;
    background-color: #F15340;
    padding: 8px 25px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-left: 0px;
    -webkit-border-radius: 0px 40px 40px 0;
    border-radius: 0px 40px 40px 0;
}
#main.main-landing .description {
    margin-bottom: 30px;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}
#main.main-landing .subscribe form {
    justify-content: center;
}
#main.main-landing .table-register {
    margin: auto;
    width: auto;
    margin-bottom: 30px;
}
#main.main-landing .table-register tr {
    
}
#main.main-landing .table-register tr > td {
    border: 0px;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}
#main.main-landing #register {
    border: 0px;
    background-color: #F15340;
    padding: 17px 35px;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin-left: 0px;
    color: #FFFFFF;

    border-radius: 40px;
    -webkit-border-radius: 40px;
}
#main.main-landing #register:hover,
#main.main-landing #register:focus,
#main.main-landing #register:active {
    background-color: #F15340 !important;
}
#main {
	margin-top:58px;
}
.img-user {
	width:180px;
	height:180px;
	
	-webkit-border-radius:0px;
	border-radius:0px;
}
#edit-cv,
#edit-naw-cv,
.edit-experience-cv,
.edit-education-cv,
.edit-activities-cv,
.edit-skills-cv,
.delete-cv-item {
	position:absolute;
	top:15px;
	right:35px;
	color:#F15340;
	font-weight:bold;
	font-size:21px;
	z-index:15;
}
.edit-experience-cv,
.edit-education-cv,
.edit-activities-cv {
	top: 4px;
	right:32px;
}
.delete-cv-item {
	right:2px;
	top:2px;
}
form .btn {
	position:relative;
}
.loader {
	background-image: url(../img/preloader.gif);
	background-repeat:no-repeat;
	background-position:center center;
	display:inline-block;
	margin-right:10px;
	width:32px;
	height:32px;
	position:absolute;
	top: -50px;
	right: 0px;
}

.experience-preview,
.education-preview,
.activities-preview {
	border-bottom:1px solid rgba(0,0,0,0.1);
	padding-bottom:15px;
	margin-bottom:15px;
	position:relative;
}
.experience-preview .job-title,
.experience-preview .company,
.experience-preview .date,
.experience-preview .location,
.experience-preview .description,
.education-preview .school,
.education-preview .degree-study,
.education-preview .date,
.education-preview .location,
.education-preview .description,
.activities-preview .title,
.activities-preview .description {
	font-family:'Roboto', sans-serif;
	font-size:14px;
	line-height:28px;
	color:#000000;
	font-weight:300;
	width:100%;
	display:block;
}
.experience-preview .job-title,
.education-preview .school,
.activities-preview .title {
	font-weight:bold;
	font-size:17px;
}
.experience-preview .company,
.experience-preview .date,
.experience-preview .location,
.education-preview .degree-study,
.education-preview .date,
.education-preview .location {
	font-weight:400;
}
.experience-preview .description,
.education-preview .description,
.activities-preview .description {
	margin-top:20px;
}
.experience-preview .description p,
.education-preview .description p ,
.activities-preview .description p {
	margin-bottom:15px;
}
.activities-preview .description {
	margin-top:0px;
}
.skills-preview {
	padding-right:100px;
}
.skill-wrapper label {
	display:block;
	width:100% !important;
}
.skill-wrapper .form-control,
.skill-wrapper .btn {
	float:left;
	display:inline-block;
}
.skill-wrapper .form-control {
	width:80%;
}
.skill-wrapper .btn {
	float:right;
}
.close-form {
	position: absolute;
	top: 11px;
	right: 27px;
	font-size: 26px;
}
.new-cv-content {
	margin-bottom:20px;
	padding:3px 16px 3px 16px;
}
.skills-container {
	position:relative;
}
#skill-btn {
	margin-right:50px;
}
.sticky {
    position: sticky;
    top: 80px;
}
#intro-titles {
	position:absolute;
	top:0px;
	z-index:99999;
	width:100%;
	margin:0 auto;
	top:37%;
}
.gallery-single #intro-titles {
	top:40%;
}
#intro-titles h1 {
	font-size:76px;
	font-weight:bold;
}
#intro-titles h2,
#intro-titles h3 {
	font-size:33px;
	font-weight:400;
}
#intro-titles h3 {
	margin-top:30px;
	margin-bottom:30px;
	font-size:31px;
	font-weight:200;
}
#intro-titles h1, 
#intro-titles h2,
#intro-titles h3 {
	text-transform:uppercase;
	text-shadow:0 1px 1px rgba(0,0,0,0.5);
}
#intro-titles h1 span {
	font-weight:100;
}
#carousel .btn {
	margin-top:20px;
}
.call-to-action-container {
	position:relative;
	margin-bottom:30px;
}
.call-to-action-container .title {
	width:190px;
	height:190px;
	line-height:31px;
	color:#F15340;	
	text-align:center;
	letter-spacing:1.8px;
	font-size:15px;
	
	-webkit-border-radius:50%;
	border-radius:50%;
}
.call-to-action-container .title strong {
	color:#ffffff;	
	padding-top:40%;
	font-weight:bold;
	text-transform:uppercase;
	font-size:33px;
	width:100%;
	display:block;
}
.call-to-action-container .text {
}
.call-to-action-container .text p {
	margin-bottom:15px;	
	margin-top:15%;
}
.call-to-action-container .text .link {
	font-weight:bold;
	text-transform:uppercase;
	color:#55966c;
	
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
.call-to-action-container .text .link:hover {
	color:#427a56;
}
.mega-inset {
	padding:110px;
	text-align:center !important;
}
.css-tw-cols {
	-webkit-column-count:2;
	column-count:2;
	
	-webkit-column-gap: 40px;
    column-gap: 40px;
}
.companies a .caption {
	text-align:center;
	font-family:'Roboto', sans-serif;
	font-size:14px;
	line-height:28px;
	color:#1D2358;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:10px;
}
.companies a img {
	border:2px solid #F15340;
	background-color:#ffffff;
}
.companies .requested {
    pointer-events: none;
}
.company-dinner .mask {
    display: none;
    visibility: hidden;
    
    position: absolute;
    top: 20px;
    right: 45px;
}
.company-dinner .mask.selected {
    display: block;
    visibility: visible;
}
.company-dinner .mask i {
    color: #55966c;
    font-size: 28px;
}
#save-company-dinner {
    background-color: #55966c;
}

.company-overview-activities .companies a img {
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
.company-overview-activities .companies a:hover img,
.company-overview-activities .companies a.selected img,
.company-overview-activities .companies .requested a img {
	border:2px solid #55966c;
}
.company-overview-activities .companies a span.masked-image {
	width: 150px;
	height: 150px;	
	display: block;
	background-color: rgba(0,0,0,0);
	opacity:0;
	position: absolute;
	top: 2px;
	left: 17px;
	margin: 0 auto;
	text-align: center;
	font-size: 40px;
	padding-top: 30%;
	text-transform: lowercase;
	font-weight: 300;

    transform: scale(0.13, 0.1);
    -webkit-transform: scale(0.13, 0.1);
    -moz-transform: scale(0.13, 0.1);
    -o-transform: scale(0.13, 0.1);
    -ms-transform: scale(0.13, 0.1);
	
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.register-event .masked-image,
.company-overview-activities .companies a.selected span.masked-image,
.company-overview-activities .companies .requested a span.masked-image {
	width: 150px;
	height: 150px;	
	display: block;
	background-color: rgba(0,0,0,0.75);
	opacity:1;
	position: absolute;
	top: 2px;
	left: 17px;
	margin: 0 auto;
	text-align: center;
	font-size: 40px;
	padding-top: 30%;
	text-transform: lowercase;
	font-weight: 300;
	
	-webkit-border-radius: 50%;
	border-radius: 50%;
	
	transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
	
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
}

.register-event .masked-image {
    text-transform: capitalize;
    font-size: 36px;
    font-weight: 400;
    color: #1D2358;
    border: 2px solid #F15340;
	background-color: transparent;
}
.register-event .masked-image.selected,
.register-event .masked-image:hover,
.register-event .masked-image:focus{
    color: #FFFFFF;
    background-color: rgba(0,0,0,0.75) !important;
}
.register-event {
    height: 150px;
}
.register-event-overrule {
	height:auto !important;
}
#save-register-event {
    background-color: #55966c;
}
.registered {
    pointer-events: none;
}
.registered > .register-txt,
.register-event .masked-image.selected > .register-txt,

.register-event .masked-image.selected > .fa-check {
    display: block;
    overflow: visible;
}
.register-event-btn.registered {
	display:none;
	visibility:hidden;
}

/* ================================================= 
	BREADCRUMB	
================================================= */
.breadcrumb {
	background-color:transparent;
	margin-bottom:0px;
	padding:0px;
}
.breadcrumb li, 
.breadcrumb li a {
	font-family:'Roboto', sans-serif;
	font-size:14px;
	line-height:28px;
	color:#000000;
	font-weight:500;
	letter-spacing:0.8px;
}
.breadcrumb > li.active {
	font-family:'Roboto', sans-serif;
	font-size:14px;
	line-height:28px;
	color:#000000;
	font-weight:500;
	letter-spacing:0.8px;
	color:#F15340;
	font-weight:500;
}
p.inline {
	float:left;
	margin-right:10px;
	margin-bottom:0px;
	font-family:'Roboto', sans-serif;
	font-size:14px;
	line-height:28px;
	color:#000000;
	font-weight:500;
	letter-spacing:0.8px;
}

.alert-login {
	bottom:0;
	width:480px;
	margin:0 auto;
}

/* ================================================= 
	ACCORDION	
================================================= */
.accordionWrapper {
	margin-top:30px;
}
.accordionItem {
    float:left;
    display:block;
    width:100%;
    margin-bottom:20px;
}
.accordionItemHeading {
	position:relative;
	font-family:'Roboto', sans-serif;
	font-size:17px !important;
    margin:0px;
    letter-spacing:0.4px;
    cursor:pointer;
    margin:0px 0px 10px 0px;
    padding:10px;
    background-color:#1D2358;
    color:#ffffff;
    width:100%;
    text-shadow:none;
   
    -webkit-border-radius: 0;
	border-radius: 0;
}
.accordionWrapper .close {
	opacity:1 !important;
}
.close .accordionItemContent {
    height:0px;
    
    -webkit-transition:height 1s ease-out;
    transition:height 1s ease-out;
    
    -webkit-transform: scaleY(0);
	transform: scaleY(0);
	
    float:left;
    display:block;
}
.open .accordionItemContent {
    padding: 20px;
    background-color:#ffffff;
    border:1px solid rgba(0,0,0,0.1);
    width: 100%;
    margin: 0px 0px 10px 0px;
    display:block;
    
    -webkit-transform: scaleY(1);
	transform: scaleY(1);
	
    -webkit-transform-origin: top;
	transform-origin: top;

	-webkit-transition: -webkit-transform 0.4s ease-out;
	transition: transform 0.4s ease;
	
}
.open .accordionItemHeading {
	font-family:'Roboto', sans-serif;
	font-size:17px !important;
    margin:0px;
    letter-spacing:0.4px;
    background-color:#F15340;
    color:#ffffff;
    
    -webkit-border-radius:0px;
    border-radius:0px;
}

/* ================================================= 
	TABLE	
================================================= */
.table-remove-borders > tbody > tr,
.table-remove-borders > tbody > tr > td {
	border:0px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 28px;
	color: #000000;
	font-weight: 300;
	padding:0 0 15px 0;
}
.table-remove-borders > tbody > tr > td:first-child {
	font-weight:bold;
}
#complementary table.table-remove-borders > tbody > tr > td {
	color:#ffffff !important;
}
#sidebar table.table-remove-borders > tbody > tr > td {
	color:#000000;
}
#complementary table.table-remove-borders > tbody > tr > td > a,
#sidebar table.table-remove-borders > tbody > tr > td > a {
	color:#F15340 !important;
}
#sidebar table.table-remove-borders > tbody > tr > td > a {
	color:#F15340;
}

/* TABLE BORDERED */
.table-bordered > tbody > tr > td {
	padding-top:20px;
	padding-bottom:20px;
}
.table-bordered > tbody > tr > td:first-child {
	font-weight:500;
}
.table-bordered > .thead-dark > tr > th {
	background-color:#1d2358;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 28px;
	color: #ffffff;
	font-weight:500;
}
.table-bordered > tbody > tr > td > a > i {
	font-size:19px;
}
.table-bordered > .thead-dark > tr > th:first-child, 
.table-bordered > tbody > tr > td:first-child {
    padding-left:30px;
}

.requests-table caption {
    caption-side: top;
    background-color: white;
    padding-left: 15px;
    color: black;
    font-size: 20px;
    font-weight: 400;
    border-bottom: none !important;
    border: 1px solid rgb(222, 226, 230);
}

/* ================================================= 
	FORM	
================================================= */
#loginModal .form-group {
	margin-bottom:20px;
}
#loginModal .form-group .input-group-prepend .input-group-text {
	background-color:transparent;
	width:60px;
	text-align:center;
	color:#d2d8d8;
	margin: 0 auto;
	display: block;
	line-height: 43px;
	border-radius:0px;
	
	-webkit-border-radius:5px 0 0 5px;
	border-radius:5px 0 0 5px;
}
#loginModal .form-control {
	padding:16px 20px 16px 20px;
	border:1px solid #d2d8d8;
	
	-webkit-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
}
#loginModal .form-control {
	font-size:14px;
	border-left:0px;
	
	-webkit-border-radius:0 5px 5px 0;
	border-radius:0 5px 5px 0;
}
#loginModal .form-group .form-control.error,
.form-control.error {
	border: 1px solid #C51A06;
	background-color: rgba(233,186,165,0.2);
	color: red;
}
#loginModal .form-group label.error,
#loginModal .form-group .form-error,
.label.error,
.form-error {
	width:100%;
	display:none !important;
	visibility:hidden;
}
#loginModal .form-group .custom-checkbox.has-error .custom-control-label::before {
	border: 1px solid #C51A06;
	background-color: rgba(233,186,165,0.2);
}

/* DEFAULT FORMS */
.form-control,
.input-group > .custom-select:not(:first-child), 
.input-group > .form-control:not(:first-child) {
	font-size:14px;
	padding:10px 12px;
	
	-webkit-border-radius:5px;
	border-radius:5px;
}
textarea.form-control {
	height:200px;
}
.form hr {
	margin-top:40px;
	margin-bottom:40px;
	display:block;
}

/* =====================================================
	FLEXSLIDER	
===================================================== */
#carousel,
#carousel .gallery-canvas,
#carousel .gallery-canvas li,
#carousel .gallery-item .row {
	width:100%;
	min-height:750px !important;
	height:750px;
}
#carousel .gallery-canvas .gallery-item {
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
#carousel .flex-viewport {
	z-index:1;
}
.loading {
	background-image:url('../img/preloader.gif');
	background-position:center center;
	background-repeat:no-repeat;
}
.gallery {
	position:relative;
	overflow:hidden;
	margin:0; 
	padding: 0; 
	min-height:750px !important;
}
#carousel.gallery-single,
#carousel.gallery-single .gallery-canvas,
#carousel.gallery-single .gallery-canvas li,
#carousel.gallery-single .gallery-item .row {
	width:100%;
	min-height:400px !important;
	height:400px;
}
.gallery-canvas {
	margin:0px;
	padding:0px;
	list-style:none;
}
.gallery .gallery-canvas > li { 
	display: none; 
	-webkit-backface-visibility: hidden;
}
.flex-control-paging {
	list-style:none;
	margin:0;
	padding:0px;
	bottom:22px;
	text-align:center;
	position:absolute;
	width:100%;
    z-index:999 !important;
}
.flex-control-paging li {
	display:inline-block;
	margin-right:10px;
}
.flex-control-paging li a.flex-active {
	background-color:#F15340;
	
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
.flex-control-paging li a {
	cursor:pointer !important;
	background-color:#ffffff;
	width:15px;
	height:15px;
	display:inline-block;
	text-indent:-9999px;
	
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	
	-webkit-border-radius:50%;
	border-radius:50%;
}
.flex-control-paging li a:hover {
	background-color:#F15340;
}

.flex-direction-nav {
	margin:0px;
	padding:0px;
	list-style:none;
}
.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
	display:none;
	position:absolute;
	font-size:64px;
	top:50%;
	z-index:999999999;
	color:#ffffff;
	
	-webkit-transition:all 0.5s linear;
	transition:all 0.5s linear;
	
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.flex-direction-nav .flex-prev {
	left:15px;
}
.flex-direction-nav .flex-next {
	right:15px;
}
.flex-direction-nav .flex-prev:hover,
.flex-direction-nav .flex-next:hover {
	margin-top:3px;
	color:#F15340;
}

/* =====================================================
	QR Scanner	
===================================================== */
.qrcode-text {
    vertical-align:middle;
    font-size:14pt;
    padding-right:1.7em;
    margin-right:0
}
.qrcode-text-btn {
    vertical-align: middle;
    background: url(//dab1nmslvvntp.cloudfront.net/wp-content/uploads/2017/07/1499401426qr_icon.svg) 50% 50% no-repeat;
    height: 50px;
    width: 50px;
    cursor: pointer;
}
.qrcode-text-btn > input[type=file] {
    width: 100px;
    opacity: 0;
}
.qrcode-text-submit {
    vertical-align:middle;
    font-size:14pt;
    margin-left: 5px;
}

.edit-fullname-qr,
.save-fullname-qr {
    font-weight: bold;
    font-size: 23px;
    position: absolute;
    right: 16px;
    top: 5px;
}
.edit-fullname-qr,
.edit-fullname-qr:hover,
.edit-fullname-qr:focus,
.edit-fullname-qr:active,
.save-fullname-qr,
.save-fullname-qr:hover,
.save-fullname-qr:focus,
.save-fullname-qr:active {
    color: #F15340;
}
#BadgeModal {
    top: 5%;
}
/* ================================================= 
	ASIDE + FOOTER
================================================= */
.list {
	list-style:none;
	margin:0;
	padding:0;
}
.list-social {
	display:block;
	overflow:hidden;
	margin-bottom:30px;
}
.list-social li {
	display:inline-block;
	margin-right:7px;
}
.list-social li a {
	padding:12px 0;
	display:block;
	font-size:14px;
	width:50px;
	text-align:center;
	color:#ffffff;
	
	-webkit-border-radius:50%;
	border-radius:50%;
	
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
.list-social li a:hover {
	color:#1D2358;
	background-color:#F15340;
}
#complementary h2 {
	font-size:25px;
	font-weight:100;
	margin-bottom:25px;
}
#footer p {
	margin-bottom:0px;
}
#footer p a {
	
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
#footer p a:hover {
	color:#1D2358;
}

.mobile-nav {
	display:none;
}

/*=========================================================
	MEDIA QUERIES
=========================================================*/
/* iPad Portrait */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
	.mega-inset,
	.embed-responsive-item {
		padding:40px;
	}
}

/* iPad Landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
	.mega-inset,
	.embed-responsive-item {
		padding:40px;
	}
}

/* iPhone 6, 7, & 8 in portrait & landscape */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) {
	.company-overview-activities .companies a.selected span.masked-image, 
	.company-overview-activities .companies .requested a span.masked-image {
		left: 50%;
		margin-left: -90px;
		width:180px;
		height:180px;
		padding-top:17%;
	}
	#carousel, 
	#carousel .gallery-canvas,
	#carousel .gallery-canvas li,
	#carousel .gallery-item .row {
		height:350px !important;
		min-height:350px !important;
	}	
	#intro-titles {
		top:60px;
		padding-left:40px;
		padding-right:40px;
	}
	#intro-titles h1 {
		font-size:31px;
		margin-bottom: 10px;
	}
	#intro-titles h2, 
	#intro-titles h3 {
		font-size:21px;
	}
	#intro-titles h3 {
		margin-top:0px;
		margin-bottom:0px;
	}
	.flex-control-paging {
		bottom:5px;
	}
	.mobile-nav,
	.mobile-nav-sub {
		border:1px solid rgba(255,255,255,0.5);
		display: block;
		position: absolute;
		font-size: 19px;
		top: -2px;
		right: 16px;
		padding: 3px 12px;
		border-radius: 0px;
	}
	#main-nav {
		display:none;
	}
	#main-nav ul {
		width: 100%;		
		background-color:#F15340;
		padding: 15px;
		top: 43px;
		position: absolute;
		right: 0px;
	}
	.flex-direction-nav .flex-prev, 
	.flex-direction-nav .flex-next {
		font-size:44px;
	}
	#header .register-new-account {
		margin-top:0px;
	}
	#main-nav .nav .nav-item {	
	    position: relative;
	    width: 100%;
	    display: block;
	    padding-bottom: 15px;
	    height: auto;
	}
	.call-to-action-container .title {
		margin:0 auto;
	}
	.call-to-action-container .text {
		text-align:center;
		margin-bottom: 30px;
	}
	.call-to-action-container .text p {
		margin-top:10px;
	}
	.triple-inset {
		padding-top:30px;
		padding-bottom:30px;
	}
	.mega-inset {
		padding:30px;
	}
	.companies a {
		margin: 0 auto;		
		text-align: center;
		width: 100%;
		display: block;
	}
	.companies a img {
		width:184px;
		height:184px;
		margin-bottom:30px;
	}
	.css-tw-cols {
	    -webkit-column-count:1;
	    column-count: 1;
	}
	.col-md-10 .as-h1 {
		text-align:center;
	}
	.list-group-item-action {
		text-align:left !important;
	}
	.list-group-item .fa {
		top:30px;
	}
	h3.secondary-color {
		margin-top:30px;
	}
	.mrg-btm {
		padding-bottom:30px !important;
	}
	.list-container-main .list-group-item {
		padding:20px 40px 20px 15px;
	}
	.dashboard-link {
		display:none;
	}
	.mobile-nav {
		display:block !important;
		width: 40px;
		text-align:center;
	}
	#sub-navigation {
		display:none;
	}
	#main-content .container-fluid {
		padding:0px;
	}
	#main-content .col-md-12.reset-inset {
		padding-left:15px;
		padding-right:15px;
	}
	.table-bordered > .thead-dark > tr > th:first-child, .table-bordered > tbody > tr > td:first-child {
		padding-left:15px;
	}
}

/*=========================================================
	MEDIA PRINT
=========================================================*/
@media print {
    
    @page{
        size:100mm 62mm landscape;
    }
    
    main, main *,
    header, header *,
    aside, aside *,
    footer, footer *,
    #BadgeModal,
    #BadgeModal .modal-header,
    #BadgeModal a,
    #BadgeModal input,
    #drift-widget-container {
        display:none;
    }
    #BadgeModal{
        top: 0px;
        left: 0px;
    }
    #BadgeModal .modal-body,
    #BadgeModal .container-fluid,
    #BadgeModal #print-area,
    #BadgeModal .col-md-12 {
        margin: 0px;
        padding: 0px;
    }
    #BadgeModal #print-area {
        -ms-transform:rotate(-90deg);
        -o-transform:rotate(-90deg);
        transform:rotate(-90deg);
        width: 539px;
        height: 330px;
        margin-top:80px;
        margin-left:-100px;
    }
    #BadgeModal > .modal-dialog {
        margin: 0px;
    }
    .modal-backdrop {
        background-color: white;
    }
    #BadgeModal img {
        width: 100px !important;
        height:100px !important;
        margin-top: 10px;
    }
    #BadgeModal h2 {
        color: #000000;
        font-size: 48px;
    }
}
