@charset "utf-8";
/* CSS Document */


/*******************/
/* GENERAL CLASSES */
/*******************/

body {
    background-color: #16425b;
    color: #16425b;
    font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
	font-size: 1.1rem;
}



.white      { background-color: #fff; }
.indigo_dye { background-color: #16425b; }
.cerulean   { background-color: #3a7ca5; }
.sky_blue   { background-color: #81c3d7; }
.garish     { background-color: #41D705; }

.white_font { color: #fff; }



a, a:link, a:visited, a:active { color: #16425b; }
a:hover { color: #3a7ca5; text-decoration: none; }


/* BOOTSTRAP modification */
a.blue_button.btn.btn-sm,
a.blue_button.btn.btn-lg,
a.blue_button.btn,
button.blue_button.btn {
	color: #fff;
	background-color: #3a7ca5;
	border-color: #3a7ca5;
    border-radius: 0px;
    border-width: 2px;
}

/* BOOTSTRAP modification */
a.blue_button.btn.btn-sm:hover,
a.blue_button.btn.btn-lg:hover,
a.blue_button.btn:hover,
button.blue_button.btn:hover {
	color: #16425b;
	background-color: #81c3d7;
	border-color: #16425b;
}

/* BOOTSTRAP modification */
a.blue_button.btn.btn-sm:focus, 
a.blue_button.btn.btn-sm.focus,
a.blue_button.btn.btn-lg:focus,
a.blue_button.btn.btn-lg.focus,
a.blue_button.btn:focus, 
a.blue_button.btn.focus,
button.blue_button.btn:focus,
a.modal_button.focus, 
a.modal_button:focus {
	outline: none;
	box-shadow: none;
}


div.wrap_h1 {
    /*width: max-content;*/
    margin: 0 auto;
    text-align: center;
}

h1 { text-transform: uppercase; }

div.line {
    height: 1px;
    width: 65%;
    margin: 1.5rem auto;
    background-color: #3a7ca5;
}




section { padding: 2.0rem 0rem; }



.indent { padding-left: 20px; }



.photo {
    padding: 2.0rem 2.0rem 2.0rem 0rem;
}

.photoLeft {
    float: left;
    padding: 0rem 2.0rem 2.0rem 0rem;
}

.photoRight {
    float: right;
    padding: 0rem 0rem 2.0rem 2.0rem;
}



	/* viewport < 768px */
@media  (max-width:768px) {
    
    .photoLeft, .photoRight { padding: 1.0rem 0rem 2.0rem 0rem; float: none; }
    .indent { padding-left: 0; }
    
}



/* START:  IMPORTANT BOOTSTRAP modification       */
/* We want max witdh to be 1200px but Bootstrap   */
/* sets max-width to 1340px.  Bootstrap adds      */
/* padding to sides - removed that, then added    */
/* class "sides" to pad up for phone screens.     */
/* Did not override Bootstrap margin auto.        */
/* Did not override the smaller breakpoints.      */

.container { 
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}


@media (min-width: 1400px) { 
    .container { max-width: 1200px; } 
}

/* END:   VERY IMPORTANT BOOTSTRAP modification */




.sides { }

	/* viewport < 576px */
@media  (max-width:576px) {
    
    /* use this to add left and right padding on small screens */
    .sides { padding-left: 20px; padding-right: 20px; }
    
}




/***********************/
/* END GENERAL CLASSES */
/***********************/






/**********************/
/* HEADER & LOGO      */
/**********************/


header {
    border-top: 10px solid #16425b;
    background-color: #fff;
    padding-bottom: 1.0rem;
}

.logo_svg {
    max-width: 300px;
    padding: 1.5rem 0rem 0rem 0rem;
}



	/* navbar: viewport < 991px */
@media (max-width: 991px) {
    .logo_svg { padding: 1.5rem 0rem 1.0rem 0rem; }
}


/**********************/
/* END HEADER & LOGO  */
/**********************/





/*****************************/
/* NAV                       */
/*****************************/


/* BOOTSTRAP modification */
.navbar { padding-bottom: 0; }

/* BOOTSTRAP modification */
.navbar-collapse {
	justify-content: flex-end;
}

/* BOOTSTRAP modification */
.navbar-expand-lg .navbar-nav .nav-link { 
	font-size: 1.1rem;
    color: #16425b;
	line-height: 1.0rem;
    padding-top: 0;
    padding-bottom: 0;
	border-left: 1px solid #ccc;
}

/* BOOTSTRAP modification */
.navbar-expand-lg .navbar-nav .nav-link.first { 
	padding-left: 0rem;
	border-left: none;
}

/* BOOTSTRAP modification */
.navbar-expand-lg .navbar-nav .nav-link.last { 
	padding-right: 0rem;
}

/* BOOTSTRAP modification */
.navbar-light .navbar-nav .nav-link:hover {
    color: #3a7ca5;
    text-decoration: underline;
}

/* BOOTSTRAP modification */
a[aria-expanded="true"].nav-link.dropdown-toggle::after {
  transform: rotate(180deg);
}

/* BOOTSTRAP modification */
.dropdown-menu {
	left: 0.75rem;
	top: 1.25rem;
	min-width: 8rem;
	padding: 1px;
	margin: 0;
	background-color: #f1f1f1;
}

/* BOOTSTRAP modification */
div[aria-labelledby="navbarDropdown1"].dropdown-menu {
	left: 0rem;
}

/* BOOTSTRAP modification */
.navbar-toggler {
	padding: 0.25rem 0rem;
}

/* BOOTSTRAP modification */
.navbar-light .navbar-toggler {
	border: none;
}

/* BOOTSTRAP modification */
.navbar-toggler:hover, .navbar-toggler:focus {
  	outline: none;
	box-shadow: none;
}

/* BOOTSTRAP modification */
.navbar-light .navbar-toggler-icon {
	background-image: url(../images/qd_menu_icon.png);
}

/* BOOTSTRAP modification */
.dropdown-divider {
	margin: 0;
    border-top: 1px solid #ddd;
}

/* BOOTSTRAP modification */
.dropdown-item {
	padding: 0.5rem 0.75rem;
	font-size: 1.0rem;
    color: #16425b;
}

/* BOOTSTRAP modification */
.dropdown-item:hover, .dropdown-item:focus {
	color: #3a7ca5;
    text-decoration: underline;
	background-color: #fff;
}




	/* navbar: viewport < 991px */
@media (max-width: 991px) {
	nav.navbar.navbar-expand-lg.navbar-light { justify-content: flex-start; }
	.nav-item { align-self: flex-start; }
	.nav-item.dropdown, .dropdown-item { text-align: left; }
	.navbar-toggler { padding: 0rem; }
	.navbar { padding: 0.5rem 0rem 0rem 0rem; }	
	.navbar-expand-lg .navbar-nav .nav-link { font-size: 1.0rem; padding: 0.5rem 0rem; border: none; }
	.navbar-expand-lg .navbar-nav .nav-link.first { padding-top: 1.0rem; }
}


/*****************************/
/* END NAV                   */
/*****************************/







/********************/
/*  HOME PAGE VIDEO */
/********************/


div.home_page_video {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 500px;
}

div.home_page_img {
    display:none;
}

#video_intro_video { 
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 0;
}

div.floating { 
    position: absolute;
    bottom: 0;
    left: 0;
    
   /*background-image: url("../images/homepage_top1.png");
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-size: 100%;*/
}





	/* viewport < 768px */
@media (max-width:768px) {
    
    div.home_page_video { display: none; }
    div.floating { display: none; }
    #video_intro_video { display: none; }
    div.home_page_img { display: block; }
    
}



/************************/
/*  END HOME PAGE VIDEO */
/************************/






/*************/
/* HOME PAGE */
/*************/


/* 3-bean section */

div.beans     { text-align: center;        }
div.beans p   { font-weight: bold;         }

div.beans img { 
    max-width: 240px;
    padding: 1.0rem 0rem;
}

div.bean1 { 
    padding: 1.0rem 0rem; 
    color: #81c3d7; /* sky blue */ 
}

div.bean2 { 
    padding: 1.0rem 0rem;
    /* default = indigo dye */     
}

div.bean3 { 
    padding: 1.0rem 0rem;
    color: #3a7ca5; /* cerulean */ 
}



/* company section */

div.company { color: #fff; }


/* quality section */

.quality_png { padding-right: 3.0rem; }



	/* viewport < 768px */
@media (max-width:768px) {
    
   .quality_png { padding-bottom: 2.5rem; }

}



/*****************/
/* END HOME PAGE */
/*****************/







/*************/
/* SUBPAGE   */
/*************/


div.subpage_photo {
	/* FIXED HEADER */
	/* adjust bg_photo positions so they all appear below fixed header */
	/*margin-top: 115px;*/
    background-size: cover !important;
    background-position: left;
	/*background-image:url(../images/categories/qd_banner_subpage_main.jpg);*/
	height: 310px;
}

div.subpage_photo.technology { background-image: url("https://magnabioanalytics.com/images/technology_1920.jpg"); }
div.subpage_photo.software { background-image: url("https://magnabioanalytics.com/images/software_1920.jpg"); }
div.subpage_photo.media { background-image: url("https://magnabioanalytics.com/images/media_1920.jpg"); }
div.subpage_photo.faqs { background-image: url("https://magnabioanalytics.com/images/faqs_1920.jpg"); }
div.subpage_photo.contact { background-image: url("https://magnabioanalytics.com/images/contact_1920.jpg"); }
div.subpage_photo.legal { background-image: url("https://magnabioanalytics.com/images/legal_1920.jpg"); }
div.subpage_photo.privacy_policy { background-image: url("https://magnabioanalytics.com/images/privacy_policy_1920.jpg"); }
div.subpage_photo.cookie_policy { background-image: url("https://magnabioanalytics.com/images/cookie_policy_1920.png"); }
div.subpage_photo.page_not_found { background-image: url("https://magnabioanalytics.com/images/page_not_found_1920.jpg"); }

	/* viewport < 992px */
@media (max-width:992px) {
   div.subpage_photo { height: 200px; }
}


	/* viewport < 576px */
@media (max-width:576px) {
   div.subpage_photo { height: 100px; }
}



/*****************/
/* END SUBPAGE   */
/*****************/










/***************************/
/* TECHNOLOGY PAGE         */
/***************************/


.tech_table { color: #3a7ca5; }

#tech_table_wide { }

#tech_table_narrow { 
    display: none; 
    border-top: 1px solid #3a7ca5;
    /*#16425b*/
}

#tech_table_narrow td, 
#tech_table_narrow th { 
    padding-left: 0; 
}


	/* viewport < 500px */
@media (max-width:500px) {
    #tech_table_wide { display: none; }
    #tech_table_narrow { display: block; }
}


/***************************/
/* END TECHNOLOGY PAGE     */
/***************************/











/***************************************************/
/* SLICK CAROUSEL  (CURRENTLY NOT USED ON MBA)     */
/***************************************************/


.slick_qd_prev,
.slick_qd_next {
    position: absolute;
    top: 30%;
    width: 30px;
    height: 30px;
    padding: 0;
	margin: 0;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick_qd_prev {
	background-image: url("../images/carousel_prev_1.png");
	left: -30px;
}

.slick_qd_prev:hover {
	background-image: url(../images/carousel_prev_2.png);
}

.slick_qd_next {
	background-image: url(../images/carousel_next_1.png);
	right: -30px;
}

.slick_qd_next:hover {
	background-image: url(../images/carousel_next_2.png);
}

.slick_qd_prev:hover,
.slick_qd_prev:focus,
.slick_qd_next:hover,
.slick_qd_next:focus {
    border: none;
    outline: none;
}

.slick_qd_dots {
	display: block;
	padding: 0;
	margin: 0;
	text-align: center;
}

.slick_qd_dots li {
    display: inline-block;
    margin: 0px 5px;
    padding: 0;
	cursor: pointer;
}

.slick_qd_dots li button {
	display: block;
	width: 30px;
	height: 5px;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background-color: #aabcd2;
}

.slick_qd_dots li button:hover,
.slick_qd_dots li button:focus {
	outline: none;
	background-color: #333;
}

.slick_qd_dots li.slick-active button {
	background-color: #333;
}



/* SLICK modification */
.slick-slide {
	text-align: center;
}

/* SLICK modification */
.slick-dotted.slick-slider {
	margin-bottom: 15px;
}


/* carousel container */

div.slick_carousel_bg {
	padding: 10px 30px 0px 30px;
}


/* FOR SLICK CENTER MODE                                       */
/* USE THE NEXT 2 CLASSES ONLY IF THERE ARE MORE THAN 3 VIDEOS */

/* scale down the size of non-center items to 60%  */
/* slide when not active/center*/
.slick-slide,
.slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
  transform: scale(0.6, 0.6);
  transition: transform 0.3s;
} 

/* scale up the size of center item to 100%        */
/* slide when active/center*/
slick-center,
.slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
  transform: scale(1, 1);
}



/* Slick video item */

div.video_item { }

div.video_item img { margin: auto; }

div.video_item p {
	padding-top: 0.5rem;
    color: #3a7ca5;
    line-height: 1.5rem;
}

div.video_item p span {
    color: #16425b;
    font-weight: bold;
    text-transform: uppercase;
}


/* DEFINE HOVER BEHAVIOR FOR ITEMS THAT ARE LINKS */

div.video_item:hover a p,
div.video_item:hover a p span {
    color: #3a7ca5;
    text-decoration: underline;
}

div.video_item img:hover {
    -webkit-transition: opacity 0.2s ease-in; 
	-moz-transition: opacity 0.2s ease-in; 
	transition: opacity 0.2s ease-in;
    opacity: 0.6;
}

div.video_item a {
    text-decoration: none;
}

div.video_item a:focus {
	outline: none;
	box-shadow: none;
}



/* Slick carousel arrows and dots containers */

#slick_qd_video_arrows { 
	margin: 10px auto; 
	height: 30px; 
	width: 100px;
	display: none;
}

#slick_qd_video_arrows .slick_qd_next,
#slick_qd_video_arrows .slick_qd_prev { 
	position: relative; 
	top: auto; 
}

#slick_qd_video_arrows .slick_qd_prev { 
	left: auto; 
}

#slick_qd_video_arrows .slick_qd_next { 
	right: auto; 
	margin-left: 40px; 
}

#slick_qd_video_dots {
	padding: 0px 30px;
}


	/* viewport < 576px */
@media (max-width:576px) {
	div.slick_carousel_bg { padding-left: 0; padding-right: 0; }
	#slick_qd_video_arrows { display: block; }
}


/************************/
/* END SLICK CAROUSEL   */
/************************/




/***************************/
/* MEDIA PAGE, NO SLICK    */
/***************************/


div.vid_item { text-align: center; }

div.vid_item img { transform: scale(0.8, 0.8); }

div.vid_item p {
    color: #3a7ca5;
    line-height: 1.5rem;
}

div.vid_item p span {
    color: #16425b;
    font-weight: bold;
    text-transform: uppercase;
}

div.vid_item:hover a p,
div.vid_item:hover a p span {
    color: #3a7ca5;
    text-decoration: underline;
}

div.vid_item img:hover {
    -webkit-transition: opacity 0.2s ease-in; 
	-moz-transition: opacity 0.2s ease-in; 
	transition: opacity 0.2s ease-in;
    opacity: 0.6;
}

div.vid_item a {
    text-decoration: none;
}

div.vid_item a:focus {
	outline: none;
	box-shadow: none;
}


/***************************/
/* MEDIA PAGE, NO SLICK    */
/***************************/







/****************/
/* FAQs         */
/****************/


/* Bootstrap Accordion Panels, customizations */


/* BOOTSTRAP MODIFICATION */
.accordion-item {
    border: 1px solid #81c3d7;
}

/* BOOTSTRAP MODIFICATION */
.accordion-button {
    font-size: 1.2rem;
    padding: 1rem 1.25rem 1rem 0rem;
}

/* BOOTSTRAP MODIFICATION */
.accordion-button, 
.accordion-button::after,
.accordion-button:not(.collapsed),
.accordion-button:not(.collapsed)::after { 
    color: #3a7ca5;
}

/* BOOTSTRAP MODIFICATION */
.accordion-button:not(.collapsed)::after, 
.accordion-button::after {
    /* set fill = cerulean   %23 = #, followed by rgb   */
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%233a7ca5'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* BOOTSTRAP MODIFICATION */
.accordion-button:not(.collapsed), 
.accordion-button:focus {
    outline: none;
	box-shadow: none;
}

/* BOOTSTRAP MODIFICATION */
.accordion-button:not(.collapsed) { 
    background-color: #fff;
}

/* BOOTSTRAP MODIFICATION */
.accordion-body {
  padding: 1.0rem 2.0rem 2.0rem 2.0rem;
}




	/* viewport < 576px */
@media (max-width:576px) {

    /* BOOTSTRAP MODIFICATION */
    .accordion-button::after { margin-left: 1.0rem; }
    /* BOOTSTRAP MODIFICATION */
    .accordion-body { padding-left: 1.0rem; }
}




/****************/
/* END FAQs     */
/****************/







/****************/
/* CONTACT      */
/****************/


h2.contact {
    font-size: 2.5rem;
    padding-bottom: 2.0rem;
}

h3.contact {
    font-size: 1.5rem;
}

.flip_form_pic { 
    padding-right: 5.0rem;
    display: flex;
    align-items: flex-end;
}

.contact_form {
    border-bottom: 1px solid #3a7ca5;
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0;
}

.contact_btn {
    margin-top: 3.0rem;
}

/*.contact_btn {
    border: 1px solid #16425b;
    border-radius: 0;
    margin-top: 3.0rem;
    color: #16425b;
    text-transform: uppercase;
}*/

.btn-check:focus + .btn, .btn:focus {
  outline: none;
  box-shadow: none;
}

/* container for displaying messages during form processing */
#contact_form_msg { }


	/* viewport < 991px */
@media (max-width:991px) {
    .flip_form_pic { order: 3 !important; padding: 0rem; }
}



/****************/
/* END CONTACT  */
/****************/







/**********/
/* FOOTER */
/**********/

.footer_top { 
    text-align: center;
    line-height: 0;
}

.footer_top img {
    border: 0;
    padding: 0;
    margin: 0;
}

.footer {
    background-image: url("../images/footer.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 2.0rem;
    min-height: 320px;
	color: #81c3d7;
}

.footer .row {
    display: flex;
    justify-content: center;
}

.footer .col-sm-auto.first {
    padding-right: 20.0rem;
}

.footer .col-sm-auto.second { }



.footer a {
	color: #81c3d7;
	text-decoration:none;
    line-height: 2.0rem;
}

div.footer a:hover {
	color: #3a7ca5;
	text-decoration:none;
}


div.copyright {
	padding: 1.0rem 0rem;
	color: #999;
	font-size: 0.9rem;
    text-align: left;
}


	/* viewport < 991px */
@media (max-width:991px) {
    .footer .col-sm-auto.first { padding-right: 10.0rem; }
}


	/* viewport < 600px */
@media (max-width:600px) {
    .footer .col-sm-auto.first { padding-right: 5.0rem; }
}

	/* viewport < 576px */
@media (max-width:576px) {
    .footer .col-sm-auto.first { padding-right: 0rem; padding-bottom: 1.5rem; border-bottom: 1px solid #3a7ca5; }
    .footer .col-sm-auto.second { padding-top: 1.5rem; }
}





/**************/
/* END FOOTER */
/**************/






/****************************************/
/* MODAL WINDOWS AND ALERTS             */
/****************************************/



/* use for GDPR pop-up message                  */
/* qd.js uses this to set cookies               */
div.qdAlert {
    position: fixed;
    z-index: 5075;
    bottom: 10px;
    left: 10px;
    color: #fff;
    background-color: #000;
    max-width: 380px;
    padding: 30px 30px 10px 30px;
	-webkit-transition: opacity 0.5s ease-in-out; 
	-moz-transition: opacity 0.5s ease-in-out ; 
	transition: opacity 0.5s ease-in-out ;
    opacity: 0;
    visibility: hidden;
}

div.qdAlert.show {
    opacity: 1;
    visibility: visible;
}

div.qdAlert.fadeOut {
	opacity: 0;
    visibility: hidden;
}

div.qdAlert a {
    color: #fff;
    text-decoration: underline;    
}

div.qdAlert a:hover {
    color: #ccc;
}

div.qdAlert a.red_button.btn {
    text-decoration: none;
    font-weight: bold;
    width: 100%;
}



	/* welcome area: viewport < 768px */
@media (max-width:768px) {
    div.qdAlert  { max-width: 300px; }
}



/* Start modal window classes, used on Applications and News & Events pages */

a.modal_button {
    color: #16425b;
    text-decoration: underline;
}

a.modal_button:hover { 
    color: #3a7ca5;
    text-decoration: none;
}


/* Start modal window styles   */

/* BOOTSTRAP modification */
.modal-content {
    background-color: transparent;
    border: none;
}

.fs_modal_close_btn {
    display: flex;
    justify-content: flex-end;
}

/* BOOTSTRAP modification */
.btn-close {
    width: 2em;
    height: 2em;
    padding: 0.2em 0.2em;
    font-size: 1.75rem;
    font-weight: bold;
    color: #fff;
    background-color: transparent;
    background-image: none; 
    opacity: 1;
}

	/* welcome area: viewport < 992px */
@media (max-width:992px) {
    .fs_modal_close_btn  { justify-content: flex-start; }
}


/* End modal window classes, used on Applications and News & Events pages */



/****************************************/
/* END MODAL WINDOWS AND ALERTS         */
/****************************************/
