/* Standard Orcina style for monospace code---------------------- */

.Code
{
    font-family: Consolas, Monospace;
}

/* WEBKIT ISSUES ------------------------------------------------ */

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: inherit;
}

.wrapper { min-height: 100%; }

/*
.schedule a {
    color: #333;
}

.schedule a:hover {
    color: #006680;
    text-decoration: none;
}
*/
/* -------------------------------------------------------------- */

.hasNoPTag  p{  /* Examples description text */
    font-size: 0.875rem;
}

.hasNoPTag li {
    font-size: 0.813em;
}

.card p, .card p.card-text  {
    font-size: 0.875rem;
}

.content ul {
    /*font-size: 0.875rem;*/
    font-size: 1rem;
    margin-left: 20px;
}

.content ol {
    margin-left: 20px;
    padding-left: 0;
}

/* RECRUITMENT PAGES -------------------------------------------- */

.jobs:before {
    font-size: 0.813em;
    color: #006680;
    font-weight: 700;
}

.jobs.jdetails:before {
    content: "Details";
}

.jobs.jrequirements:before {
    content: "Requirements";
}

.jobs.jclose:before {
    content: "Closing Date :";
}

.jobs.jlocations:before {
    content: "Job Location :";
}

.jobs.jsalary:before {
    content: "Salary :";
}

.jobs.jlocations > p, .jobs.jclose > p { display: inline; margin-left: 8px; }


.jobs.japply {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dotted #006680;
}

a.jobpage-link {
    font-size: 0.813rem;
    text-transform: uppercase;
    color: #006680;
    font-weight: 700;
    display: inline-block;
    margin-top: 5px;
    transition: 0.4s all ease-in-out;
}

a.jobpage-link:hover {
    text-decoration: none;
}

a.jobpage-link > span {
    transition: 0.3s all linear;
    padding-left: 0px;
    color:#6dadc0;
}

a.jobpage-link:hover > span {
    padding-left: 6px;
    color:#f60;
}

.job-group h3 { margin:5px 5px 5px 0 !important;}

.widget-area h5 { margin: 5px 0; }

.aside-col ul.sub-navigation li a {
    line-height: 1.5;
}

/* -------------------------------------------------------------- */

/* Search */

.nocontent form.search-form {
    margin: 20px 0;
}


.nocontent form.search-form label input[type="search"] {
    border: none;
    background-color: #e8e8e870;
    padding: 5px 8px;
    box-shadow: inset 1px 1px 4px #999;
}

.nocontent form.search-form input[type="submit"] {
    color: white;
    background-color: #006680;
    border: none;
    border-radius: 0px;
    padding: 5px 10px;
}

/* -------------------- */


strong { font-weight: 700; }


.aside-col .subsets>li:last-child {
    border-bottom: 2px solid #006680;
}


.team-members {
    margin-bottom: 25px;
}

img.alignleft { float: left; margin-right: 12px; margin-top: 5px; margin-bottom: 12px;}
img.alignright { float:right; margin-left: 12px; margin-top: 5px; margin-bottom: 12px;}
img.aligncenter { margin: 5px auto 12px; text-align: center; display: block; }
img.alignnone { display: block; margin: 5px 0 12px 0; }

.col-md-7.accordion-copy p, .col-md-12.accordion-copy p, .col-md-12.accordion-copy ul { font-size: 0.813rem; }

#accordian .card .card-body, .accordian-panel .card .card-body { padding: 15px; }

/* Applications accordian headers */
.accordian-panel .card .card-header h5 button.btn{
    font-size: 1.2rem;
}

.acclinks {
    display: inline-block;
    padding: 8px;
    border: 1px solid #999;
    margin-right: -5px;
    border-right: none;
    background-color: white;
}

.acclinks:last-child { 
    border-right: 1px solid #999; 
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px; 
}

.acclinks:first-child { 
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px; 
}
    

.acclinks a { color: #006680; transition: 0.3s all ease-in-out; display: block; }

.acclinks a:hover { color: rgb(96,208,228);  }

@media screen and ( max-width : 978px ) {
    
    .acclinks {
        display: block;
        border: 1px solid #999;
        margin-bottom: 5px;
        margin-right: 0px;
    }
    .acclinks:last-child { 
        
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px; 
    }

    .acclinks:first-child { 
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px; 
    }
}



img.card-img { margin-bottom: 15px; }

/*  Global Map */

map {
    display: block;
    position: relative;
    width: 100%;
    height: 500px;
}

area { font-family: 'open sans', sans-serif; }

#uk-tag:after, #us-tag:after, #sa-tag:after, #sk-tag:after {
    transition: 0.4s opacity ease-in-out;
    opacity: 0.0;
    content:"";
    min-width: 150px; 
}

#uk-tag, #us-tag, #sa-tag, #sk-tag {
    text-align: center;
    pointer-events: auto;
}

#uk-tag:hover:after {
    opacity: 0.8;
    content: "Orcina Head Office";
    background-color: rgb(0,102,128);
    color: white;
    display: inline-block;
    position: relative;
    width: auto;
    height: auto;
    padding: 12px;
    top: 12px;
    border-radius: 8px;
    border: 2px solid white;
    box-shadow: 2px 4px 10px #333;
    transform: scale(0.75,0.75);
    
}

#us-tag:hover:after {
    opacity: 0.8;
    content: "USA and Canada";
    background-color: rgb(0,102,128);
    color: white;
    display: inline-block;
    position: relative;
    width: auto;
    height: auto;
    padding: 12px;
    top: 12px;
    border-radius: 8px;
    border: 2px solid white;
    box-shadow: 2px 4px 10px #333;
    transform: scale(0.75,0.75);
}

#sa-tag:hover:after {
    opacity: 0.8;
    content: "South America";
    background-color: rgb(0,102,128);
    color: white;
    display: inline-block;
    position: relative;
    width: auto;
    height: auto;
    padding: 12px;
    top: 12px;
    border-radius: 8px;
    border: 2px solid white;
    box-shadow: 2px 4px 10px #333;
    transform: scale(0.75,0.75);
}

#sk-tag:hover:after {
    opacity: 0.8;
    content: "South Korea";
    background-color: rgb(0,102,128);
    color: white;
    display: inline-block;
    position: relative;
    width: auto;
    height: auto;
    padding: 12px;
    top: 12px;
    border-radius: 8px;
    border: 2px solid white;
    box-shadow: 2px 4px 10px #333;
    transform: scale(0.75,0.75);
}


area.maptags {
    position: absolute;
    height: 60px;
    width: 60px;
    /*background-color: rgba(255,255,255,0.1);*/
    display: block;   
}

area.maptags:hover {
    pointer-events: all;
    transform: scale(1.5,1.5);
}

area.maptags.uk {
    width: 100px;
    height: 100px;
}
area.maptags.us {
    width: 160px;
    height: 160px;
}
area.maptags.sa {
    width: 160px;
    height: 160px;
}
area.maptags.sk {
    width: 60px;
    height: 60px;
}

@media screen and (min-width: 1700px) {
    area.maptags.uk {
        left: 46%;
        top: 1%;
        width: 100px;
        height: 100px;
    }
    area.maptags.us {
        left: 24%;
        top: 14%;
        width: 160px;
        height: 160px;
    }
    area.maptags.sa {
        left: 36%;
        top: 62%;
        width: 160px;
        height: 160px;
    }
    area.maptags.sk {
        left: 78%;
        top: 19%;
    }
}

@media screen and (max-width: 1700px) {
    area.maptags.uk {
        left: 46%;
        top: 7%;
    }
    area.maptags.us {
        left: 24%;
        top: 14%;
    }
    area.maptags.sa {
        left: 33%;
        top: 54.5%;
    }
    area.maptags.sk {
        left: 78.3%;
        top: 23%;
        height: 80px;
    }
}

@media screen and (max-width: 1400px) {
    area.maptags.uk {
        left: 45.5%;
        top: 11%;
    }
    area.maptags.us {
        left: 21%;
        top: 21%;
    }
    area.maptags.sa {
        left: 31%;
        top: 56%;
    }
    area.maptags.sk {
        left: 80%;
        top: 22%;
    }
}

@media screen and (max-width: 1200px) {
    area.maptags.uk {
        left: 44.5%;
        top: 10%;
    }
    area.maptags.us {
        left: 17%;
        top: 15%;
    }
    area.maptags.sa {
        left: 28%;
        top: 55%;
    }
    area.maptags.sk {
        left: 85%;
        top: 22%;
    }
}

@media screen and (max-width: 1100px) {

    area.maptags.us {
        left: 12%;
        top: 18%;
    }
    area.maptags.sa {
        left: 28%;
        top: 55%;
    }
    area.maptags.sk {
        left: 88%;
        top: 22%;
    }
    #sk-tag:hover:after {
        right: 80px;
        top: -30px;
    }
    #uk-tag:hover:after {
        right: -30px;
    }      
}

@media screen and (max-width: 990px) {
    
    button.btn {
        white-space: normal;
    }
    
    area.maptags.uk {
        left: 44%;
        top: 10%;
    }
    area.maptags.us {
        left: 8%;
        top: 16%;
    }
    area.maptags.sa {
        left: 24%;
        top: 53%;
    }
    area.maptags.sk {
        left: 92%;
        top: 23%;
    } 
    area.maptags.sk {
        left: 92%;
        top: 22%;
    }
}

@media screen and (max-width: 874px) {
    .worldmap, map {
        display: none;
    }
    .worldmap {
        background-position: -380px center !important;
    }
}


@media screen and (max-width: 800px) {
    area.maptags.us {
        left: 5%;
        top: 27%;
    }   
}

@media screen and (max-width: 480px) {
    area.maptags.uk {
        left: 42%;
        top: 14%;
    }
    area.maptags.us {
        left: 0%;
        top: 14%;
    }   
}


#resetMap {
    text-transform: uppercase;
    font-size: 0.813em;
    font-weight: 600;
    display: inline-block;
    color: rgb(0,102,128);
    float: right;
    border: none;
    margin-top: 5px;
    position: relative;
}

#resetMap:hover {
    color: rgba(0, 163, 204, 1);
}

#resetMap > i {
    color:#000;

}

#resetMap:hover > i {
    color:red;

}

/* --------- */


/*
a[href $= '.zip'] {
    background-color: #006680;
    display: block;
    padding: 10px;
    color: white;
    border-radius: 4px;
    min-width: 80%;
    max-width: 500px;
    transition: 0.3s background-color ease-in-out;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-right: 6px;
}

a[href $= '.zip']:first-of-type {
    margin-top: 20px;
}

a[href $= '.zip']:hover {
    background-color: rgb(126,160,196);
    text-decoration: none;
    box-shadow: inset 1px 1px 4px #666;
}

#.example-content a[href $= '.zip'] { background-color:#d9534f; }
*/


.card-header.agent {
    padding: 0;
}

.btn-link {

    display: block;
    width: 100%;
    padding: 10px;
    text-align: left;
}


i.fas.fa-arrow-circle-right,
i.fas.fa-chevron-circle-right {
    position: absolute;
}

i.fas.fa-caret-square-right {
    font-size: 120%;
    top: 1px;
    position: relative;
    margin-left: 12px;
}

.header .topsection nav .tel h4 {
    opacity: 0;    
}

.aside-col {
    position: -moz-sticky;
    position: -webkit-sticky;
    position: sticky;
    top: 200px;
    min-width: 15%;
    margin-top: 20px;
}

.notopmarg { margin-top: 0px; }

.example-content a>i {
    font-size: 0.65rem;
    /*text-transform: uppercase;*/
    display: block;
    font-style: normal;
}

.space-before { margin-left: 30px; }

.header .topsection .linkedInLink i.fab.fa-youtube-square {
    width: 100%;
    height: inherit;
    font-size: 2em;
    line-height: 75px;
}

.header .topsection .linkedInLink i.fab.fa-linkedin {
    width: 100%;
    height: inherit;
    font-size: 2em;
    line-height: 75px;
}

table {
	/*font-size: 0.813rem; margin: 10px 0;*/
    font-size: 0.875rem; margin: 10px 0;
}

table td { padding: 0px 3px; vertical-align: top; }

/*.example-panel { display: none; }*/

.skip-link.screen-reader-text { display: none; }

.btn-primary {
    color: #fff;
    background-color: #006680;
    border-color: #006680;
}

.btn-primary:hover {
    background-color: #7EA0C4;
}

.ugm-col h6 {
    text-transform: initial;
}

.fit { width: 100%; height: auto; }

/* Colour options for cards */
.sand { border: 1px solid rgb(242,211,131); }
.sand .card-header, .sand .card-footer { background-color: rgb(242,211,131); border-bottom: 1px solid rgb(242,211,131); }

.teal { border: 1px solid rgb(247,142,30); }
.teal .card-header, .sand .card-footer { background-color: rgb(247,142,30); border-bottom: 1px solid rgb(247,142,30); }

.rust { border: 1px solid rgb(157,97,103); }
.rust .card-header, .sand .card-footer { background-color: rgb(157,97,103); border-bottom: 1px solid rgb(157,97,103); }

.col-sm-8.col-md-10 > .row { margin-bottom: 20px; }

span.comments-link { display: none; }

.space-below { margin-bottom: 30px; }

.space-around { margin-bottom: 30px; margin-top: 20px;}

span.tags-links { padding-left: 10px; }

textarea:focus, input:focus, button:focus {  outline: none; }

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0px rgba(0,0,0,0);
}

main article {
	display: block;
	margin-bottom: 10px;
	border-bottom: 1px solid #006680;
	padding-bottom: 10px;
}

main article h2 {
	margin-bottom: 10px
}

body {
    font-family: Open Sans, Arial, sans-serif;
}

body p { 
    width: 100%;
    font-family: Open Sans, Arial, sans-serif;
    font-size: 1rem;
}

.footer .col-md-12 h6 { margin-top: 0; text-transform: initial; display: inline-block; }

.col-6.goforward {
    text-align: right;
}

.col-6.back {
    text-align: left;
}

span.post-date {
    text-transform: uppercase;
    font-size: 10px;
    margin: 0;
    padding: 0;
    color: #666;
    position: relative;
    top: -10px;
}

.credit{/*, {.credit > a { Footer */
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 10px;    
}

article { display: initial; width: 100%; }

.edit-link {
    font-size: 14px;
    position: fixed;
    left: 0px;
    top: 109px;
    font-style: italic;
    background-color: red;
    padding: 6px;
    color: white;
}

.edit-link > a {
	color: white;
}


.col.content-wrapper {
    /*margin: 0 -25px; */
    /*padding: 0; */
}

h3.course-title {
    color: #006680;
    margin-top: 20px;
}

.crse-req {
    margin-top: 25px;
}

.crse-req  h5 {
    font-size: 1.1rem;
}

.row.course-block {
    margin-bottom: 20px;
}

.inline-wrapper {
	/*box-shadow: 1px 1px 5px #333;*/
}

.slider-inline {
	
}

.slider-caption {
	padding: 4px; background-color: #333; color: white; font-size: 0.813em;
}


figure, .figure { max-width: 100%; /* prevent break-out */ }

@media screen and (min-width: 600px) {

    .info-gizmo {
        position: absolute;
        bottom: 0;
    }
}

.info-gizmo.rev { 
    max-width: 1000px; 
    position: relative;
}


.widget-title {
    margin-bottom: 5px;
    font-size: 1.123em;
    color: #006680;
}

.widgettitle {
	margin-bottom: 10px;	
}

.aside-col ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.aside-col ul > li {
    /*border-bottom: 1px solid #60d0e4;*/
}

ul.subnavigation>li>ul.subnavitem>li:last-child {
    border-bottom: none;
}

.aside-col ul.sub-navigation>li {
    border-bottom: 1px solid #006680;
}

.aside-col ul > li > a {
    padding: 10px 0;
    display: block;
    line-height: 1;
    color: #006680;
    transition: padding .3s ease-in-out;
}

.aside-col ul > li > a:hover {
    text-decoration: none;
    color: #60d0e4;
    padding: 10px 0 10px 10px;
}

.aside-col ul.sub-navigation li:last-child {
    border-bottom: 0px solid #60d0e4;
}


h2.screen-reader-text {
    font-size: 1.25rem;
    text-transform: uppercase;
    margin: 20px 0 0 0;
    border-top: 1px solid #999;
    display: block;
    width: 100%;
    padding-top: 10px;
}

nav.navigation.post-navigation {
    width: 100%;
    padding: 10px 0;
}

/* OVERRIDE  */

.jumbotron-fluid.splash a {
    color:rgb(242,211,131);
}








.col-md-10 h2, .col-md-12 h2 { margin: 30px 0 15px 0; }

h2.entry-title {  margin-top: 0; }

.carousel-caption.d-md-block.custom h2 {
    font-weight: inherit;
    color: #fff;
    font-size: 4em;
    margin-bottom: 10px;
}

.carousel-caption.d-md-block.custom h3 {
    color: #fff;
    font-weight: 300;
    font-size: 24px;
    line-height: 140%;
}

inlinecode {
    font-family: monospace;
    font-size: larger;
    color: #292b2c;
    /*background-color: #a3cbd4; Orca colour from logo*/
    background-color: #B8E5F0
    padding-left: 5px;
    padding-right: 5px;
}

code, pre>code {
    font-family: monospace;
    /*font-size: 90%;*/
    color: #292b2c;
    background-color: #ddd;
    border-radius: .25rem;
    display: flex;
    padding: 10px;
    /* margin: 12px 0; */
}

code>br { display:none; }

ol>li {
    /*font-size: 0.875em;*/
    font-size: 1rem;
    /*margin-bottom: 8px;*/
}


/* info-gizmo fixes  */

li.nobefore {
    top: -9999px;
}

.info-gizmo .orcaflex-logo-rev {
    width: 15%;
}

.info-gizmo ul.listmenu li {
    width: 33%;
}

.info-gizmo.rev ul.listmenu li {
    float: left;
    /*width: 33%;*/
    text-align: center;
    position: relative;
}

.info-gizmo.rev ul.listmenu li:before, .info-gizmo.rev ul.listmenu li:hover:before {
    width: 50%;
    left: 25%; 
}

.info-gizmo ul.listmenu {
    -ms-flex-pack: stretch;
    justify-content: stretch;
}

.info-gizmo.rev ul.listmenu li a {
    text-transform: none;
}

.info-gizmo.rev ul.listmenu li {
    /* float: left; */
    /* width: 33%; */
    /* text-align: center; */
    /* position: relative; */
    display: flex;
    flex-direction: column;
    align-items: inherit;
}

.info-gizmo ul.listmenu li a {
    text-transform: initial;
}

.info-gizmo.rev ul.listmenu li:first-child {
    padding-left: 10px;
}

h1.entry-title {
	font-weight: 300;
    font-size: 2.25rem;
    color: #006680;
    margin-bottom: 20px;
    margin-top: 30px;
    margin-left: -15px;
}


/* fix to in-line  */
.gallery-item {
    display: inline-block;
    margin: 20px 20px 0px 0;
}

#rl-gallery-container-2 .rl-basicgrid-gallery .rl-gallery-item,
.rl-basicgrid-gallery .rl-gallery-item {
    width: calc(33.3333333333% - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0px;
}

.entry-content {
    margin-left: -15px;
}

footer.entry-footer {
    margin-top: 20px;
    position: relative;
    width: 100%;
    height: auto;
}


/* Splash Banner ------------------------------- */

.splash { /*min-height: auto !important;*/  }

.jumbotron-fluid.splash {
    background-color: #79c1ca;
    background: url(../images/banner/underwater-vector-comp.jpg) no-repeat center;
    background-size: cover;
    margin-bottom: 20px;
    margin-top: 75px;
    min-height: 400px;
}

.splash-basic {
    width: 100%;
    background-color: #006680;
    background: linear-gradient(180deg,#60d0e4 0,#245fbf 40%,#154784 72%,#21324f);
    padding: 150px 20px 0;
    margin-bottom: 30px;
}

.splash-basic h1 {
    font-size: 3.4rem;
}
.splash-basic h1, .splash-basic h2, .splash-basic h3, .splash-basic h4, .splash-basic h5 {
    color: #fff;
    font-weight: 300;
    max-width: 900px;
}





/* gallery modal img ------ */


.modal-content {
    max-width: 1180px;
	min-width: 600px; /* iframe = 560px */
}

.modal-body {
    text-align: center;
}

.modal-body img {
    max-height: 650px;
    width: auto;
}


@media (min-width: 576px) {
	.modal-dialog {
    	max-width: max-content;
		margin: 30px auto;
	}
}

@media screen and (max-width: 576px) {
	.jumbotron-fluid.splash, .splash {
    	min-height: auto !important;
    	/*margin-top: 0;*/	
	}
}



h2.entry-title > a {
    text-decoration: none;
    color: #006680;
}


h2.entry-title > a:hover {
	color: rgb(96,208,228);
}

.entry-meta {
    margin: 10px 0;
    font-size: 0.75em;
    text-transform: uppercase;
    border-top: 1px dashed #bdbbbb;
    border-bottom: 1px dashed #bdbbbb;
    padding: 4px 0;
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: center;
}

.entry-meta .byline { flex-grow: 1; padding-left: 5px; }

/*   Documents Cards */

.adddiv {
	border-top:1px solid rgba(0, 102, 128, 0.35);
	padding-top: 20px !important;
}

.poster-image {
	display: block;
	width: 100%;
	height: 200px;
	background-color: rgb('96','208','228');
}

h3.video-cats {
    padding: 5px 0;
    color: #006680;
    margin: 20px 0 10px;
}


.img-wrapper {
    max-height: 140px;
    overflow: hidden;
}


/*  Cards ------------------ */

.card {
    margin-bottom: 40px;
}

.card-body {
    padding: 10px;
    /*max-height: 250px;
    overflow: hidden;*/
}

.card-viewbtn {
    padding: 0px;
}

.card-body h5 { font-weight: 400; }


.card, .card.gallery {
	padding: 0;
}

.card.agents {
    border: none;
    padding: 0;
    margin-bottom: 10px;
    border-radius: 0;
}

.card.documents, .card.videos, .card.staff {    
    padding: 0;
    border: 2px solid #006680;
    box-shadow: 1px 2px 6px #999;
    height: 95%;
}

.card.videos .card-body p, .card-text {
	margin-bottom: 20px;    
}

/*
.card-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 20px;
}
*/


.card-footer {
    flex-grow: 1;
    align-items: stretch;
    display: flex;
    flex-direction: inherit;
}

.card-footer .card-text {
    flex-grow: 2;
}

.card.documents .card-header {
    background-color: rgba(0, 102, 128, 1);
    border-bottom: 0px solid #00b9eb;
    color: white;
    font-size: 1.2em;
    min-height: 80px;
    line-height: 1.35em;
}

.card.documents img {
	padding: 0px;
}

.card-header.videos {
	padding: 0;
	border-bottom: none;
}

.card.staff { 
	height: 100%;
    display: flex;
    justify-content: space-between; 
}

.card.staff .card-body { flex-grow: 2; }

.card.staff > img { flex-shrink: 0; width:inherit; }

p.card-tel {
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid #cdcdcd;
}

h5.card-bio {
	padding-top: 8px;
	margin-top: 8px;
	border-top: 1px solid #cdcdcd;
}

.col-md-12 h3,
.col-md-6 h3,
.col-md-4 h3,
.col-md-3 h3 {
    margin: 15px 0 5px 0;
}

h4 p, h3 p, h2 p, h5 p { font-size: inherit; }
h4 {
    font-size: 1.1rem;
}

.col-md-6 h3:first-of-type { margin-top: 0; }
.col-md-6 h4:first-of-type { margin-bottom: 10px; }

.post-nav {
    padding-top: 15px;
    margin-top: 20px;
}


a.ugm-link {
    color: #333;
    width: 100%;
    display: block;
}
a.ugm-link:hover {
	text-decoration: none;
	color: #006680;
}

.col-md-3.socials-box {
	display: flex;
    /*justify-content: space-evenly;*/
    justify-content: flex-end;
}

.footer .linkedin-button {
    display: inline-block;
    margin-left: 10px;
}

.header .topsection .linkedInLink a {
    background-color: #fff;
    color: #006680;
}

.header .topsection .linkedInLink a:hover {
    background-color: #fff;
    color: #60d0e4;
}

/* 404 page ------------------------------------------------------------------------------------------------- */

.error-404 .page-content form.search-form {
    padding: 30px 0;
}

.error-404 .page-content form.search-form input[type="search"] {
    min-width: 100%;
    padding: 5px;
    margin-top: 5px;
}

.error-404 .page-content form.search-form label {
	width: 60%;
}

.error-404 .page-content form.search-form label>span {
	margin-right: 20px;
}

.error-404 h1.page-title {
    color: #006680;
    font-size: 3rem;
    font-weight: 600;
    margin-top: 40px;
}

/* Ninja Form Overrides -------------------------------------------------------------------------------------  */

.nf-form-content { padding: 0px !important; font-family: inherit !important; }

.nf-form-content .listselect-wrap .nf-field-element div, 
.nf-form-content input.ninja-forms-field, 
.nf-form-content select.ninja-forms-field { height: 34px !important; }

.nf-field-label label { font-size: 13px !important; font-weight: 400 !important; }

.nf-form-content label { font-size: 13px !important; }

.nf-form-content .listselect-wrap .nf-field-element div, 
.nf-form-content .ninja-forms-field { font-size: 13px !important;  padding: 6px 12px !important; }

.nf-field-container { margin-bottom: 8px !important; }

.nf-form-content .label-above .nf-field-label, 
.nf-form-content .label-below .nf-field-label, 
.nf-form-content .label-hidden .nf-field-label { margin-bottom: 3px !important; }

.nf-form-content .list-select-wrap>div div:after { font-size: 13px !important; height: 34px !important; line-height: 34px !important;}

.nf-form-fields-required { font-size: 12px; text-transform: uppercase; color: #006680; }

.label-left .nf-field-label { text-align: left !important; width: fit-content !important; max-width: 35% !important; }

.label-left .nf-field-element { min-width: 65% !important; flex-grow: 1 !important; }

.field-wrap button, .field-wrap input[type=button], .field-wrap input[type=submit] {
    width: 100% !important; background-color: #006680 !important; margin-top: 30px; border-radius: 4px;
}

.checkbox-wrap .nf-field-element label:before, 
.checkbox-wrap .nf-field-label label:before, 
.listcheckbox-wrap .nf-field-element label:before, 
.listcheckbox-wrap .nf-field-label label:before { font-size: 18px !important; }

.listcheckbox-container .nf-field-element label:before { left: -25px !important; }

.checkbox-wrap .nf-field-element label.nf-checked-label:before, 
.checkbox-wrap .nf-field-label label.nf-checked-label:before, 
.listcheckbox-wrap .nf-field-element label.nf-checked-label:before, 
.listcheckbox-wrap .nf-field-label label.nf-checked-label:before { color: #006698 !important; }

/* -------------------------------------------------------------------------------------------------------------- */


.header .topsection .linkedInLink {
    width: 60px;
    height: inherit;
    background-color: #fff;
    text-align: center;
    color: #60d0e4;
    transition: .3s ease-in-out;
}

.header .topsection .linkedInLink:nth-of-type(1) {
    margin-left: 40px;
}



.img-wrapper {
    height: 280px;
    max-height: 280px;
    overflow: hidden;
    align-self: center;
    width: 100%;
}

.img-fluid, .img-thumbnail {
    max-width: 100%;
    height: auto; /* 100% stretched images */
    margin: auto;
}

.slider-inline {
    height: initial !important;
}

/* MAsonry */
.grid-sizer.col-sm-6.col-md-4.col-lg-3 {
    display: none;
}


/* Google Map ----------------------------------- */

.row.globalMap {
    position: relative;
}

.worldmap {
    position: absolute;
    width: 100%;
    height: 500px;
    background-color: #ccc;
    background: url(../images/banner/global-map-wide-alt.jpg) no-repeat center center;
    background-size: cover;
    z-index: 400;
    left: 0;
    top: 0;
    opacity: 1;
}


.place-card.place-card-large { display: none; }
.login { display: none; }


.jumbotron-fluid.map {
    min-height: 500px;
    background-color: #fff;
    margin-top: 75px; /* clear menu */
    margin-bottom: 30px;
}


.content-map {
    -ms-flex-positive: 2;
    flex-grow: 2;
    width: 100%;
    margin: 0;
}

.content-map iframe { width: 100%; height: 500px; }

/* ------------- */


.header .topsection .searcher, .header .topsection .searcher, .header .topsection .searcher .search-panel, .header .topsection .searcher .search-panel form input.btn.btn-primary {
    background-color: #006680;
}


.header .topsection .searcher .search-panel form input.btn.btn-primary:hover {
    background-color: #60d0e4;
    color: #006680;
}


.header .topsection .searcher i.fas:hover {
    color: #60d0e4;
}

.footer .linkedin-button {
    display: inline-block;
    margin-left: 20px;
    font-size: 2em;
}


h3.papers-cat, h3.technical-cat {
    display: block;
    width: 100%;
    margin: 30px 0px 20px 0px;
}

h3.technical-cat {
    border-top: 1px solid #006680;
    padding-top: 20px;
}

/* Table Press --------------------------------------- */

h2.tablepress-table-name {
    font-size: 24px;
    margin-bottom: 6px;
}

.tablepress tfoot th, .tablepress thead th {
    background-color: #006680;
    font-weight: 700;
    vertical-align: middle;
    color: white;
}

.tablepress tbody td, .tablepress tfoot th {
    border-top: 1px solid #006680;
}

.tablepress tbody td:first-child,
.tablepress thead td:first-child {
    border-left: 1px solid #006680;
    text-align: right;
}

.tablepress tbody td:last-child,
.tablepress thead td:last-child {
    border-right: 1px solid #006680;
}

.tablepress tbody tr:last-child {
    border-bottom: 1px solid #006680;
}

span.tablepress-table-description {
    font-size: 0.813rem;
    padding: 5px 0;
}


/* --- */


@media screen and (max-width: 1300px) {
    .header .topsection .linkedInLink {
        /* width: 60px; */
        width: auto;
        padding-right: 20px;

    }
}


@media screen and (max-width: 978px) {
    
    .header .topsection nav ul.nav { background-color: white; }
    
    .space-before { margin-left: 0; }
    .header .topsection nav .tel h4 {
        position: absolute;
        right: 120px;
        top: 20px;
    }
    
    .header .topsection nav ul.nav li { padding: 0 10px; }
    
    .aside-col ul > li > a {
        transition: none;
    }
    
    .aside-col ul > li > a:hover {
        padding: 10px 0 10px 0px;
    }
    
    .widget .widget-title {
        display:none;
    }
    
    
}

@media screen and (max-width: 768px) {
	.sch-col .sch-frdate h6:before {
    content: "Event Date :";
    margin-right: 4px;
    /*font-weight: 700;*/
	}
	.sch-col .sch-location h6:before {
    content: "Location :";
    margin-right: 4px;
    /*font-weight: 700;*/
	}
	

    .sch-col .sch-ugmdate h6:before {
    content: "Event Cost :";
    margin-right: 4px;
    /*font-weight: 700;*/
    }
    
    .aside-col { margin:0 0 30px 0; }
    
    .widget ul {
        margin-bottom: 0;
    }

    
    .accordian-panel .card { padding: 0px; }

    .btn-link { padding: 10px 20px; }

    .header .topsection .linkedInLink { width: 60px; }
    
    .ob,.OB { color: white !important; }
    
    .info-gizmo { 
        /*flex-direction: column; */
        display: none;
    }
    .info-gizmo .orcaflex-logo-rev { width: 100%; }
    .info-gizmo.rev ul.listmenu, .info-gizmo ul.listmenu { flex-direction: column; }
    .info-gizmo.rev ul.listmenu li:first-child, .info-gizmo ul.listmenu li:first-child { border-left: 4px solid #60d0e4; padding-left: 5px; } 
    .info-gizmo.rev ul.listmenu li, .info-gizmo ul.listmenu li { width: 100%; text-align: left; border-left: 4px solid #60d0e4; padding-left: 5px; margin-top: 12px; }
    .info-gizmo.rev ul.listmenu li a, .info-gizmo ul.listmenu li a { border-right: 0px solid #60d0e4; }
    .info-gizmo ul.listmenu li.nobefore { display:none;}
    .info-gizmo ul.listmenu { align-self: flex-start; }
    .info-gizmo .orcaflex-logo { width: 100%; margin-bottom: 20px; }
    .info-gizmo.rev ul.listmenu li:before, .info-gizmo.rev ul.listmenu li:hover:before {
        display:none;
    }
}

@media screen and (max-width: 576px) {
    .header .topsection {
        top: 100px;
        padding-bottom: 5px;
    }
    
    .card.documents .card-body {
        max-height: 150px;
        overflow: hidden;
        display: none;
    }
    
    .header .search-panel-mobile {
        padding: 0 20px;
        margin: 0;
    }
    
    .mobileTel .tel {
        text-align: center;
        padding-right: 20px;
        padding-left: 20px;
    }
    #accordian .card .card-header, .accordian-panel .card .card-header { padding: 0; }
    
    .sch-col h6 {
        margin-top: 10px;
        padding: 5px 0;
        text-align: center;
    }
    
    .ugm-col .col-md-3 h6 {
        /*font-weight: 600;*/
        font-size: 1rem;
        margin: 8px 0 0 0;
        padding: 0;
    }
    
    .ugm-col .col-md-2 h6 a {
        font-size: 0.913rem;
    }
    
    span.posted-on, span.byline {
    width: 50%;
    }
    span.byline {
        text-align: right;
        margin-right: 5px;
    }
    .entry-meta > img {
        margin: 15px 0;
    }
    
    iframe {
        width: 100% !important;
        height: auto;
    }
    
    .modal-content {
        max-width: 1180px;
    }
  
    
}

@media screen and (orientation:landscape) and (max-width: 680px) {
    .modal-footer { display:none; }
    .modal-body, .modal-dialog { margin:auto; }
}

.ugm-desc {
    flex-direction: row;
    align-items: center;
    display: flex;
}

.ugm-desc p {
    /*font-size: 0.75em;*/
    font-size: 0.813rem;
    margin-bottom: 0;
    line-height: 120%;
    padding: 5px 0;
    display: inline-table;
}

.ugm-desc p a {
    /*font-weight: 700;*/
    display: inline;
}
.ugm-desc p a:hover {
    text-decoration: underline;
}


.ugm-link .dashicons, .ugm-link .dashicons-before:before {
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 1;
    font-family: dashicons;
    text-decoration: inherit;
    font-weight: 400;
    font-style: normal;
    vertical-align: middle;
    text-align: center;
    transition: color .1s ease-in 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: -3px;
}

/* UGM Tables --------------------- */

.sch-col h6 { 
    font-size: 0.813rem !important; 
    /*font-weight: 600;*/
} /* UGM Table data */

h6>a {
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
}

/* IE 10 FIXES -------------------- */

.ie10 .info-gizmo.rev ul.listmenu,
.ie10 .info-gizmo ul.listmenu {
    flex-grow: 0!important;
    -ms-flex-positive: 0!important;
}

.archives header.entry-header, .archives footer.entry-footer { margin-left: -15px; }
.archives footer.entry-footer { margin-bottom: 50px; }