@import url(https://university.connectwise.com/content/cross-product-web-elements/fonts/Cera%20Pro/CeraPro-font-stylesheet.css);

@property --graident-angle {
    syntax: "<angle>";
    initial-value: 90deg;
    inherits: false;
}

@property --angle {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
}

@property --opacity {
    syntax: "<number>";
    initial-value: 0.5;
    inherits: false;
}

@property --_x {
  syntax: "<number>";
  inherits: true;
  initial-value: 0; 
}

@property --ch {
  syntax: "<integer>";
  inherits: true;
  initial-value: 0; 
}

@keyframes x { to {--_x: 1} }

:root {
    color-scheme: light dark;
}

/******CMS Wrapper Overrides*********/
/************************************/

#content-frame {
    padding-top: 1px !important;
    width: 100%;
}

.navbar-fixed-top {
    position: relative;
}


header .container-fluid {
    /* display: none; */
    margin-block-start: -2.1rem;
    background-color: #22326E;
    color: #ffffff;

}

.col-lg-6 {
    padding-left: 0;
    padding-right: 0;
}

#contentContainer {
    padding-right: 0px;
    padding-left: 0px;
}

footer {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}


#content-wrapper-global {
    color: #595959;
    font-size: 23px;
    line-height: 1.5em;
    --heading-font: 'cera pro', 'myriad-pro-1', sans-serif;
    --text-font: 'cera pro', 'sans-serif';
    --big-idea-background-color: #ffffff;
    --primary-lime-color: #C5E654;
    /****Primary Lime / used for buttons****/
    --primary-cerulean-color: #6ACAD2;
    --midnight-midnight-primary: #1B1D36;
    --normal-midnight-primary: #22326E;
    --primary-black-color: #000000;
    --secondary-light-midnight-color: #4d5f80;
    --secondary-light-cerulean-color: #6BA4B8;
    --secondary-light-lime-color: #DCF098;
    --shades-medium-midnight-color: #24326a;
    --shades-dark-cerulean-color: #074f71;
    --shades-dark-lime-color: #79863c;
    --rust-color: #c04929;
    --primary-cool-gray: #dad9d7;
    --primary-dark-cool-gray: #b2b2b2;
    --primary-darker-cool-gray: #63656a;
}

p,
ul,
ol,
figure {
    margin-bottom: 1.5em;

}

#content-wrapper-global p {
    word-break: break-word;
    line-height: 1.9em;
}

#content-wrapper-global h1 {
    font-family: var(--heading-font);
    font-weight: 600;
    font-size: 1.6em;
}


#content-wrapper-global h2 {
    font-family: var(--heading-font);
    font-size: 1.2em;
    margin-bottom: .5em;
    margin-top: 0px;
    font-weight: 600;
}

#content-wrapper-global h3 {
    font-family: var(--heading-font);
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 5px;
}

#content-wrapper-global h4 {
    font-family: var(--heading-font);
    font-size: 1em;
    margin-bottom: 10px;
    margin-top: 5px;
}

#content-wrapper-global h5 {
    font-family: var(--heading-font);
    font-size: .8em;
    font-weight: 600;
}


#content-wrapper-global h6 {
    font-family: var(--heading-font);
    text-transform: uppercase;
    font-weight: bold;
    font-size: .75em;
    color: #0046ad;
}

div#content-wrapper-global ul,
div#content-wrapper-global ol {
    font-size: .85em;
    font-family: var(--text-font);
}


#content-wrapper-global .alert-warning {
    color: #fafafa;
    background: #525252;
    border-color: #6b6b6b;
    line-height: 1.5em;
    padding: 25px;
}

#content-wrapper-global li.alert.alert-warning {
    list-style: none;
}


.block p,
.block span:not(.glyphicon),
.block li,
.block a,
button,
header,
.jumbotron p,
#partner-feedback input,
header span,
.alert li,
.alert li a,
figcaption,
small,
#content-wrapper-global p,
blockquote,
table,
.table {
    font-family: var(--text-font);
    /* font-weight: lighter; */
}

/***********Anchors and Buttons***********/
/*****************************************/

#content-wrapper-global .btn {
    font-weight: 600;
    font-size: .75em;
    padding: 12px 25px;
    transition: all .25s ease-in-out;
}

#content-wrapper-global a.btn {
    background-image: none;
    background-size: 0%;
}

#content-wrapper-global .btn-primary {
    color: #202020;
    background-color: #C5E654;
    border-color: #C5E654;
}

#content-wrapper-global .btn-primary:hover {
    background-color: #79863c;
    color: #000000;
}


#content-wrapper-global .btn-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}


#content-wrapper-global .btn-info {
    color: #fafafa;
    background-color: #006A8E;
    border-color: #074f71;
}

#content-wrapper-global .btn-warning:hover {
    background-color: #f7ebae;
}

#content-wrapper-global .btn-info:hover {
    background-color: #074f71;
    color: #fafafa;
}

#content-wrapper-global .btn-info:active {
    background-color: #4d5f80;
}

a.btn-info {
    color: #fff;
    transition: all 0.25s ease-in-out !important;
}

a.btn-info:hover {
    background-color: #44526A;
}

a.btn-info:after {
    border-bottom: none !important;
}

a.btn.btn-link {
    border-radius: 6px;
}

a.btn.btn-link:hover {
    background-color: #fafafa;
}

.content a {
    background-image: linear-gradient(180deg, transparent 65%, #4d4d4d 0);
    background-size: 0 150%;
    background-repeat: no-repeat;
    text-decoration: none;
    -webkit-transition: background-size .3s ease;
    -moz-transition: background-size .3s ease;
    -ms-transition: background-size .3s ease;
    -o-transition: background-size .3s ease;
    transition: background-size .3s ease;
    overflow: hidden;
    /*white-space: nowrap;
     text-overflow: ellipsis;*/
    padding-bottom: 4px;
    color: #4d4d4d;
}

.content a:hover {
    background-size: 100% 150%;
    cursor: pointer;
    text-decoration: none;
    color: #4d4d4d;
}

.content a:focus {
    color: #4d4d4d;
    text-decoration: none;
}

.content a.inline-link {
    border-bottom: 2px dotted #4d4d4d;
    padding-bottom: 4px;
    transition: all .3s ease-in-out;
}

#introduction a:focus,
#introduction a:hover {
    text-decoration: none;
}

#introduction-details a {
    color: #fff;
    background-image: linear-gradient(180deg, transparent 65%, #fff 0);
    background-size: 0 150%;
}



#introduction-details a:hover {
    background-size: 100% 150%;
}

#introduction-details a.inline-link {
    border-bottom-color: #fafafa;
}


.block a:focus,
span.glyphicon.glyphicon-link.section-hash:focus {
    outline: 0;
}

/*End Buttons and Anchors*/



#content-wrapper-global ol li,
#content-wrapper-global ul li {
    line-height: 2em;
}


.block h2>a:after {
    /*Removes border-bottom (underline hover effect) from all <a> who are direct descendants of h2*/
    border-bottom: none !important;
}


img.directional-cue {
    width: 50px
}

div#row-directional-cue {
    width: 50px;
    margin-left: 50%;
    margin-right: 50%;
    position: relative;
    top: 5.1em;
    display: none;
}

/************Panels**************/
/********************************/

.panel {
    margin-bottom: 20px;
    background-color: transparent;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-group .panel+.panel {
    margin-top: 0px;
}

.panel-group .panel {
    margin-bottom: 1px;
    border-radius: 0;
}

.panel-default>.panel-heading {
    /*color: #333;*/
    background-color: transparent;
    border-color: transparent;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1em;
    line-height: 1.5em;
    color: inherit;
}

#content-wrapper-global .panel>.panel-heading>.panel-title {
    margin: 0;
    font-size: 1.05em;
}

.panel-heading {
    padding: 0px 0px 0px 0px;
    border-bottom: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

h4.panel-title a.collapsed:after {
    /*panel toggle for collapsed panel*/
    content: "+";
    float: right;
}

h4.panel-title a:after {
    /*panel toggle for expanded panel*/
    content: "×";
    position: relative;
    top: -1px;
    font-size: 1.2em;
    float: right;
}


.panel-heading h4.panel-title a {
    font-family: 'Cera Pro', 'monospace';
    font-weight: normal;
    padding: 18px 25px;
    display: block;
    color: #fafafa;
    background-color: #006A8E;
    transition: all 0.2s ease-in-out;
}

.panel-heading h4.panel-title a:hover {
    background-color: #074f71;
    transform: translate(0);
    padding-left: 35px;
    background-image: none;
    /* background-repeat: inherit; */
    background-size: unset;
}

.panel-heading h4.panel-title {
    padding-left: 0px;
    clear: both;
}

.active-panel .panel-heading h4.panel-title a {
    background-color: #074f71;
    padding-left: 30px;
    color: #fafafa;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

.panel h4>a:after {
    /*Removes underline hover effect from <a> that is a child of an <h4>, descending from a ".panel" parent*/
    border-bottom: none;
}

.panel h4>a:hover,
.panel h4>a:hover:after {
    color: #fafafa;
    /*#337ab7;*/
}

.panel h4>a:hover {
    transform: translateX(5px);
}

div.panel-heading+div {
    /*targets div that immediately follows div.panel-heading; in this case div.panel-body*/
    border: 1px solid rgba(175, 175, 175, 0.25);
    border-top: none;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    background-color: #f8f8f8;
    /*font-size: .85em;*/
    padding: 30px 3rem;
}

.panel-body .btn {
    margin-top: 20px;
    margin-bottom: 20px;
}

/******************Fixed Nav for section**********************/
/*************************************************************/
/****This is where the affix classes are located*****/

.affix {
    top: 0;
    width: 100%;
}

.affix-top {
    top: 0;
    width: 100%;

}

#content-wrapper-global .navbar {
    background-color: #333;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
    z-index: 1000;
}


#content-wrapper-global .navbar-inverse .navbar-nav>.active>a,
#content-wrapper-global .navbar-inverse .navbar-nav>.active>a:hover,
#content-wrapper-global .navbar-inverse .navbar-nav>.active>a:focus {
    background-color: #6BA4B8;
}

#content-wrapper-global nav ul.navbar-nav {
    padding-left: 0px;
    width: 100%;
    text-align: center;
}

#content-wrapper-global .navbar-nav>li {
    float: none;
    display: inline-block;
    padding-right: 0px;
    margin-bottom: 0px;
    margin-right: -5px;
}

#content-wrapper-global .navbar-nav>li:last-of-type {
    padding-right: 0px;
}



#content-wrapper-global .navbar-nav>li>a:hover {
    background: #3487bc;
}

#content-wrapper-global .navbar-inverse {
    border: none;
}

.block {
    padding: 8vh 0%;
    /*75px 0%;*/
    width: 100%;
    height: inherit;
    box-sizing: border-box;
}

#main-content-wrapper {
    width: 100%;
    --dark-mode-background-color: #333333;
    --dark-mode-color: #fafafa;
    --dark-mode-blue: #1A1D36;
    --dark-mode-text-blue: #fafafa;
    --dark-header: #eeeeee;
}

#main-content-wrapper>[class*="container-fluid"]:nth-child(2n+1) {
    background-color: #fafafa;
    color: #3e3e3e;

}

#main-content-wrapper>[class*="container-fluid"]:nth-child(2n+1) .block li:after {
    color: #fff;
}

/****************Popover*******************/
/******************************************/

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 330px;
    padding: 5px;
    text-align: left;
    white-space: normal;
    background-color: #2E2D3D;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    color: #FAFAFA;
}

.popover.top {
    margin-left: 0px;
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover>.arrow {
    border-width: 11px;
}

.popover>.arrow:after {
    content: "";
    border-width: 10px;
}


.popover-content {
    font-size: 16px;
    color: #fff;
    background: #2E2D3D;
}

.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #2E2D3D;
    border-top-color: rgba(51, 51, 51, 1);
    border-bottom-width: 0;
}

.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #2E2D3D;
    border-bottom-width: 0;

}

/************Header**************/
/********************************/

header {
    margin-bottom: 0px;
}

.breadcrumb {
    background-color: transparent;
    font-size: .8em !important;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 0px !important;
    list-style: none;
    border-radius: 0px;
    padding: 2px 15px 2px 0px;
    letter-spacing: normal;
}

.breadcrumb li {
    font-family: 'Cera Pro', 'myraid-pro-1', 'sans-serif';
    font-size: .75em;
    font-weight: normal;
}

.breadcrumb>li+li:before {
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: .75em;
}

.breadcrumb a {
    font-family: 'Cera Pro', 'myraid-pro-1', 'sans-serif';
    color: inherit;
    font-weight: normal;
}

.breadcrumb a:hover {
    color: #eeeeee;
    background-image: linear-gradient(180deg, transparent 65%, #eeeeee 0);
}


.breadcrumb .active {
    font-weight: 500;
}

.breadcrumb .active,
.breadcrumb a:focus {
    color: #d5d5d5;
}

.breadcrumb a[class^='underline']::after {
    border-bottom: 1px solid #0067B1;
}

/*******************Jumbotron******************/
/*********************************************/

.container .jumbotron {
    --title-font-size: clamp(2em, 2.6vw + 1em, 3em);
    color: #ffffff;
    padding: 0px;
    border-radius: 0px;
    margin-bottom: 0px;
    background: var(--normal-midnight-primary);
    background-size: cover;
    background-position: center center;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    z-index: 1;
}

.jumbotron .row {
    /*background:url("https://university.connectwise.com/content/university_partner_kits/images/stripe-gray-30.png") repeat;*/
    /* background: rgba(0, 0, 0, 0.7); */
    padding: 5vw 0px;
    margin: 0px;
}

#introduction h1 {
    font-size: 2.6em;
    /*old browser font-size*/
    font-size: var(--title-font-size);
    font-weight: 400;
    letter-spacing: -0.021em;
    line-height: 1.2em;
    margin-top: 0px;
    margin-bottom: 30px;
    transition: font-size .3s ease-in-out;
    -webkit-transition: font-size .3s ease-in-out;
    -moz-transition: font-size .3s ease-in-out;
    -o-transition: font-size .3s ease-in-out;
    -ms-transition: font-size .3s ease-in-out;
}

#introduction h1>* {
    /* background: conic-gradient(from var(--graident-angle), var(--primary-lime-color), var(--primary-cerulean-color),var(--secondary-light-midnight-color), var(--secondary-light-cerulean-color), var(--secondary-light-lime-color)); */
    color: #c5e654;
    -webkit-background-clip: text;
    background-clip: text;
    /* -webkit-text-fill-color: transparent; */
    display: inline-block;
}

#introduction [class*="col-"] {
    padding-inline-start: 0;
    padding-inline-end: 0;
}

#introduction p {
    font-size: 25px;
    font-weight: normal;
    transition: font-size .3s ease-in-out;
    -webkit-transition: font-size .3s ease-in-out;
    -moz-transition: font-size .3s ease-in-out;
    -o-transition: font-size .3s ease-in-out;
    -ms-transition: font-size .3s ease-in-out;
}

#introduction h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 0px;
    transition: font-size .3s ease-in-out;
    -webkit-transition: font-size .3s ease-in-out;
    -moz-transition: font-size .3s ease-in-out;
    -o-transition: font-size .3s ease-in-out;
    -ms-transition: font-size .3s ease-in-out;
}

#introduction-details ul {
    margin-bottom: 0px !important;
}

#introduction-details ul li {
    margin-bottom: .55em;
    line-height: 1.65em;
}

#introduction .glyphicon-triangle-left {
    font-size: 10px;
    margin-bottom: 1px;
}

#introduction #big-idea-title {
    text-transform: uppercase;
    background-color: #fff;
    padding: 1px 18px;
    margin-right: 20px;
    font-weight: 600;
    font-size: 19px;
    color: #585858;
}


#introduction #big-idea a {
    color: #fff;
    border-bottom: 2px dotted #fff;
}

#introduction .big-idea-area {
    border-radius: .5rem;
    background-color: var(--big-idea-background-color);
    position: relative;
}

.big-idea-area::before,
.big-idea-area::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: -1rem;
    background: conic-gradient(from var(--graident-angle), var(--primary-lime-color), var(--primary-cerulean-color), var(--midnight-midnight-primary), var(--secondary-light-midnight-color), var(--secondary-light-cerulean-color), var(--secondary-light-lime-color));
    border-radius: inherit;
    animation: rotate 2.5s linear 10;
    /* display: inline-block; */
}

.big-idea-area::after {
    filter: blur(1rem);
}


#introduction-details .underline {
    height: 2px;
    width: 21.5%;
    background-color: #fff;
    margin-bottom: 25px;
}



#introduction-details ul {
    margin-top: 20px;
    padding-left: 24px;
}

#introduction-details ul li {
    list-style: square;
}


i.fa.fa-external-link {
    margin-left: 8px;
    font-size: .85em;
    position: relative;
    top: 2px;
    opacity: .9;
}


#introduction-details p {
    margin: 0px 0px 25px 0px;
}


.block>a.btn:last-of-type {
    /*targets all  buttons that are children of phase- and are last the <a>*/
    margin-top: 50px;
}

div#collapseThree .panel-body p:after {
    content: '*';
    font-size: 1.5em;
    position: relative;
    color: #ffb302;
    right: 3px;
}

.well {
    margin: 45px 0px;
    font-size: .85em;
    line-height: 1.5em;
    padding: 40px;
}

hr {
    display: block;
    margin: 50px 0px;
}


.panel-body p {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: .84em;
    line-height: 1.45em;
}

.panel-body h6 {
    font-size: .9em;
    font-weight: 600;
    letter-spacing: 0.02em;
}

/*****************Tables*****************/
/****************************************/
table {
    font-size: .75em;
}

thead {
    background-color: #565656;
}

thead tr {
    border-top: 1px solid #565656;
}

th {
    font-weight: 400;
    color: #fafafa;
}

.table {
    margin-bottom: 0;
}

.table>thead>tr>th {
    border-bottom: none;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 16px;
}

.table-hover>tbody>tr:hover {
    background-color: #ebf7ff;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #eee;
}

div.table-key {
    margin-bottom: .85em;
}


div#content-wrapper-global div.table-key ul {
    padding: 0;
    display: inline-block;
    margin-bottom: 0;
}

div.table-key ul li:first-of-type {
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
}

div.table-key ul li {
    line-height: 1.5em;
    list-style: none;
    display: inline-block;
    margin-right: 15px;
    font-size: .9em;
}

.yes:before,
.no:before {
    font-family: "Glyphicons Halflings";
    line-height: 1;
    margin: 0 10px;
    display: inline-block;
    position: relative;
    top: 2px;
}

.yes:before {
    content: "\e013";
    color: #68943f;
}

.no:before {
    content: "\e014";
    color: #cc3232;
}


/*************Figures, IMGs************/
/**************************************/
figure img {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    width: 100%;
}

figcaption.figure-caption {
    margin-bottom: 20px;
    font-size: .8em;
}

/**********************Partner Feedback**************************/
/****************************************************************/

#partner-feedback {
    position: relative;
    padding: 0px;
    margin: 0px;
    color: #fff;
    background-color: #3D3D3D;
    width: 100% !important;
}

#partner-feedback .row {
    background: url("https://university.connectwise.com/content/university_partner_kits/images/stripe-gray-30.png") repeat;
    padding: 40px 0px;
}


#partner-feedback h3 {
    margin-top: 50px;
    margin-bottom: 45px;
    font-size: 3.5rem;
    font-weight: 600;
}

#feedback-yes-wrapper,
#feedback-no-wrapper {
    padding-bottom: 80px;
    padding-left: 0px;
    padding-right: 0px;
}


#partner-feedback p,
#partner-feedback-no-thanks p,
#partner-feedback-yes-thanks p {
    font-size: 17px;
    margin-bottom: 40px;
    line-height: 19px;
}

#partner-feedback h4,
#partner-feedback-no-thanks h4,
#partner-feedback-yes-thanks h4 {
    font-size: 23px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 8px;

}

#partner-feedback .btn {
    text-transform: uppercase;
}

#partner-feedback .btn-block {
    background-color: #9EB356;
    border-color: #8a9e47;
    color: #050709;
    background-size: 0;
    background-image: none;
    display: inline-block;
    width: 60% !important;
    font-size: 19px;
    font-weight: 600;
}

#partner-feedback .btn-block:hover,
#partner-feedback .btn-block:focus-visible {
    background-color: #7b8d3f;
    color: #000000;
}

#partner-feedback .btn-link {
    text-decoration: underline;
}

#partner-feedback-no,
#partner-feedback-no-thanks,
#partner-feedback-yes,
#partner-feedback-yes-thanks {
    margin: auto;
    width: 60% !important;
}



#partner-feedback .popover-content {
    color: #555;
}

#partner-feedback .popover,
#partner-feedback .popover-content {
    background: #fafafa;
}

#partner-feedback .popover.bottom>.arrow:after {
    border-bottom-color: #fafafa;
}

/********************Animation**********************/
/***************************************************/

.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
}


@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        -moz-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        -moz-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }

    50% {
        -webkit-transform: scale3d(1.8, 1.8, 1.8);
        -moz-transform: scale3d(1.8, 1.8, 1.8);
        transform: scale3d(1.8, 1.8, 1.8);
        -webkit-box-shadow: 2px 4px 0 0 rgba(255, 255, 255, 0.7);
        box-shadow: 2px 4px 0 0 rgba(255, 255, 255, 0.7);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }

    50% {
        -webkit-transform: scale3d(1.8, 1.8, 1.8);
        -moz-transform: scale3d(1.8, 1.8, 1.8);
        transform: scale3d(1.8, 1.8, 1.8);
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-125%, 0, 0);
        -moz-transform: translate3d(-125%, 0, 0);
        transform: translate3d(-125%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-325%, 0, 0);
        -moz-transform: translate3d(-325%, 0, 0);
        transform: translate3d(-325%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    -moz-animation-name: slideInLeft;
    animation-name: slideInLeft;
}


@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        -moz-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        -moz-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes rotate {
    0% {
        --graident-angle: 0deg;
    }

    100% {
        --graident-angle: 360deg;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    animation-name: fadeIn;
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.one-delay {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    animation-delay: 0.3s
}

.two-delay {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.three-delay {
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.four-delay {
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.five-delay {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.six-delay {
    -webkit-animation-delay: 1.8s;
    -moz-animation-delay: 1.8s;
    animation-delay: 1.8s;
}

.move-down {
    transition: all .2s ease-in-out;
    /*for directional cue*/
}

.move-down:hover {
    -webkit-transform: translate(0, 10px);
    /*for directional cue*/
    -moz-transform: translate(0, 10px);
    transform: translate(0, 10px);

}


.long-delay {
    -webkit-animation-delay: 5s !important;
    -moz-animation-delay: 5s !important;
    animation-delay: 5s !important;
}

/*****************End Animation*********************/
/***************************************************/

/*********************ALL MEDIA QUERIES*********************/
/*********************ALL MEDIA QUERIES*********************/

/*******Here is the logical versions of max-width and min-width media queries
max-width = width <=; min-width = width >=; *********/

@media(width <=425px) {
    #main-title {
        text-align: left;
        height: 550px;
    }

    #main-title h1 {
        font-size: 2em;
    }

    #main-title a {
        margin-left: 0;
        margin-right: 0;
    }

    #main-title .color-bar {
        top: 550px;
    }
}

@media(width <=537px) {
    #contact-info ul li a.btn:first-of-type {
        margin-bottom: 5px;
    }

    div#contact-info .consultant-photo {
        width: 200px;
        height: 200px;
    }
}

@media(width <=650px) {
    #content-wrapper-global h1 {
        font-size: 1.1em;
    }

    .block {
        font-size: 20px;
        padding: 5vh 0%;
        line-height: 1.5em;
    }

    section#phase-1 {
        height: 60vh;
    }
}

@media(width <=768px) {
    #introduction-details h1 {
        margin-bottom: 10px;
    }

    div>.block h3 {
        margin-bottom: 10px;
    }
}

@media(width <=990px) {
    .breadcrumb.col-sm-offset-3 {
        margin-left: 5px;
    }
}

@media(width <=1186px) {
    #feedback-yes-wrapper {
        padding-bottom: 5px;
    }
}

@media(width <=1280px) {
    li.details-summary {
        font-size: 18px;
    }
}

@media(width <=1200px) {

    div#feedback-yes-wrapper,
    div#feedback-no-wrapper {
        padding-bottom: 10px;
    }

    #main-content-wrapper section,
    #introduction-details {
        padding-left: 10%;
        padding-right: 10%;
    }
}

@media(width <=1050px) {
    #introduction-details h1 {
        font-size: 50px;
    }

    #introduction h2 {
        font-size: 19px;
    }


    #content-wrapper-global p,
    #introduction-details ul li a {
        font-size: .8em;
    }

    #content-wrapper-global .panel>.panel-heading>.panel-title {
        font-size: .85em;
    }

    section#introduction-details ul {
        font-size: .75em;
    }

    #main-content-wrapper section h1 {
        font-size: 1.8em;
    }

    #introduction #big-idea-title {
        font-size: .8em;
    }
}

@media(width >=1200px) {
    .lg-offset-2_5 {
        margin-inline-start: 20%;
    }

    section#introduction-details {
        display: grid;
        grid-template-areas: "title description";
        gap: 4%;
        align-items: center;
        grid-template-columns: 70%;
    }

    #introduction p {
        font-size: 20px;
    }

    #introduction #big-idea-title {
        font-size: 18px;
    }
}

@media(width >=1200px) {
    .content-tile-grid .thumbnail {
        height: 200px;
    }


    .content-tile-grid .thumbnail a {
        padding-top: 15px;
    }

    .caption p {
        padding-top: 40px;
        font-size: 15px;
    }

    .content-tiles-wrapper .thumbnail h4 {
        font-size: 18px;
    }

    .content-tiles-wrapper .glyphicon {
        font-size: 32px;
        margin-top: 15px;
    }

    .content-tiles-wrapper i {
        font-size: 30px;
        margin-top: 15px;
    }

    .content-tiles-wrapper .glyphicon-book {
        font-size: 27px;
    }

    .content-tiles-wrapper .glyphicon-list {
        margin-top: 20px;
        font-size: 26px;
    }

    #quick-links .thumbnail div.caption {
        top: 160px;
    }

    #quick-links .thumbnail:hover div.caption {
        top: 100px;
    }
}

@media(width >=1500px) {
    .content-tile-grid .thumbnail {
        height: 260px;
        width: 100%;
    }

    .content-tile-grid .thumbnail a {
        padding-top: 30px;
    }

    .caption p {
        font-size: 16px;
    }

    .content-tiles-wrapper .thumbnail h4 {
        font-size: 20px;
    }

    #quick-links .thumbnail div.caption {
        top: 220px;
    }

    #quick-links .thumbnail:hover div.caption {
        top: 170px;
    }

    section#introduction-details[aria-label] {
        grid-template-columns: 55%;
    }
}

@media(width >=768px) {
    #content-wrapper-global .navbar {
        border-radius: 0px;
    }

    #content-wrapper-global .navbar-nav>li>a {
        padding-top: 30px;
        padding-bottom: 30px;
        font-size: 1.05em;
        transition: all 0.1s ease-in-out;
    }

    div#other-assets .col-flex-6 {
        /* border-right: 0; */
        border-bottom: 0;
    }
}

/*******Flexbox Table Styles*******/
/*******Flexbox Table Styles*******/

.flexbox-table-wrapper {
    --header-background-color: #565656;
    --header-border-color: #565656;
    --header-color-text: #fafafa;
    --flexbox-odd-row-background-color: #eeeeee;
    --flexbox-ood-row-color-text: #4d4d4d;
    margin-block: 2rem;
}

.flexbox-table-header {
    background-color: var(--header-background-color);
    border-top: 1px solid var(--header-border-color);
    border-bottom: 1px solid #cccccc;
    color: var(--header-color-text);
    font-weight: 600;

}

.flexbox-table-header>div[role="row"],
.flexbox-row>div[role="row"] {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    gap: 0px;
}

.flexbox-table-wrapper>.flexbox-table-header>[role="row"]>.flexbox-cell,
.flexbox-table-wrapper .flexbox-table-body-wrapper>.flexbox-row>[role="row"]>.flexbox-cell {
    padding: 8px 16px;
    border-bottom: 1px solid #cccccc;
    font-size: .8696em;
    line-height: 1.8;
    text-align: left;
    width: calc(100% / 5);
}

.flexbox-row:nth-child(odd) {
    background-color: var(--flexbox-odd-row-background-color);
    /* border-bottom: 1px solid #cccccc; */
}

.flexbox-table-body-wrapper .flexbox-row[role="rowgroup"]>div[role="row"]>div.flexbox-cell {
    font-size: .7826em;
}