/* custom colors:            */
/* ClarusGrey:      #58595B  */
/* ClarusOrange:    #f49b37  */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
    color: #58595B;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}

ul.bl {
    list-style: initial;
}

ul.bl>li {
    margin-left: 20px;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
body {
    height: 100%;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 1em;
    color: #58595B;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'dessaumedium';
    /* src: url('fonts/dessau_medium-webfont.woff2') format('woff2'), */
    /*      url('fonts/dessau_medium-webfont.woff') format('woff'); */
    src: url('fonts/DessauMediumClarus.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

strong {
    font-weight: bold;
}

.textcontent a:hover {
    text-decoration: none;
    /*font-weight: bold;*/
    text-shadow: 0 0 2px #eee;
}

body {
    background-color: #ccc;
    border: none;
    color: #58595B;
}

section,
p {
    text-align: left;
}

.page-center {
    position: relative;
    max-width: 1380px;
    margin: 0 auto;
    overflow-y: hidden;
    border: none;
    padding: 0;
    clear: both;
    width: 100%;
}

.page-wrap {
    position: relative;
    min-height: 100%;
    margin: 0;
    margin-bottom: -320px;
    background: white;
    overflow-y: hidden;
    padding: 0;
    width: 100%;
}

.page-wrap:after {
    content: "";
    display: block;
    margin: 0;
}

footer,
div.page-wrap:after {
    height: 200px;
}

header,
div.content {
    display: block;
}

header {
    margin: 0;
    overflow: hidden;
    background-color: #58595b;
    color: white;
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 1380px;
    min-width: 920px;
    padding: 0;
    z-index: 10;
    height: auto;
}

.headerlink {
    float: left;
    width: 160px;
    height: 80px;
    padding: 30px 0 0 0;
    text-align: center;
    font-size: 1.1em;
    border-left: 1px solid white;
    border-left: 0.5px solid rgba(255, 255, 255, 0.5);
}

.headerlink.last {
    padding: 30px 30px 0 20px;
    border-right: 1px solid white;
    border-right: 0.5px solid rgba(255, 255, 255, 0.5);
}

.headerlink:hover,
.headerlink:active {
    /*box-shadow: 0 0 2px 2px #f49b37 inset;*/
    border: 1px solid #f49b37;
    border-bottom: none;
    border-collapse: collapse;
}

header>a.orange {
    float: right;
    margin: 0;
    text-align: center;
    padding: 32px 10px 0 10px;
    border-left: 1px solid #58595B;
    border-left: 0.5px solid rgba(120, 120, 120, 0.5);
    overflow: hidden;
}

header>a.orange:hover {
    border: 1px solid #58595B;
    border: 0.5px solid rgba(120, 120, 120, 0.5);
}

#contactus {
    line-height: 1.6em;
    padding-top: 10px;
}

.headerlogo {
    background-image: url('/images/logos/clarus_logo_white_text_color_dots_trans_400px.png');
    background-repeat: no-repeat;
    background-size: 200px;
    width: 200px;
    min-width: 200px;
    height: 62px;
    margin: 9px 40px 9px 30px;
    float: left;
}

.menubar {
    background: #58595b;
    padding: 0;
    border-bottom: 1px solid #f49b37;
    clear: both;
    display: none;
    height: auto;
    position: relative;
    width: 100%;
}

ul.menu {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

ul.menu>li {
    margin: 10px 20px;
    padding: 10px;
    float: left;
    height: 140px;
    line-height: 210px;
    width: 160px;
    color: white;
    font-weight: lighter;
    text-align: center;
    font-size: 0.8em;
    background-repeat: no-repeat;
    background-position: center 20px;
    background-size: auto 50%;
    word-break: break-all;
}

ul.menu>li>a {
    display: block;
    width: 100%;
    height: 100%;
}

/* services */

ul.menu>li.cin {
    background-image: url('/images/icons/services/conference_interpreting.svg');
}

ul.menu>li.trn {
    background-image: url('/images/icons/services/translation.svg');
}

ul.menu>li.stu {
    background-image: url('/images/icons/services/studio.svg');
}

ul.menu>li.int {
    background-image: url('/images/icons/services/interpreting.svg');
}

ul.menu>li.dtp {
    background-image: url('/images/icons/services/dtp.svg');
}

ul.menu>li.qua {
    background-image: url('/images/icons/services/quality.svg');
}

ul.menu>li.cin:hover {
    background-image: url('/images/icons/services/conference_interpreting_o.svg');
}

ul.menu>li.trn:hover {
    background-image: url('/images/icons/services/translation_o.svg');
}

ul.menu>li.stu:hover {
    background-image: url('/images/icons/services/studio_o.svg');
}

ul.menu>li.int:hover {
    background-image: url('/images/icons/services/interpreting_o.svg');
}

ul.menu>li.dtp:hover {
    background-image: url('/images/icons/services/dtp_o.svg');
}

ul.menu>li.qua:hover {
    background-image: url('/images/icons/services/quality_o.svg');
}

/* end services */

/* markets */

ul.menu>li.cns {
    background-image: url('/images/icons/markets/consumer.svg');
}

ul.menu>li.sci {
    background-image: url('/images/icons/markets/sciences.svg');
}

ul.menu>li.gov {
    background-image: url('/images/icons/markets/government.svg');
}

ul.menu>li.man {
    background-image: url('/images/icons/markets/manufacturing.svg');
}

ul.menu>li.mee {
    background-image: url('/images/icons/markets/meetings.svg');
}

ul.menu>li.hum {
    background-image: url('/images/icons/markets/hr.svg');
}

ul.menu>li.equ {
    background-image: url('/images/icons/markets/equipment.svg');
}

ul.menu>li.pro {
    background-image: url('/images/icons/markets/production.svg');
}

ul.menu>li.leg {
    background-image: url('/images/icons/markets/legal.svg');
}

ul.menu>li.tra {
    background-image: url('/images/icons/markets/travel.svg');
}

ul.menu>li.cns:hover {
    background-image: url('/images/icons/markets/consumer_o.svg');
}

ul.menu>li.sci:hover {
    background-image: url('/images/icons/markets/sciences_o.svg');
}

ul.menu>li.gov:hover {
    background-image: url('/images/icons/markets/government_o.svg');
}

ul.menu>li.man:hover {
    background-image: url('/images/icons/markets/manufacturing_o.svg');
}

ul.menu>li.mee:hover {
    background-image: url('/images/icons/markets/meetings_o.svg');
}

ul.menu>li.hum:hover {
    background-image: url('/images/icons/markets/hr_o.svg');
}

ul.menu>li.equ:hover {
    background-image: url('/images/icons/markets/equipment_o.svg');
}

ul.menu>li.pro:hover {
    background-image: url('/images/icons/markets/production_o.svg');
}

ul.menu>li.leg:hover {
    background-image: url('/images/icons/markets/legal_o.svg');
}

ul.menu>li.tra:hover {
    background-image: url('/images/icons/markets/travel_o.svg');
}

/* end markets */

/* about us */

ul.menu>li.com {
    background-image: url('/images/icons/about/company.svg');
}

ul.menu>li.lan {
    background-image: url('/images/icons/about/langlist.svg');
}

ul.menu>li.faq {
    background-image: url('/images/icons/about/faq.svg');
}

ul.menu>li.con {
    background-image: url('/images/icons/about/contact.svg');
}

ul.menu>li.quo {
    background-image: url('/images/icons/about/quote.svg');
}

ul.menu>li.por {
    background-image: url('/images/icons/about/portal.svg');
}

ul.menu>li.blg {
    background-image: url('/images/icons/about/blog.svg');
}

ul.menu>li.com:hover {
    background-image: url('/images/icons/about/company_o.svg');
}

ul.menu>li.lan:hover {
    background-image: url('/images/icons/about/langlist_o.svg');
}

ul.menu>li.faq:hover {
    background-image: url('/images/icons/about/faq_o.svg');
}

ul.menu>li.con:hover {
    background-image: url('/images/icons/about/contact_o.svg');
}

ul.menu>li.quo:hover {
    background-image: url('/images/icons/about/quote_o.svg');
}

ul.menu>li.por:hover {
    background-image: url('/images/icons/about/portal_o.svg');
}

ul.menu>li.blg:hover {
    background-image: url('/images/icons/about/blog_o.svg');
}

/* end about us */

ul.menu>li:hover {
    color: #f49b37;
    /*background: #f49b37;*/
    border: 1px solid #f49b37;
    /*	border-top: none;
    border-bottom: none;*/
    border-collapse: collapse;
}

ul.menu>li>a:hover {
    text-decoration: none;
}

div.content {
    font-weight: lighter;
    overflow: hidden;
    margin-bottom: 150px;
    position: relative;
    font-size: 1.0em;
    height: 100%;
    width: 100%;
}

div.contenthide,
div.contactus,
div.thanks {
    background: white;
    width: 100%;
    display: none;
    text-align: center;
    padding: 40px 0;
    overflow: hidden;
    position: relative;
    margin-bottom: 150px;
}

div.contactus {
    border-radius: 5px;
    z-index: 9;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 150px;
}

div.thanks {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 100px;
    margin: 0;
    color: #58595B;
    z-index: 2;
    line-height: 4em;
    /*display: block;*/
}

div.thanks>h1 {
    font-size: 1.8em;
}

div.thanks>p {
    text-align: center;
}

#contact_close {
    font-size: 1em;
}

div.contenthide {
    /* opacity: 0.8; */
    z-index: 9;
    padding: 0;
}

div.contactus h2 {
    color: #58595B;
    font-size: 1.5em;
    margin-bottom: 45px;
}

div.contactus h4 {
    margin-bottom: 45px;
}

div.contactus label {
    display: block;
    width: 90%;
    text-align: left;
    margin: 0 auto;
}

div.contactus input,
div.contactus textarea,
div.contactus div.contactfiles {
    display: block;
    width: 90%;
    height: 35px;
    margin: 25px auto;
    margin-top: 10px;
    font-size: 1.0em;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 2px;
    background: #fbfbfb;
    resize: none;
    font-family: inherit;
    position: relative;
}

div.contactus input.reqd {
    background-image: url('/images/red_dot.png');
    background-repeat: no-repeat;
    background-position: 98%;
    background-size: 5px;
}

div.contactus input.reqd.valid {
    background-image: url('/images/green_dot.png');
}

div.contactus textarea {
    min-height: 100px;
    height: 100px;
    padding: 15px;
    text-align: left;
}

div.contactus ul.switch,
div.quote ul.switch {
    /* display: none; */
    min-width: 90%;
    width: 91%;
    list-style: none;
    margin: 25px auto;
    margin-top: 10px;
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 2px;
}

div.quote ul.switch {
    margin-top: 50px;
    width: 100%;
    min-height: 130px;
    min-width: 550px;
}

div.quote ul.switch li {
    text-align: center
}

div.contactus>ul>li,
div.quote>ul>li {
    font-weight: bolder;
    width: 100%;
    margin: 0;
    height: 50px;
    border-bottom: 1px solid #ddd;
    padding-top: 15px;
    background: #fbfbfb;
    cursor: pointer;
}

div.contactus li:hover {
    background: #eee;
}

div.contactus li.selected,
div.quote li.selected {
    background-color: #f49b37;
    border: 1px inset white;
    border-right: 1px inset #f49b37;
    color: white;
}

div.contactus li:first-child {
    /* border-radius: 5px 5px 0 0; */
}

div.contactus li:last-child {
    border-bottom: none;
    /* border-radius: 0 0 5px 5px; */
}

div.contactus ul.switch.horiz,
div.quote ul.switch.horiz {
    display: block;
    height: 141px;
}

div.contactus ul.switch.horiz>li,
div.quote ul.switch.horiz>li {
    float: left;
    display: inline;
    min-width: 33.33%;
    width: 33.33%;
    margin: 0;
    border-right: 1px solid #ddd;
    border-bottom: none;
    height: 100%;
    line-height: 1.3em;
    padding: 90px 25px 10px 25px;
    background-position: center 20px;
    background-repeat: no-repeat;
    background-size: 60px;
    opacity: 0.5;
}


div.contactus ul.switch.horiz>li:last-child,
div.quote ul.switch.horiz>li:last-child {
    border-right: none;
}

div.contactus ul.switch.horiz>li.selected,
div.quote ul.switch.horiz>li.selected {
    opacity: 1;
}

#contact_translation,
#quote_translation {
    background-image: url('/images/icons/services/translation_black.svg');
}

#contact_translation.selected,
#quote_translation.selected {
    background-image: url('/images/icons/services/translation.svg');
}

#contact_conference,
#quote_conference {
    background-image: url('/images/icons/services/conference_interpreting_black.svg');
}

#contact_conference.selected,
#quote_conference.selected {
    background-image: url('/images/icons/services/conference_interpreting.svg');
}

#contact_interpreting,
#quote_interpreting {
    background-image: url('/images/icons/services/interpreting_black.svg');
}

#contact_interpreting.selected,
#quote_interpreting.selected {
    background-image: url('/images/icons/services/interpreting.svg');
}

div.contactus div.contactfiles {
    width: 91%;
    min-height: 100px;
    height: auto;
    font-size: 0.8em;
}

/* div.contactus div.contactfiles:after { */
/*     position: absolute; */
/*     left: 0; */
/*     width: 100%; */
/*     text-align: center; */
/*     top: 40%; */
/*     font-weight: bolder; */
/*     content: '↩ Drop files here'; */
/*     color: #999; */
/*     font-size: 1.2em; */
/* } */

div.contactus div.contact_subsection {
    display: none;
}

div.contactus div.contact_subsection[rel="contact_translation"] {
    display: block;
}

.contactbuttons {
    width: 100%;
    margin-top: 50px;
}

.contactbuttons>input[type="button"],
#contact_close {
    display: inline;
    width: 120px;
    min-height: 35px;
    margin: 10px;
    background-color: #f49b37;
    color: white;
    font-weight: normal;
    /* outline: none; */
}

#contactsubmitting {
    display: none;
    width: 200px;
    margin: 0 auto;
    height: 35px;
    background-image: url('/images/ajax-loader.gif');
    background-repeat: no-repeat;
    background-size: 32px;
    padding-top: 10px;
    font-weight: bolder;
}

#contact_request_quote_section {
    display: block;
    width: 400px;
    margin: 45px auto;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 2px;
    height: 55px;
    line-height: 2em;
    background-color: #fafafa;
    background-image: url('/images/icons/contact/quote_icon_c.svg');
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: left 20px center;
    padding-left: 40px;
    position: relative;
}

#contact_request_quote_section:hover {
    background-color: #eee;
}

#contact_request_quote_section.contact_quote_checked:before {
    width: 24px;
    height: 24px;
    content: '';
    display: block;
    position: absolute;
    left: 30px;
    top: 5px;
    background-image: url('/images/icons/contact/check_mark.svg');
    background-size: 24px;
}

#contact_request_quote,
#contact_request_quote:active,
#contact_request_quote:hover {
    margin: 0;
    display: none;
    padding: 0;
    width: 40px;
    height: 40px;
    position: relative;
    top: 7px;
    cursor: pointer;
}

#contact_request_quote_section>label {
    display: inline;
    cursor: pointer;
    position: relative;
    top: 10px;
}

.contactbuttons>input[type="button"]:active {
    /* outline: none; */
}

#contact_quotesection {
    display: none;
}

.contacts {
    clear: both;
    margin-top: 40px;
}

.contacts a:hover {
    text-decoration: none;
}

div.content>p {
    margin: 10px;
}

.textcontent {
    padding: 40px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 100px;
}

.textcontent.noheader {
    margin-top: 120px;
    padding: 50px 100px;
}

div.flex {
    clear: both;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.pageheader {
    position: relative;
    width: 100%;
    margin: 0;
    margin-top: 81px;
    background-image: url('/images/headers/dtla.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
}

.pageheader>img {
    width: 100%;
    margin: 0;
    border: 0;
    padding: 0;
}

.profileimagewrapper {
    position: relative;
}

.profileimage {
    float: left;
    width: 60%;
    margin-right: 50px;
    margin-bottom: 40px;
}

.profilebanner {
    position: absolute;
    left: 40%;
    top: 50px;
    color: #555;
    background: #f49b37;
    font-size: 1.7em;
    font-weight: bold;
    padding: 20px;
    background-image: url('/images/logos/cls.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 400px;
    width: 420px;
    height: 60px;
}

.profilebanner>img {
    width: 400px;
    display: none;
}

.imageopac {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: rgba(90, 90, 90, 0.2);
    opacity: 1;
    font-weight: bold;
    text-align: center;
    color: white;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 120);
}

.imageopac>h3 {
    font-size: 4.2em;
    width: 90%;
    margin: 0 auto;
}



div.pageheader h3>img {
    width: 80%;
    -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
}

span.tagline {
    position: absolute;
    right: 100px;
    bottom: 50px;
    font-family: dessaumedium, sans-serif;
    color: white;
    font-size: 2em;
    display: none;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 120);
    font-weight: lighter;
}

h1 {
    font-weight: bold;
    font-size: 3em;
    text-align: center;
    margin: 0;
    padding: 0;
}

h2,
h3 {
    font-weight: bold;
    color: white;
}

h2 {
    font-size: 1.2em;
}

h3 {
    padding-top: 12%;
}

/*.imageopac:hover {
opacity: 0.6;
}*/

section {
    position: relative;
    float: left;
    padding: 30px 50px;
    text-align: left;
    line-height: 1.4em;
    width: 100%;
}

section>br {
    line-height: 2em;
}

section>p {
    margin: 20px 0;
}

section>img {
    width: 100%;
}

.half {
    width: 50%;
    max-width: 50%;
    min-width: 200px;
    padding: 40px 60px;
    /*min-height: 400px;*/
}

.half>img,
.third>img {
    width: 100%;
    margin-top: 30px;
    background: white;
    position: relative;
}

/* .half>img:after,.third>img:after { */
/*     content: 'image'; */
/*     position: relative; */
/*     left: 50%; */
/*     display: block; */
/*     color: black; */
/*     font-size: 4em; */
/* } */

.third {
    width: 33%;
    min-width: 300px;
    padding: 30px 40px;
}

section>section.half {
    /*float: right !important;*/
    padding: 20px 0 20px 40px;
}

section>section.half.left {
    float: left;
}

.twothirds {
    width: 66%;
    min-width: 400px;
    padding: 30px 40px;
}

.olul {
    margin-top: -50px;
    margin-left: -50px;
}

.olur {
    margin-top: -50px;
    margin-right: -50px;
    margin-left: 50px;
}

.oldl {
    margin-bottom: -50px;
    margin-left: -50px;
}

.oldr {
    margin-bottom: -50px;
    margin-right: -50px;
}

.olu {
    margin-top: -50px;
}

.twothirds.bll {
    margin-left: -100px;
}

.twothirds.bll,
.half.bll {
    min-width: 60%;
    max-width: 60%;
}

.twothirds.blr,
.half.blr {
    margin-left: -50px;
    margin-right: -140px;
}

.twothirds.blr {
    min-width: 70%;
}

.half.blr {
    min-width: 62%;
}

.third>img.olu {
    margin-top: 0;
}

section h4 {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 1.1em;
}

section h5 {
    display: block;
    width: 440px;
    padding: 10px;
    margin: 20px auto;
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
    border-bottom: 1px solid #ccc;
}

section>span.caption {
    display: block;
    font-size: 0.8em;
    text-align: right;
}

section.left>span.caption {
    text-align: left;
}

section>img.icon {
    display: block;
    width: 80px;
    max-height: 80px;
    margin: 0 auto;
    margin-bottom: 20px;
    border: none;
    background: none;
}

.third h4,
.half h4 {
    text-align: center;
    margin-bottom: 20px;
}

.textcontent.noheader section {
    float: right;
    margin-top: 50px;
    padding: 0 20px 0 0;
}


.textcontent.noheader section.half {
    float: left;
    margin-top: 0;
    padding: 0 40px;
}

.vline {
    border-left: 2px solid #545456;
}

section.half>span.faqsection {
    clear: right;
    float: right;
    width: 100%;
    background: #545456;
    margin: 20px 0px 0 0;
    padding: 15px 30px;
    height: 50px;
    font-weight: bolder;
    color: white;
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    min-width: 300px;
}

section.half>span.faqsection>a {
    display: block;
}

.textcontent.faq section.half {
    margin-bottom: 50px;
}

section.half>h6 {
    float: left;
    font-size: 10em;
    font-weight: bolder;
    color: #545456;
    margin: 100px 0 0 -10px;
    padding: 0;
    display: none;
}

section.half.vline>h6 {
    display: block;
}

section.half ul {
    margin-top: 300px;
    margin-bottom: 50px;
}

section.half ul>li {
    margin-top: 40px;
}

section.half ul>li>h4 {
    margin-top: 40px;
    text-align: left;
}

section.half.vline ul {
    margin-top: 300px;
}

li.faq_ci,
li.faq_int {
    display: none;
}

section.half>span.active {
    background: #f49b37;
}

section.half ul.qtr {
    margin: 0;
}

section.half ul.qtr>li {
    width: 45%;
    display: inline-block;
    float: left;
    margin-right: 5%;
    text-align: left;
}

ul.languages {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 840px;
    max-height: 840px;
}

ul.languages>li {
    padding: 0 20px;
    width: 33%;
    line-height: 1.6em;
    font-size: 0.8em;
    max-height: 1.4em;
    overflow-y: hidden;
    word-break: break-all;
    text-align: center;
}

ul.flex {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

ul.flex>li {
    text-align: center;
}

footer {
    background-color: #58595b;
    color: white;
    padding: 0;
    position: relative;
    padding-top: 10px;
    clear: both;
    z-index: 5;
}

.copyright {}

.copyright,
.rtt {
    width: auto;
    text-align: center;
    font-size: 0.8em;
    margin: 7px;
    color: white;
}

.rtt {
    float: right;
    width: auto;
    text-align: right;
    font-weight: bold;
}

.rtt>a {
    display: block;
    width: 100%;
    height: 100%;
}

.footerlinks {
    min-width: 130px;
    margin: 0 auto;
    list-style: none;
    line-height: 1.6em;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-around;
    height: 80px;
    max-height: 80px;
}

.footerlinks>li {
    text-align: left;
    width: 25%;
    font-size: 0.7em;
    margin: 0;
}

.footerlinks a {
    /* display: block; */
    width: 100%;
    height: 100%;
    color: white;
}

footer>section {
    width: 100%;
    /* switch to 90% to allow space for social media icons when they return */
    padding-right: 150px;
    background-image: url(../images/logos/crn_member_logo_white_on_trans.png);
    background-position: right 50px center;
    background-repeat: no-repeat;
    background-size: 150px;
}

.bottomfooter {
    /*display: block;*/
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    padding: 10px;
}

.icons {
    position: absolute;
    right: 40px;
    min-width: 100px;
    margin: 20px 0 0 0;
    line-height: 2.5em;
    overflow: hidden;
    padding: 0;
    display: none;
    /*border: 1px solid red;*/
}

.icons>li {
    float: right;
    clear: right;
    width: 24px;
    min-width: 0;
    height: 24px;
    margin: 5px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.facebook {
    background-image: url('/images/social/facebook.png')
}

.linkedin {
    background-image: url('/images/social/linkedin.png')
}

.twitter {
    background-image: url('/images/social/twitter.png')
}

.icons>li>a {
    position: relative;
    top: -4px;
}

.icons>li:hover {
    /* background-color: #888; */
    cursor: pointer;
}

.button {
    padding: 5px 10px;
    height: 30px;
    width: 100px;
    background: white;
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #ccc;
    margin: 20px 10px;
    font-weight: bold;
}

.button:hover {
    border: 1px inset #eee;
}

.button:active {
    border: 1px inset #ccc;
}

.orange {
    background: #f49b37;
}

.line {
    width: 110%;
    height: 1px;
    content: '&nbsp;';
    clear: both;
    margin-left: -20px;
}

.clear {
    clear: both;
}

.closer {
    content: 'x';
    position: absolute;
    top: 5px;
    right: 10px;
    color: #ccc;
    font-weight: bold;
}

.closer:hover {
    color: #aaa;
    cursor: pointer;
}

.rev {
    unicode-bidi: bidi-override;
    direction: rtl;
}

.rev:after {
    content: '@suralc';
}

.embolden {
    font-weight: bold;
    margin-right: 0.5em;
}

.el {
    float: left;
}

/* index.php */

.pageheader.index .imageopac>h3 {
    font-size: 5.7em;
    font-family: 'dessaumedium', sans-serif;
    font-weight: lighter;
}

div.index section.half {
    margin: 0;
    padding: 20px;
}

div.index section.half>img {
    padding: 0;
    margin: 0;
}

div.index section.qtr {
    width: 25%;
    padding: 20px;
    min-width: 190px;
    background-position: right 20px top 10px;
    background-size: 80px;
    background-repeat: no-repeat;
    padding-top: 50px;
    margin-top: 20px;
}

div.index section.qtr.markets {
    background-image: url('/images/icons/markets/markets.svg');
    cursor: pointer;
}

div.index section.qtr.services {
    background-image: url('/images/icons/services/services.svg');
    cursor: pointer;
    background-size: 60px;
}

div.index section.qtr.markets:hover {
    background-image: url('/images/icons/markets/markets_o.svg');
}

div.index section.qtr.services:hover {
    background-image: url('/images/icons/services/services_o.svg');
}

div.index h5:before {
    position: relative;
    top: -20px;
    width: 8%;
    margin-left: 46%;
    display: block;
    height: 2px;
    background: orange;
    content: '';
}

div.content {
    margin-bottom: 0;
}

div.index {
    padding: 0;
}

.indexfooter {
    clear: both;
    display: block;
    margin-top: 40px;
    position: relative;
    width: 100%;
}

.indexfooter>img {
    width: 100%;
}

div.index ul.why {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 50px 0;
}

div.index li.why {
    line-height: 300px;
    text-align: center;
    min-width: 300px;
    min-height: 300px;
    color: white;
    flex-basis: 30%;
    margin: 10px;
}

div.index li.why>a {
    position: relative;
    display: block;
    width: 90%;
    height: 80%;
    min-width: 200px;
    min-height: 200px;
    margin: auto;
    font-size: 1.8em;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 40%;
}

div.index li.why>a:after {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 120px;
    content: '';
}

div.index li.why.po a {
    background-image: url('/images/earth-at-night.jpg');
}

div.index li.why.lg a {
    background-image: url('/images/headers/languages.png');
}

div.index li.why.eq a {
    background-image: url('/images/equipment/ir_panel_sq.jpg');
}

div.index li.why.po a:after {
    background-image: url('/images/icons/why/portal_icon_o.svg');
}

div.index li.why.lg a:after {
    background-image: url('/images/icons/why/language_list_icon_o.svg');
}

div.index li.why.eq a:after {
    background-image: url('/images/icons/why/equipment_rental_icon_o.svg');
}

div.index ul.flex>li.third {
    margin: 40px 0;
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: top center;
    height: 140px;
    padding: 0;
}

div.index ul.flex>li.third>a {
    display: block;
    width: 100%;
    height: 100%;
    font-weight: bold;
    padding-top: 140px;
}

div.index ul.flex>li.third>a>span {
    display: block;
    font-size: 0.7em;
}

div.index ul.flex>li.third.translation {
    background-image: url('/images/icons/services/translation_black.svg');
}

div.index ul.flex>li.third.ci {
    background-image: url('/images/icons/services/conference_interpreting_black.svg');
}

div.index ul.flex>li.third.p2p {
    background-image: url('/images/icons/services/interpreting_black.svg');
}

div.index ul.flex>li.third.translation:hover {
    background-image: url('/images/icons/services/translation_c.svg');
}

div.index ul.flex>li.third.ci:hover {
    background-image: url('/images/icons/services/conference_interpreting_c.svg');
}

div.index ul.flex>li.third.p2p:hover {
    background-image: url('/images/icons/services/interpreting_c.svg');
}

div.index img.translation {
    background-image: url('/images/index/translation.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

div.index img.ci {
    background-image: url('/images/index/ci.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
}

div.index img.p2p {
    background-image: url('/images/index/p2p.png');
    background-size: 100%;
    background-repeat: no-repeat;
}


/* ends index.php */




/* markets.php, services.php */

ul.markets_services {
    width: 100%;
    padding: 0;
    margin: 60px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

ul.markets_services>li {
    /*max-width: 400px;*/
    min-width: 200px;
    margin: 30px;
    padding: 0;
    flex-basis: 25%;
    font-weight: bold;
    font-size: 1.5em;
    text-align: center;
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: top center;
    line-height: 1em;
}

ul.markets_services>li>a {
    padding: 0;
    padding-top: 120px;
    display: block;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

ul.markets_services>li>a>h4 {
    min-height: 2.5em;
    line-height: 1.2em;
}

ul.markets_services>li>a>span {
    font-weight: normal;
    font-size: 0.7em;
    display: inline-block;
    /* margin-top: 0px; */
}

ul.markets_services>li>a>span::before {
    display: block;
    content: '';
    border: 1px solid #58595B;
    max-width: 50px;
    max-height: 1px;
    margin: 20px auto;
}

/* ends markets.php, services.php */

ul.markets_services>li.cns {
    background-image: url('/images/icons/markets/consumer_products_circle_o.svg');
}

ul.markets_services>li.sci {
    background-image: url('/images/icons/markets/sciences_circle_o.svg');
}

ul.markets_services>li.gov {
    background-image: url('/images/icons/markets/government_circle_o.svg');
}

ul.markets_services>li.man {
    background-image: url('/images/icons/markets/manufacturing_circle_o.svg');
}

ul.markets_services>li.mee {
    background-image: url('/images/icons/markets/meetings_circle_o.svg');
}

ul.markets_services>li.hum {
    background-image: url('/images/icons/markets/hr_circle_o.svg');
}

ul.markets_services>li.equ {
    background-image: url('/images/icons/markets/equipment_circle_o.svg');
}

ul.markets_services>li.pro {
    background-image: url('/images/icons/markets/production_circle_o.svg');
}

ul.markets_services>li.leg {
    background-image: url('/images/icons/markets/legal_circle_o.svg');
}

ul.markets_services>li.tra {
    background-image: url('/images/icons/markets/travel_circle_o.svg');
}

/* ends markets.php */

/* services.php */

ul.markets_services>li.trn {
    background-image: url('/images/icons/services/translation_circle_o.svg');
}

ul.markets_services>li.int {
    background-image: url('/images/icons/services/interpreting_circle_o.svg');
}

ul.markets_services>li.cin {
    background-image: url('/images/icons/services/conference_interpreting_circle_o.svg');
}

ul.markets_services>li.dtp {
    background-image: url('/images/icons/services/dtp_circle_o.svg');
}

ul.markets_services>li.stu {
    background-image: url('/images/icons/services/studio_circle_o.svg');
}

ul.markets_services>li.qua {
    background-image: url('/images/icons/services/quality_circle_o.svg');
}

/* ends services.php */

/* studio_services.php */

.pageheader.studio_services {
    background-image: url('/images/headers/studio.jpg');
    background-position: 0 70%;
    filter: none;
    -webkit-filter: none;
}

.pageheader.studio_services .imageopac {
    opacity: 1;
    padding-top: 2%;
}

/* ends studio_services.php */

/* languages.php */

.pageheader.languages {
    background-image: url('/images/headers/languages.png');
    background-position: 0 70%;
    filter: none;
    -webkit-filter: none;
}

.pageheader.languages .imageopac {
    opacity: 0.8;
    padding-top: 2%;
}

/* ends languages.php */

/* translation.php */

.pageheader.translation {
    background-image: url('/images/headers/translation.jpg');
    background-position: 0 70%;
    filter: none;
    -webkit-filter: none;
}

.pageheader.translation .imageopac {
    opacity: 1;
    padding-top: 3%;
}

section.twothirds.clear>h7 {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 2em;
    font-weight: bold;
    color: white;
    z-index: 5;
    padding-top: 2em;
    text-align: center;
}

/* ends translation.php */

/* services/conference_interpreting.php */

.pageheader.conference_interpreting {
    background-image: url('/images/headers/conference_interpreting.jpg');
    background-position: 0 80%;
    filter: none;
    -webkit-filter: none;
}

.pageheader.conference_interpreting .imageopac {
    padding-top: 2%;
}

/* ends services/conference_interpreting.php */

/* services/interpreting.php */

.pageheader.interpreting {
    background-image: url('/images/headers/interpreting.jpg');
    background-position: 0 40%;
    filter: none;
    -webkit-filter: none;
}

.pageheader.interpreting .imageopac {
    padding-top: 2%;
}

div.interpreting h5 {
    width: 80%;
    border-bottom: none;
    margin-top: 0;
    margin-bottom: 40px;
}

div.interpreting h5:before {
    position: relative;
    top: -20px;
    width: 8%;
    margin-left: 46%;
    display: block;
    height: 2px;
    background: orange;
    content: '';
}

div.interpreting section.full>img {
    float: left;
    width: 55%;
    margin: 25px 60px 25px 0;
}

div.interpreting section.half>ul {
    margin: 0;
}

div.interpreting section.half.asl {
    background-image: url('/images/interpreting/sign-language-horiz.svg');
    background-size: 100%;
    height: 300px;
    background-repeat: no-repeat;
}


/* ends services/interpreting.php */


/* services/desktop_publishing.php */

.pageheader.dtp {
    background-image: url('/images/headers/dtp.jpg');
    background-position: 0 30%;
    filter: none;
    -webkit-filter: none;
}

.pageheader.dtp .imageopac {
    padding-top: 2%;
}

div.service h5:before {
    position: relative;
    top: -20px;
    width: 8%;
    margin-left: 46%;
    display: block;
    height: 2px;
    background: #f49b37;
    content: '';
}


/* ends services/desktop_publishing.php */


/* services/quality_assurance.php */

.pageheader.qa {
    background-image: url('/images/headers/qa.jpg');
    background-position: 0 50%;
    filter: none;
    -webkit-filter: none;
}

.pageheader.qa .imageopac {
    padding-top: 2%;
}

.textcontent.qa section.half>ul {
    margin-top: 0;
}

/* ends services/quality_assurance.php */

/* all markets pages */

.pageheader.markets {
    filter: none;
    -webkit-filter: none;
}

.pageheader.markets .imageopac>h3 {
    padding-top: 10%;
}

.pageheader.markets .imageopac {
    background-color: rgba(60, 60, 60, 0.3);
}

.textcontent.market section.half>img {
    height: 80px;
}

.textcontent.market section.half>ul {
    margin-top: 40px;
}

.textcontent.market section.half>ul>li {
    margin-top: 20px;
    line-height: 1.4em;
}

/* ends all markets pages */

/* markets/events.php */

.pageheader.events {
    background-image: url('/images/headers/events.jpg');
    background-position: 0 50%;
}

/* ends markets/events.php */

/* markets/equipment_rental.php */

.pageheader.equipment {
    background-image: url('/images/headers/equipment.jpg');
    background-position: 0 70%;
}

/* ends markets/equipment_rental.php */

/* markets/government.php */

.pageheader.government {
    background-image: url('/images/headers/government.jpg');
    background-position: 0 70%;
}

/* ends markets/government.php */


/* markets/manufacturing.php */

.pageheader.manufacturing {
    background-image: url('/images/headers/manufacturing.jpg');
    background-position: 0 100%;
}

/* ends markets/manufacuring.php */


/* markets/travel.php */

.pageheader.travel {
    background-image: url('/images/headers/travel.jpg');
    background-position: 0 50%;
}

.pageheader.travel .imageopac {
    /* background: none; */
}

/* ends markets/travel.php */


/* markets/legal.php */

.pageheader.legal {
    background-image: url('/images/headers/legal.jpg');
    background-position: 0 60%;
}

.pageheader.legal .imageopac {
    /* background: none; */
}

/* ends markets/legal.php */


/* markets/hr.php */

.pageheader.hr {
    background-image: url('/images/headers/hr.jpg');
    background-position: 0 80%;
}

.pageheader.hr .imageopac {
    /* background: none; */
}

/* ends markets/hr.php */


/* markets/life_sciences.php */

.pageheader.life_sciences {
    background-image: url('/images/headers/life_sciences.jpg');
    background-position: 0 60%;
}

.pageheader.life_sciences .imageopac {
    /* background: none; */
}

/* ends markets/life_sciences.php */


/* markets/production.php */

.pageheader.production {
    background-image: url('/images/headers/production.jpg');
    background-position: 0 60%;
}

.pageheader.production .imageopac {
    /* background: none; */
}

/* ends markets/production.php */


/* markets/consumer_products.php */

.pageheader.consumer {
    background-image: url('/images/headers/consumer.jpg');
    background-position: 0 60%;
}

.pageheader.consumer .imageopac {
    /* background: none; */
}

/* ends markets/consumer_products.php */


/* services/* */

div.service section>section.half {
    float: right;
}


div.service section>section.half.left {
    float: left;
    padding-left: 0;
    margin-right: 40px;
}

div.service section>section.half.left>img {
    margin-right: 20px;
}

/* ends services/* */


/* contact_us.php */

.contact_us section {
    margin: 0 !important;
    padding: 0 !important;
}

.contact_us form {
    padding: 0 !important;
    max-width: 80%;
    width: 80%;
    margin: 40px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact_us form p {
    text-align: center;
    width: 100%;
    margin-bottom: 100px;
    color: #999;
    font-size: 1.2em;
    line-height: 2em;
}

.contact_us form input,
.contact_us form textarea {
    height: 2em;
    max-width: 100% !important;
    font-size: 1em;
    padding: 10px 20px;
    margin: 10px 0;
}

.contact_us form textarea {
    width: 100%;
    border: 1px solid #ccc;
    height: 100px;
    min-width: 200px;
    text-align: left;
}

.contact_us form input.half {
    min-width: 200px;
    max-width: 50%;
    flex-basis: 40%;
}

.contact_us form input.send {
    min-width: 100px;
    max-width: 25%;
    flex-basis: none;
    float: right;
    border: none;
    padding: 10px 20px;
    color: white;
    height: 3em;
    cursor: pointer;
}

.contact_us section.map {
    position: relative;
    clear: both;
    float: none !important;
    border: 1px solid #ccc;
    width: 80%;
    min-width: 200px;
    height: auto;
    margin: 50px auto !important;
    padding: 0;
}

.contact_us section.map>img {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
}

.contact_us #mappointer {
    position: absolute;
    left: 35%;
    top: 10%;
    display: inline;
    background: #58595B;
    width: auto;
    height: auto;
    padding: 20px;
    color: white;
}

.contact_us #mappointer:after {
    position: absolute;
    top: 100%;
    left: 40%;
    display: inline-block;
    content: '';
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #58595B;
}

.contact_us #contacthere {
    position: absolute;
    right: 0px;
    top: 100px;
    display: inline;
    background: none;
    width: auto;
    height: auto;
    padding: 30px 35px;
    color: #999;
    text-align: center;
    line-height: 1.2em;
}

.contact_us #contacthere:after {
    position: absolute;
    top: 0%;
    left: 40%;
    display: inline-block;
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #ccc;
}

.contact_us ul {
    display: flex;
    width: 80%;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: justify;
}

.contact_us ul>li.third {
    margin: 20px auto;
    min-width: 0;
    flex-basis: 33%;
    padding: 0;
    text-align: center;
    font-weight: bolder;
    line-height: 1.5em;
}

.contact_us ul>li.third>label {
    display: block;
    color: #999;
    margin-bottom: 10px;
}

.contact_us ul>li.third:first-child {
    text-align: left;
}

.contact_us ul>li.third:last-child {
    text-align: right;
}

/* ends contact_us.php */

/* company_profile.php */

.textcontent.companyprofile section {
    margin-top: 0;
    margin-bottom: 50px;
}

/* ends company_profile.php */


/* quote.php - some stuff further up also as common class sections */

.textcontent.noheader section.quote_subsection {
    margin-top: 50px;
}

.quote_subsection h2 {
    color: #58595b;
    margin-bottom: 20px;
    font-size: 2em;
    line-height: 1.6em;
    text-align: left;
}

.quote_subsection ul {
    margin-top: 50px;
    justify-content: space-between;
}

.quote_subsection ul>li {
    flex-basis: 45%;
    text-align: left;
    margin-bottom: 50px;
    padding-right: 20px;
}

#quote_quotetype>li {
    display: inline-block;
}

#quote_quotetype>li>a {
    display: block;
    width: 100%;
    height: 100%;
}

.quote_subsection[rel="quote_conference"],
.quote_subsection[rel="quote_interpreting"] {
    display: none
}

/* ends quote.php */

/* portal.php */

.pageheader.portal {
    padding-top: 60px;
    background-image: url('/images/earth-at-night.jpg');
    position: relative;
}

.pageheader.portal h3 {
    padding-top: 12%;
    font-size: 7em;
    font-family: dessaumedium, sans-serif;
    font-weight: lighter;
}

.pageheader.portal img {
    width: 120%;
}

.pageheader.portal .imageopac {
    background: rgba(0, 0, 0, 0.2);
    opacity: 0.8;
}

#portalloginhere {
    position: absolute;
    right: 160px;
    top: 20px;
    display: inline;
    background: none;
    width: auto;
    height: auto;
    padding: 30px 35px;
    color: white;
    text-align: center;
    line-height: 1.2em;
}

#portalloginhere:after {
    position: absolute;
    top: 0%;
    left: 40%;
    display: inline-block;
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid white;
}

.portal section>ul {
    margin-top: -20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.portal section.half.second>ul {
    margin-top: 100px;
}

.portal section>ul li {
    display: inline;
    max-width: 420px;
    padding: 20px 40px;
    min-width: 150px;
    margin-top: 0px;
}

.portal li>h4 {
    height: 50px;
    padding: 15px 0 0 55px;
}

.portal li>h4 {
    background-size: 36px 36px;
    background-repeat: no-repeat;
    background-position: 5px center;
}

.portal li>h4.collaborate {
    background-image: url('/images/icons/portal/collaborate_c.svg');
}

.portal li>h4.initiate {
    background-image: url('/images/icons/portal/initiate_c.svg');
}

.portal li>h4.secure {
    background-image: url('/images/icons/portal/secure_c.svg');
}

.portal li>h4.access_files {
    background-image: url('/images/icons/portal/access_files_c.svg');
}

.portal li>h4.automated_manual {
    background-image: url('/images/icons/portal/automated_manual_c.svg');
}

.portal li>h4.view_progress {
    background-image: url('/images/icons/portal/view_progress_c.svg');
}

.portal li>h4.pay_invoices {
    background-image: url('/images/icons/portal/pay_invoices_c.svg');
}

.portal li>h4.review {
    background-image: url('/images/icons/portal/review_c.svg');
}

.portal li.shift {
    margin-top: 120px;
}

/* ends portal.php */

/* clarusnow.php */

div.pageheader.clarusnow {
    background-image: url('/images/headers/clarusnow.jpg');
}

div.pageheader.clarusnow .imageopac {
    display: none;
}

div.textcontent.clarusnow {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.1em;
    font-weight: bolder;

}

div.textcontent h4 {
    font-weight: bolder;
    font-size: 1.2em;
    line-height: 1.6em;
}

div.textcontent.clarusnow ul {
    width: 90%;
    clear: none;
    float: right;
    background-image: url('/images/icons/services/clarusnow_c.png');
    background-repeat: no-repeat;
    background-size: auto 140px;
    background-position: left center;
    padding-left: 180px;
    margin-top: 40px;
    min-height: 150px;
}

div.textcontent.clarusnow ul li {
    margin-bottom: 5px;
}

div.textcontent.clarusnow ul li:before {
    content: '-';
    padding-right: 10px;
    min-height: 100%;
}

div.textcontent.clarusnow h4>a {
    color: orange;
}


/* ends clarusnow.php */

/* media queries */


/* Desktops and laptops ----------- */
@media only screen and (min-width : 931px) and (max-width : 1100px) {
    header {
        min-width: 850px;
    }

    .headerlogo {
        width: 150px;
    }

    .headerlink {
        width: 130px;
    }

    /* div.contactus { */
    /*     top: 5%; */
    /*     left: 10%; */
    /*     right: 10%; */
    /* } */
    .imageopac>h3 {
        font-size: 3.8em;
    }

    .pageheader.index .imageopac>h3 {
        font-size: 4.4em;
    }

    div.interpreting section.half.asl {
        background-size: 90%;
        background-position: 20px;
    }
}

@media only screen and (max-width: 930px) {
    footer {
        height: 250px;
    }

    footer>section {
        padding-right: 0;
        padding-bottom: 150px;
        background-size: 150px;
        background-position: center bottom 80px;
    }
}

@media only screen and (min-width: 730px) and (max-width: 930px) {
    header {
        min-width: 730px;
        /*		max-height: 81px;
        overflow-y: hidden;*/
    }

    .headerlogo {
        width: 50px;
        min-width: 50px;
        background-position: 0 8px;
        margin: 10px 10px 0 12px;
        background-size: auto 80%;
    }

    .headerlink,
    .headerlink.last {
        width: 130px;
    }

    ul.menu>li {
        width: 130px;
        overflow: hidden;
    }

    .textcontent {
        padding: 20px;
    }

    .imageopac>h3 {
        font-size: 3.2em;
    }

    .pageheader.index .imageopac>h3 {
        font-size: 3.8em;
    }

    .footerlinks {
        margin-top: -10px;
    }

    .icons {
        min-width: 30px;
        margin-top: 20px;
    }

    .icons>li {
        margin-top: 5px;
    }

    /* div.contactus { */
    /*     top: 5%; */
    /*     left: 10%; */
    /*     right: 10%; */
    /* } */
    section.third {
        /* margin: 0; */
        padding: 60px;
        width: 50%;
    }

    div.contact_us section>form,
    div.contact_us section.map,
    div.contact_us>ul {
        width: 95%;
        max-width: 95%;
    }

    div.index section.qtr.markets {
        clear: left;
    }

    div.index section.qtr.markets,
    div.index section.qtr.services {
        width: 50%;
    }

    div.interpreting section.half.asl {
        background-size: 90%;
        background-position: 20px;
    }
}

@media only screen and (min-width: 580px) and (max-width: 730px) {
    header {
        min-width: 580px;
        /*		max-height: 81px;
        overflow-y: hidden;*/
    }

    .headerlogo {
        width: 50px;
        min-width: 50px;
        background-position: left 8px;
        margin: 10px 10px 0 12px;
        background-size: auto 80%;
    }

    .headerlink,
    .headerlink.last {
        width: 100px;
        line-height: 80px;
        padding-top: 0;
        font-size: 1em;
    }

    .headerlink.orange {
        width: 100px;
        padding-top: 0;
        /*line-height: 20px;*/
    }

    #contactus {
        line-height: 1.8em;
        padding: 10px 5px 0 5px;
    }

    ul.menu>li {
        width: 120px;
        overflow: hidden;
    }

    .textcontent {
        padding: 20px;
    }

    .textcontent.noheader section.half {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    section.half,
    section.qtr,
    section.twothirds,
    section.third,
    .twothirds.bll,
    .half.bll,
    .twothirds.blr,
    .half.blr {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        margin: 0;
    }

    section.half ul {
        margin-top: 400px;
    }

    section.half>h6 {
        display: block;
        margin-top: 0;
        margin-bottom: 80px;
    }

    section.half.vline>h6 {
        display: none;
    }

    section.half.vline ul {
        margin-top: 0;
    }

    .textcontent.faq section.half {
        margin-bottom: 0;
    }

    .vline {
        border-left: none;
    }

    .pageheader img {
        /* width: 115%; */
    }

    .imageopac>h3 {
        padding-top: 10%;
        font-size: 3em;
    }

    .pageheader.index .imageopac>h3 {
        padding-top: 12%;
        font-size: 3.0em;
    }

    .tagline {
        font-size: 1.6em !important;
        bottom: 40px !important;
        right: 60px !important;
    }

    .pageheader.portal h3 {
        font-size: 5em;
    }

    .footerlinks {
        margin-top: -10px;
        margin-left: -10px;
    }

    .footerlinks>li {
        margin-top: -5px;
    }

    .icons {
        min-width: 30px;
        margin-top: 15px;
    }

    .icons>li {
        margin-top: 5px;
    }

    /* div.contactus { */
    /*     top: 5%; */
    /*     left: 10%; */
    /*     right: 10%; */
    /* } */
    section>section.half {
        padding: 0;
        margin: 0 0 40px 0;
    }

    section.third.clear {
        /* margin: 0; */
        padding: 60px;
        width: auto;
    }

    div.contact_us {
        width: 90%;
        padding: 0;
        margin: 0 auto;
    }

    div.contact_us section>form,
    div.contact_us section.map,
    div.contact_us>ul {
        width: 95%;
        max-width: 95%;
    }

    .profilebanner {
        left: 0;
        top: -100px;
        width: 100%;
    }

    .profilebanner {
        background-size: 90%;
    }

    .profileimage {
        width: 100%;
    }

    div.index section.qtr.markets {
        clear: left;
    }

    div.index section.qtr.markets,
    div.index section.qtr.services {
        width: 50%;
    }

    div.interpreting section.half {
        width: 100%;
        max-width: 100%;
    }

}



@media only screen and (min-width: 0px) and (max-width: 580px) {

    body,
    div.page-center,
    div.page-wrap {
        min-width: 480px;
    }

    header {
        min-width: 480px;
        overflow-x: hidden;
    }

    .headerlogo {
        width: 50px;
        min-width: 50px;
        background-position: left 8px;
        margin: 10px 10px 0 12px;
        background-size: auto 80%;
    }

    .headerlink,
    .headerlink.last {
        width: 100px;
        line-height: 80px;
        padding-top: 0;
        font-size: 1em;
    }

    .headerlink.orange {
        height: 40px;
        width: 108px;
        clear: right;
        padding-top: 5px;
        line-height: 30px;
    }

    #contactus {
        line-height: 2.2em;
        padding-top: 2px;
        border-bottom: 1px solid #999
    }

    .textcontent {
        padding: 20px;
    }

    .textcontent.noheader section.half {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .textcontent.faq section.half {
        margin-bottom: 0;
    }

    section.half,
    section.qtr,
    section.twothirds,
    section.third,
    .twothirds.bll,
    .half.bll,
    .twothirds.blr,
    .half.blr {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        margin: 0;
    }

    section.half ul {
        margin-top: 400px;
    }

    section.half>h6 {
        display: block;
        margin-top: 0;
        margin-bottom: 80px;
    }

    section.half.vline>h6 {
        display: none;
    }

    section.half.vline ul {
        margin-top: 0;
    }

    .vline {
        border-left: none;
    }

    ul.menu {
        width: 100%;
    }

    ul.menu>li {
        height: 40px;
        background-size: 30px;
        background-position: 10px center;
        line-height: 15px;
        width: 40%;
        min-width: 100px;
        padding: 10px 10px 10px 50px;
        text-align: left;
        word-break: normal;
    }

    .pageheader img {
        /* width: 125%; */
    }

    .imageopac>h3 {
        padding-top: 10%;
        font-size: 2.2em !important;
    }

    .pageheader.index .imageopac>h3 {
        padding-top: 12%;
        font-size: 2.4em !important;
    }

    .tagline {
        font-size: 1.2em !important;
        bottom: 40px !important;
        right: 60px !important;
    }

    .pageheader.portal h3 {
        padding-top: 15%;
        font-size: 4em !important;
    }

    footer {
        padding-top: 0;
    }

    .footerlinks {
        margin-top: -10px;
        margin-left: -10px;
        max-height: 120px;
    }

    .footerlinks>li {
        margin-top: -5px;
    }

    .icon {
        height: 54px;
    }

    .icons {
        margin-top: 30px;
        min-width: 30px;
    }

    .icons>li {
        margin-top: 5px;
    }

    .bottomfooter {
        padding: 0;
    }

    .copyright {
        max-width: 210px;
        line-height: 15px;
        margin-left: 100px;
    }

    .rtt {
        margin-right: 20px;
    }

    /* div.contactus { */
    /*     top: 5%; */
    /*     left: 0; */
    /*     right: 0; */
    /*     bottom: 0; */
    /* } */
    section>section.half {
        padding: 0;
        margin: 0 0 40px 0;
    }

    section.third {
        /* margin: 0; */
        padding: 60px;
        width: auto;
    }

    div.contact_us {
        width: 90%;
        padding: 0;
        margin: 0 auto;
    }

    div.contact_us section>form,
    div.contact_us section.map,
    div.contact_us>ul {
        width: 95%;
        max-width: 95%;
    }

    .contact_us form input.half {
        max-width: 100%;
        flex-basis: 100%;
    }

    #contact_quotetype>li {
        font-size: 0.8em;
    }

    .profilebanner {
        left: 0;
        top: -100px;
        width: 100%;
    }

    .profilebanner {
        background-size: 90%;
    }

    .profileimage {
        width: 100%;
    }

    .pageheader.conference_interpreting .imageopac>h3 {
        padding-top: 6%;
    }

    div.index section.qtr.markets {
        clear: left;
    }

    div.index section.qtr.markets,
    div.index section.qtr.services {
        width: 50%;
    }

    div.index .imageopac>h3 {
        padding-top: 0;
    }

    div.interpreting section.half {
        width: 100%;
        max-width: 100%;
    }

}

/* iphones */

@media only screen and (max-device-width: 480px) {
    body {
        font-size: 1.1em;
    }

    ul.menu {
        width: 100%;
        justify-content: left;
    }

    ul.menu>li {
        height: 40px;
        background-size: 30px;
        background-position: 10px center;
        line-height: 15px;
        width: 40%;
        min-width: 100px;
        padding: 12px 10px 10px 60px;
        text-align: left;
        word-break: normal;
        font-size: 1.2em;
        margin: 20px;
    }

    .textcontent,
    .textcontent.noheader {
        padding: 40px 40px 100px 40px;
    }

    .textcontent>section {
        font-size: 1em;
        padding: 20px 40px !important;
    }

    section.half,
    section.qtr,
    section.twothirds,
    section.third,
    .twothirds.bll,
    .half.bll,
    .twothirds.blr,
    .half.blr {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        margin: 0;
    }

    section>img {
        margin: 0 auto;
        padding: 0;
    }

    div.index li.why>a {
        height: 300px;
        padding-top: 35%;
    }

    ul.faq {
        padding-top: 50px;
    }

    ul.faq>li {
        margin: 0;
        width: 100%;
    }

    .textcontent.faq section {
        padding: 0 !important;
    }

    .portal section>ul li {
        max-width: 80%;
    }

    .portal li.shift {
        margin-top: 0;
    }

    section.half>h6 {
        display: block;
        margin-top: 0;
        margin-bottom: 80px;
        font-size: 8em;
    }

    section.half.vline {
        border-left: none;
    }

    section.half.vline>h6 {
        display: none;
    }

    section.half.vline ul {
        margin-top: 0;
    }

    .contactus label {
        font-weight: bolder;
    }

    .headerlink,
    .headerlink.last {
        width: 135px;
    }

    .headerlink.orange {
        width: 134px;
    }

    ul.languages {
        height: 930px;
        max-height: 930px;
    }

    div.index section.qtr.markets,
    div.index section.qtr.services {
        width: 50%;
    }

    div.index .imageopac>h3 {
        padding-top: 5%;
    }

    div.index .tagline {
        font-size: 1.6em;
        bottom: 40px;
        right: 40px;
    }

    .profilebanner {
        left: 10%;
        top: 50px;
        width: 100%;
    }

    .profilebanner {
        background-size: 90%;
    }

    .profileimage {
        width: 100%;
        margin-left: -50px;
    }

    div.quote ul.switch {
        min-height: 160px;
    }
}

@media only screen and (max-device-width: 360px) {

    .headerlink,
    .headerlink.last {
        width: 120px;
    }

    .headerlink.orange {
        width: 120px;
    }

    ul.menu>li {
        font-size: 1em;
    }

    .textcontent,
    .textcontent.noheader {
        padding: 40px 40px 150px 40px;
    }

    .textcontent>section {
        padding: 20px 20px !important;
    }
}

@media only screen and (max-device-width: 320px) {
    .pageheader {
        font-size: 0.9em;
    }

    .headerlink,
    .headerlink.last {
        width: 110px;
    }

    .headerlink.orange {
        width: 110px;
    }

    ul.menu>li {
        font-size: 1em;
    }

    .textcontent,
    .textcontent.noheader {
        padding: 40px 40px 150px 40px;
    }

    .textcontent>section {
        padding: 20px 10px !important;
    }

    div.quote ul.switch {
        min-width: 480px;
    }
}


@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

    /* IE10+ CSS styles go here */
    #contact_request_quote_section {
        background-size: 50%;
        background-position-x: -70px;
    }

    div.contactus ul.switch.horiz>li {
        background-size: 100px;
    }
}
