/* colors
light blue: #3fc2cf
dark blue: #233f7e
*/

@import url("https://use.typekit.net/euf5jfk.css");

/* -------------------------------
		GLOBALS
--------------------------------*/

/* buttons */

.btn-primary {
	padding: 10px 30px;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;
	background: #3fc2cf;
	border: none;
	border-radius: 0px;
}

	.btn-primary:hover {
		background: #233f7e;
	}

/* -------------------------------
		TYPOGRAPHY
--------------------------------*/

* {
	font-family: "proxima-nova", Futura, Helvetica, Arial;
	color: #434343;
}

h1 {
	font-weight: 600;
}

h2 {
    display: inline;
    font-size: 24px;
    font-weight: 600;
    color: #233F7E
}

h3 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

/* -------------------------------
		HEADER
--------------------------------*/

a.nav-link {
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;	
	color: #233f7e !important;
}

	a.nav-link:hover {
		color: #3fc2cf !important;
	}

.navbar-collapse.in {
    display: block !important;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}



/* -------------------------------
		PAGE CONTAINER
--------------------------------*/

/* title */

.title-bar {
	padding-top: 30px;
	padding-bottom: 32px;
	background: #3FC2CF;
}

	.title-bar h1 {
		margin-bottom: 0px;
        font-size: 40px;
		text-align: center;
        text-transform: uppercase;
		color: #fff;
	}

/* body */

.page-body {
	margin-top: 30px;
	margin-bottom: 30px;
}

.content-section {
    margin-bottom: 20px;
}

@media (min-width : 500px) {
    .video-embed {
        padding-right: 20%;
        padding-left: 20%;
    }
}

@media (max-width : 500px) {
    .video-embed {
        padding-right: 0%;
        padding-left: 0%;
    }
}

@media (min-width : 500px) {
    .form-content {
        padding-right: 10%;
        padding-left: 10%;  
    }
}

@media (max-width : 500px) {
    .form-content {
        padding-right: 0%;
        padding-left: 0%;
    }
}

/* pages */

.page {
    margin-top: 40px;
    margin-bottom: 40px;
}

.form-row {
    margin-bottom: 30px;
}

/* -------------------------------
		FORM STYLES
--------------------------------*/

.form-control {
    appearance: menulist;

}

label {
    font-weight: 600;
}

/* -------------------------------
		FOOTER
--------------------------------*/

footer {
	padding-top: 20px;
	padding-bottom: 30px;
	color: #fff;
	text-align: center;
	border-top: 8px solid #3fc2cf;
	background: #233f7e;	
}

	footer p, footer h3, footer a, footer ul li {
		color: #fff;
	}
	
	footer h3 {
		font-size: 20px;
		text-transform: uppercase;
		font-weight: 600;
		letter-spacing: 1px;
		text-align: center;
	}
	
	footer p, footer a, footer ul {
		padding-left: 0px;
	}
	
	footer p, footer a, footer ul li {
		font-size: 15px;
		list-style: none;
	}
	
	footer a:hover {
		color: #efefef;
		text-decoration: none;
	}

.footer-left {
	text-align: left;
}

.footer-right {
	text-align: right;
}

.fa-linkedin {
	color: #fff;
}
	
	.fa-linkedin:before {
		font-size: 28px;
	}


.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.6rem;
    padding-left: 0.6rem;
}

.test {
    padding: 40px 40px;
    background: #efefef;
}

.page-footer {
    color: #fff;
    background: #515151;
}

.page-footer a {
    color: #fff;
}

.page-footer a:hover {
    color: #5fb946;
}

.page-footer h3 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.page-footer ul li {
    padding-bottom: 6px;
    font-size: 14px;
}

.page-footer hr {
    border: none;
}

.footer-logo {
    margin-bottom: 10px;
}

.social-icons {
    font-size: 24px;
}

.social-icons a {
    padding-right: 10px;
}

.social-icons a:hover {
    text-decoration: none;
}

.footer-copyright {
    font-size: 14px;
}

@media (max-width : 500px) {
	.navbar-brand img {
		max-width: 200px;
	}
}

/* -------------------------------
		PAGINATION
--------------------------------*/

/* Common */

.wizard, .tabcontrol {
    display: block;
    width: 100%;
    overflow: visible;
}

.wizard a, .tabcontrol a {
    outline: 0;
}

.wizard ul, .tabcontrol ul {
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.wizard ul > li, .tabcontrol ul > li {
    display: block;
    padding: 0;
}

/* Accessibility */
.wizard > .steps .current-info, .tabcontrol > .steps .current-info {
    position: absolute;
    left: -999em;
}

.wizard > .content > .title, .tabcontrol > .content > .title {
    position: absolute;
    left: -999em;
}

/* Wizard */

.wizard > .steps {
    position: relative;
    display: block;
    width: 100%;
}

.wizard.vertical > .steps {
    display: inline;
    float: left;
    width: 30%;
}

.wizard > .steps .number {
    display: none;
}

.wizard > .steps > ul > li {
    width: 16.66%;
}

.wizard > .steps > ul > li, .wizard > .actions > ul > li {
    float: left;
}

.wizard.vertical > .steps > ul > li {
    float: none;
    width: 100%;
}

.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active
{
    display: block;
    width: auto;
    margin: 0 0.5em 0.5em;
    padding: 1em 1em;
    text-decoration: none;
}

.wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
    background: #eee;
    color: #aaa;
    cursor: default;
}

.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
    background: #3fc2cf;
    color: #fff;
    cursor: default;
}

.wizard > .steps .current .number, .wizard > .steps .done .number {
    color: #fff;
}

.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
    background: #233f7e;
    color: #fff;
}

.wizard > .steps .error a, .wizard > .steps .error a:hover, .wizard > .steps .error a:active {
    background: #233f7e;
    color: #fff;
}

.wizard > .content {
    display: block;
    margin: 0.5em;
    min-height: 10em;
    overflow: visible;
    position: relative;
    width: auto;
}

.wizard.vertical > .content {
    display: inline;
    float: left;
    margin: 0 2.5% 0.5em 2.5%;
    width: 65%;
}

.wizard > .content > .body {
    float: left;
    position: absolute;
    width: 95%;
    padding: 2.5%;
}

.wizard > .actions {
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
}

.wizard.vertical > .actions
{
    display: inline;
    float: right;
    margin: 0 2.5%;
    width: 95%;
}

.wizard > .actions > ul {
    display: inline-block;
    text-align: right;
}

.wizard > .actions > ul > li {
    margin: 0 0.5em;
}

.wizard.vertical > .actions > ul > li {
    margin: 0 0 0 1em;
}

.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
    background: #233f7e;
    color: #fff;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;
}

.wizard > .actions .disabled a, .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active {
    background: #eee;
    color: #aaa;
}

/* drop down menu styling MCK*/

.dropdownqc {
    float: left;
    overflow: hidden;
  }
  
  .dropdownqc .dropbtn {
    font-size: 16px;  
    border: none;
    outline: none;
    padding: 8px 10px;
    background-color: white;
    font-family: inherit;
    margin: 0;
  }
  
  .dropdownqc:hover .dropbtn {
    background-color: #3fc2cf;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    float: none;
    color: black;
    background-color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .dropdown-content a:hover {
    background-color: #ddd;
  }
  
  .dropdownqc:hover .dropdown-content {
    display: block;
  }

#stepperHeaderMobile{
    display: block;
    
    border-bottom: 3px solid #233F7E;
    text-align: center;
    padding: 10px;
    margin: 10px;

}
/* design for submission page elements */
.submit-page-step-section{
    background-color: #e9e7e7;
    padding: 12px;
    border-style: solid;
    border-color: darkgrey;
    border-width: thin;

}
.submit-overview{
    background-color: #3fc2cf;
    height: 100%;
    max-width: max-content;
    padding: 10px;
}
.submit-page-step-completed{
    background-color: lightgrey;
    max-width: max-content;
    border-style: solid;
    border-color: #000000;
    border-width: thin;
    padding: 5px;
}
.submit-page-step{
    background-color: white;
    max-width: max-content;
    border-style: solid;
    border-color: #000000;
    border-width: thin;
    padding: 5px;
}
.qc-card{
    background-color: lightgrey;
    text-align: center;
    margin: auto;
}
.qc-card-border{
    border-style: solid;
    border-color: #3fc2cf;
    border-width: thick;
}

.qc-hide{
    display: none;
}

/* here the rules for small windows */
@media (max-width: 1023px) { 

    .submit-page-step-section{
        max-width: 100%;
    }
    .qc-full-mobile-70-desk{
        width: 100%;
    }
    #stepperHeaderMobile{
        display: true;
    }
    #stepperHeaderDesktop{
        display: none;
    }
    .intro-video{
        width: 100%;
    }

}
/* here the rules for full size windows */
@media (min-width: 1024px) {
    .submit-page-step-section{
        max-width: 60%;
    }
    .qc-full-mobile-70-desk{
        width: 70%;
    }
    #stepperHeaderDesktop{
        display: true;
    }
    #stepperHeaderMobile{
        display: none;
    }
    .intro-video{
        width: 70%;
    }
}


/* popper tool tip MCK */
.tooltip {
    display: block !important;
    z-index: 10000;
  }
  
  .tooltip .tooltip-inner {
    background: #233F7E;
    color: white;
    border-radius: 16px;
    padding: 5px 10px 4px;
  }
  
  .tooltip .tooltip-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    margin: 5px;
    border-color: black;
    z-index: 1;
  }
  
  .tooltip[x-placement^="top"] {
    margin-bottom: 5px;
  }
  
  .tooltip[x-placement^="top"] .tooltip-arrow {
    border-width: 5px 5px 0 5px;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    bottom: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .tooltip[x-placement^="bottom"] {
    margin-top: 5px;
  }
  
  .tooltip[x-placement^="bottom"] .tooltip-arrow {
    border-width: 0 5px 5px 5px;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    top: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .tooltip[x-placement^="right"] {
    margin-left: 5px;
  }
  
  .tooltip[x-placement^="right"] .tooltip-arrow {
    border-width: 5px 5px 5px 0;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
    left: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
  }
  
  .tooltip[x-placement^="left"] {
    margin-right: 5px;
  }
  
  .tooltip[x-placement^="left"] .tooltip-arrow {
    border-width: 5px 0 5px 5px;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    right: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
  }
  
  .tooltip.popover .popover-inner {
    background: #f9f9f9;
    color: black;
    padding: 24px;
    border-radius: 5px;
    box-shadow: 0 5px 30px rgba(black, .1);
  }
  
  .tooltip.popover .popover-arrow {
    border-color: #f9f9f9;
  }
  
  .tooltip[aria-hidden='true'] {
    visibility: hidden;
    opacity: 0;
    transition: opacity .15s, visibility .15s;
  }
  
  .tooltip[aria-hidden='false'] {
    visibility: visible;
    opacity: 1;
    transition: opacity .15s;
  }