 :root { --shelley_blue: rgba(13,55,85, 1); --shelley_blue_85: rgba(13,55,85, 0.85); } html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {   margin:0;   padding:0;   border:0;   outline:0;   font-size:100%;   vertical-align:baseline;   background:transparent; } body { line-height: 1; } article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section {  display:block; } nav ul {   list-style:none; } a {   margin:0;   padding:0;   font-size:100%;   vertical-align:baseline;   background:transparent; outline: none; } input, select {   vertical-align: middle; } table, tbody, tfoot, thead, tr, th, td {  vertical-align: top; } table { border-spacing: 0; } .clr { clear: both; }  html {  box-sizing: border-box; } *, *:before, *:after {  box-sizing: inherit; }  .hidden { display: none; } .alignright { text-align: right !important; } .floatright { float: right !important; } .fullwidth { width: 100%; } .nowrap { white-space: nowrap; } .clickable { cursor: pointer; } .br { display: block; }   body { background: #fff; color: #333; font-family: 'Roboto Condensed', sans-serif;  font-size: 21px; line-height: 1.4; font-weight: 300; } html, body {  min-height: 100%;  height: 100%; } html.iframe, html.iframe body { height: auto; min-height: 0; } body {  position: relative;  max-width: 1920px;  margin: 0 auto; }  @media (max-width: 940px) {  body {  font-size: 20px;  line-height: 1.4;   } } @media (max-width: 740px) {  body {  font-size: 19px;  line-height: 1.4;   } } @media (max-width: 540px) {  body {  font-size: 17px;  line-height: 1.4; } }  .wrapper--bg_grey, .container--bg_grey, .content--bg_grey { background-color: #f4f4f4; }  .wrapper { margin-bottom: 30px; } .wrapper--hidden { display: none; }  .wrapper--shadowed {   position:relative;   box-shadow:0 0px 30px rgba(0, 0, 0, 0.2); } .wrapper--shadowed_darker {   position:relative;   box-shadow:0 0px 40px rgba(0, 0, 0, 0.3); }  .wrapper--bg, .wrapper--bg.wrapper--padding_vert_normal { padding-top: 30px; padding-bottom: 30px; } .wrapper--bg_image { background-size: cover; background-position: center; position: relative; } .wrapper > span.bg_image { top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%; position: absolute; background-size: cover; background-position: center; z-index: 1;  } .wrapper--mb_none { margin-bottom: 0; } .wrapper--mb_hairline { margin-bottom: 5px; } .wrapper--mb_normal { margin-bottom: 30px; } .wrapper--mb_large { margin-bottom: 60px; } .wrapper--mb_xlarge { margin-bottom: 120px; } .wrapper--pb_none { padding-bottom: 0; } .wrapper--pb_hairline { padding-bottom: 5px; } .wrapper--pb_normal { padding-bottom: 30px; } .wrapper--pb_large { padding-bottom: 3em; } .wrapper--pb_xlarge { padding-bottom: 6em; } .wrapper--pt_none { padding-top: 0; } .wrapper--pt_hairline { padding-top: 5px; } .wrapper--pt_normal { padding-top: 30px; } .wrapper--pt_large { padding-top: 3em; } .wrapper--pt_xlarge { padding-top: 6em; } .wrapper--padding_vert_none, .wrapper--bg.wrapper--padding_vert_none, .wrapper--padding_vert_normal { padding-top: 0px; padding-bottom: 0px; } .wrapper--padding_vert_large, .wrapper--bg.wrapper--padding_vert_large { padding-top: 45px !important; padding-bottom: 45px !important; } .wrapper--padding_vert_xlarge, .wrapper--bg.wrapper--padding_vert_xlarge { padding-top: 60px !important; padding-bottom: 60px !important; } .wrapper--padding_vert_xxlarge, .wrapper--bg.wrapper--padding_vert_xxlarge { padding-top: 90px !important; padding-bottom: 90px !important; }  .wrapper--full.wrapper--limit_width_half  .content, .wrapper--full.wrapper--limit_width_half  .container h1 {  max-width: 705px; } .wrapper--full.wrapper--limit_width_third  .content, .wrapper--limit_width_third .container h1 {  max-width: 465px;  } .wrapper--full.wrapper--limit_width_quarter  .content, .wrapper--full.wrapper--limit_width_quarter  .container h1 {  max-width: 345px; } .wrapper--full.wrapper--limit_width_two_thirds  .content, .wrapper--full.wrapper--limit_width_two_thirds  .container h1 {  max-width: 930px; } .wrapper--full.wrapper--limit_width_three_quarters .content, .wrapper--full.wrapper--limit_width_three_quarters .container h1 {  max-width: 1035px; }  .wrapper--full.wrapper--limit_align_center  .content, .wrapper--full.wrapper--limit_align_center  .container h1 {  margin-left: auto;  margin-right: auto; } .wrapper--full.wrapper--limit_align_right  .content, .wrapper--full.wrapper--limit_align_right  .container h1 {  margin-left: auto;  margin-right: 0; }  .wrapper--limit_width_half   .container {  max-width: 705px; } .wrapper--limit_width_third  .container {  max-width: 465px;  } .wrapper--limit_width_two_thirds  .container {  max-width: 930px; } .wrapper--limit_width_three_quarters .container {  max-width: 1035px; }  .wrapper--full.wrapper--limit_width_half  .container, .wrapper--full.wrapper--limit_width_third  .container, .wrapper--full.wrapper--limit_width_two_thirds  .container, .wrapper--full.wrapper--limit_width_three_quarters .container {  max-width: 1410px; } .container, .container--medium { width: 90%; max-width: 1170px;  margin: 0 auto; position: relative; z-index: 2; } .container--medium { max-width: 1170px; } .container--infinite { width: 100%; max-width: none; }  .container--bg { padding-top: 30px; padding-bottom: 30px; } .container--bg .section > .column > .content, .container--bg > h1, .container--bg > h2 { padding-left: 30px; padding-right: 30px; } .container--bg_image { background-size: cover; background-position: center; position: relative; } .container > span.bg_image { top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%; position: absolute; background-size: cover; background-position: center; z-index: 3;  } .container--no_gutter .section { margin-left: 0; } .container--no_gutter .section > .column { padding-left: 0; }  .container--gutter_large .section { margin-left: -60px; } .container--gutter_large .section > .column { padding-left: 60px; } .container--gutter_xlarge .section { margin-left: -90px; } .container--gutter_xlarge .section > .column { padding-left: 90px; }   .container--two_col_wide_left > .section > .column:first-of-type {  width: 66.6667% !important; flex: none !important; }  .container--two_col_wide_right > .section > .column:first-of-type { width: 33.3333% !important; flex: none !important; }  .container--two_col_60_40 > .section > .column:first-of-type {  width: 60% !important; flex: none !important; } .container--two_col_70_30 > .section > .column:first-of-type {  width: 70% !important; flex: none !important; }  .container--two_col_625_375 > .section > .column:first-of-type {  width: 62.5% !important; flex: none !important; }  .container--two_col_40_60 > .section > .column:first-of-type { width: 40% !important; flex: none !important; }  .container--two_col_30_70 > .section > .column:first-of-type { width: 30% !important; flex: none !important; }  .container--three_col_wide_mid > .section > .column:first-of-type, .container--three_col_wide_mid > .section > .column:last-of-type { width: 25% !important; flex: none !important; }   .section { display: flex; flex-wrap: nowrap;  margin-left: -30px; }  .column { flex: 1; box-sizing: border-box; padding-left: 30px; display: flex;  position: relative; z-index: 4; } .column--align_bottom {  align-self: flex-end; }  .content { width: 100%; box-sizing: border-box; position: relative; z-index: 5; } .content--bg { padding: 30px; background-position: center center; background-size: cover; background-repeat: no-repeat; } .content > span.content_bg_image { top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%; position: absolute; background-size: cover; background-position: center; z-index: 6;  }   .content > div > h2:last-child, .content > div > h3:last-child, .content > div > p:last-child, .content > div > hr:last-child, .content > div > ul:last-child, .content > div > ol:last-child, .content > div > table:last-child, .content > div > .video:last-child { margin-bottom: 0 !important; }  .content > div { position: relative; z-index: 6; }  .content--align_left { text-align: left; } .content--align_center { text-align: center; } .content--align_justify p { text-align: justify; } .content--align_right { text-align: right; }   .content--padding_vert_none { padding-top: 0 !important; padding-bottom: 0 !important; } .content--padding_vert_normal { padding-top: 30px; padding-bottom: 30px; } .content--padding_vert_large { padding-top: 45px !important; padding-bottom: 45px !important; } .content--padding_vert_xlarge { padding-top: 60px !important; padding-bottom: 60px !important; }  .content--padding_horiz_none { padding-left: 0 !important; padding-right: 0 !important; } .content--padding_horiz_normal { padding-left: 30px; padding-right: 30px; } .content--padding_horiz_large { padding-left: 45px !important; padding-right: 45px !important; } .content--padding_horiz_xlarge { padding-left: 60px !important; padding-right: 60px !important; } .content--padding_horiz_xxlarge { padding-left: 90px !important; padding-right: 90px !important; } .container--full .content--padding_horiz_xlarge { padding-left: 25% !important; padding-right: 25% !important; }  .content--bg div p.stretch_full_width { margin-left: -30px;  margin-right: -30px; } .content--bg div p.stretch_full_width:first-of-type { margin-top: -30px; }   .content--limit_690 { max-width: 690px; } .content--limit_650 { max-width: 650px; }  .limit_width_half { max-width: 705px;  margin-left: auto; margin-right: auto; } @media (max-width: 940px) { .section {  display: block;  margin-left: -30px; }  .section .column {  margin-bottom: 30px; } .section > .column:last-of-type {  margin-bottom: 0px; }  .wrapper--mb_none .section > .column.empty {  margin-bottom: 0 !important; }  .section .column, .container--two_col_wide_left > .section > .column:first-of-type, .container--two_col_wide_right > .section > .column:first-of-type, .container--three_col_wide_mid > .section > .column:first-of-type, .container--three_col_wide_mid > .section > .column:last-of-type,  .container--two_col_60_40 > .section > .column:first-of-type, .container--two_col_70_30 > .section > .column:first-of-type, .container--two_col_625_375 > .section > .column:first-of-type, .container--two_col_40_60 > .section > .column:first-of-type, .container--two_col_30_70 > .section > .column:first-of-type {  width: auto !important; }  .container--four_col > .section {  display: flex;  flex-wrap: wrap;  }  .container--four_col > .section > .column {  flex-basis: 50%; }   .emptybg .content > div {  height: 0;  padding-top: 40%;  } }  @media (max-width: 740px) {  .wrapper--padding_vert_none,  .wrapper--bg.wrapper--padding_vert_none, .wrapper--padding_vert_normal {  padding-top: 0px;  padding-bottom: 0px; } .wrapper--padding_vert_large, .wrapper--bg.wrapper--padding_vert_large {  padding-top: 45px !important;  padding-bottom: 45px !important; } .wrapper--padding_vert_xlarge, .wrapper--bg.wrapper--padding_vert_xlarge {  padding-top: 45px !important;  padding-bottom: 45px !important; }  .wrapper--padding_vert_xxlarge, .wrapper--bg.wrapper--padding_vert_xxlarge {  padding-top: 45px !important;  padding-bottom: 45px !important; } } #close_nav { display: none; } header { position: fixed; height: 160px; background: var(--shelley_blue); border-bottom: 10px solid #998675; width: 100%; left: 0; top: 0; color: #fff;  box-shadow: 0 20px 30px 0px rgba(0,0,0,0.3);  z-index: 100; } header #header_and_nav { display: flex;  height: 150px } #header_prop { height: 160px; } header h2 { margin-left: -32px; } header h2 a { display: block; width: 275px; height: 150px; background-image: url(../_img/shelley-lending-logo.png); background-repeat: no-repeat; background-position: 0 25px; background-size: 275px auto; text-indent: -4500px; } header nav { flex: 1; } header nav ul { list-style: none; display: flex; height: 100%; align-items: flex-end; justify-content: flex-end; } header nav ul li { position: relative; flex: none; padding: 0 25px; }  header nav > ul > li a { display: block; text-decoration: none; text-transform: uppercase; color: #fff; font-weight: 300; font-size: 20px; padding: 25px 0; opacity: 0.9; position: relative;  } header nav > ul > li a span { background: #998675; display: block; position: absolute; height: 2px; width: 100%; left: 0; bottom: -2px; opacity: 0; transition: all 0.2s ease-out; } header nav > ul > li > a:hover, header nav > ul > li.active > a { opacity: 1; } header nav > ul > li > a:hover span, header nav > ul > li.active > a span { bottom: 20px; opacity: 0.9; background: #fff; } header nav > ul > li.n-services > a:hover span { bottom: -2px; opacity: 0; } header nav > ul > li:last-of-type { padding-right: 0; }  header nav > ul li ul { display: none; visibility: hidden; opacity: 0; min-width: 300px; position: absolute; z-index: 120;  height: auto; left: 0; } header nav > ul li ul li { display: block; width: 100%; background: #998675; opacity: 0; transition: opacity 1s ease-out; position: relative; } header nav > ul li ul li a { padding-top: 15px; padding-bottom: 15px; }  header nav > ul > li:hover > ul, header nav > ul > li ul:hover { visibility: visible; display: block; opacity: 1; } header nav > ul > li:focus-within > ul { visibility: visible; display: block; opacity: 1; } header nav > ul > li:hover > ul li, header nav > ul > li ul:hover li { opacity: 1; } header nav > ul li ul li a:hover { color: #111; }  #header_tel { position: absolute; right: 0; top: 40px;  font-size: 32px; } #header_login { position: absolute; right: 0; top: 0px;  font-size: 15px; line-height: 28px;  } #header_login a { text-decoration: none; display: inline-block; color: rgba(255,255,255,0.7); text-transform: uppercase; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; padding: 0 15px; background-color: #6f6155; transition: all 0.2s ease-in-out; } #header_login a:hover { color: rgba(255,255,255,1); background-color: #9f8b78; }   @media (max-width: 940px) { header #header_and_nav, #header_prop {  display: block;   } header h2 {  margin-left: -12px;  } header h2 a {  width: 200px;  height: 80px;  background-size: contain;  background-position: left bottom; } }   @media (max-width: 600px) {  #open_nav {  display: block;  position: absolute;  width: 55px;  height: 40px;  background-color: rgba(0,0,0,0.5);  background-image: url(../_img/mob_burger_lines_white.png);  background-repeat:no-repeat;  background-size: 35px auto;  background-position: center center;  right: 16px;  top: 12px;  cursor: pointer;  border-radius: 10px;  z-index: 3; } #open_nav.clicked {  opacity: 0; display: none; }   #close_nav {  display: block;  color: #fff;  position: absolute;  top: -15px;  right: 20px;  font-size: 60px;  cursor: pointer; }  #header_tel, #header_login {  display: none; }  header {  height: 90px;  border-bottom: 10px solid #998675; } header #header_and_nav {  height: 80px } #header_prop {  height: 90px; } header h2 {  margin-left: -12px;  } header h2 a {  height: 80px;  background-size: auto 60px;  background-position: left center; }   header nav {  height: 0;  width: 0;  position: fixed;  z-index: 15;  left: 90%;  top: -100px;  background-color: rgba(70,70,70, 0.98);  overflow-x: hidden;  transition: 0.3s;  opacity: 0;  display: flex;  align-items: center;  align-items: flex-start;  justify-content: center;   } header nav.mob_open {  height: calc(100vh - 90px);  width: 100%;  left: 0;  top: 90px;  opacity: 1; }   header nav ul {  display: block;  width: 100%;  text-align: left;  height: auto;  padding-top: 30px; }  header nav ul li {  display: block;  text-align: left;  padding: 0 0 0 50px; }  header nav ul li a {  color: #fff;  display: inline;  width: 100%;  text-align: left;  height: auto;  font-size: 1.6em;  line-height: 1.9; }   header nav > ul li ul {  display: block;  visibility: visible;  opacity: 1;  min-width: 300px;  position: static;  padding-top: 0;  padding-bottom: 10px;  } header nav > ul li ul li {  display: block;  width: 100%;  background: none;  opacity: 1;  transition: opacity 1s ease-out;  position: relative;  padding: 0 0 0 35px; } header nav > ul li ul li a {  padding-top: 0;  padding-bottom: 0;  font-size: 1.4em;  line-height: 1.8;  text-transform: none; }  header nav > ul > li a span {  display: none;  }  header nav > ul li ul li a:hover {  color: #fff; } } #hero_image_prop { width: 100%; padding-top: 20.83333%; } #hero_image_container { position: fixed; width: 100%; padding-top: 20.83333%; z-index: -1; } #hero_image { background-size: 100% auto; position: absolute; top: 0; left: 0; height: 100%; width: 100%; background-position: center center; background-repeat: no-repeat; }  main { background: #fff;  box-shadow: 0 -10px 30px 0px rgba(0,0,0,0.2); }  .wrapper--bg_darkbrown, .container--bg_darkbrown, .content--bg_darkbrown { background: rgba(89,72,58,0.85); } .wrapper--bg_lightbrown, .container--bg_lightbrown, .content--bg_lightbrown { background: rgba(153,119,75,0.25); } .wrapper--bg_dark_blue, .container--bg_dark_blue, .content--bg_dark_blue { background: var(--shelley_blue); } .wrapper--bg_dark_blue_85, .container--bg_dark_blue_85, .content--bg_dark_blue_85 { background: var(--shelley_blue_85); } .wrapper--bg_white, .container--bg_white, .content--bg_white { background: rgba(255,255,255,0.90); } .container--curved, .content.content--curved { border-radius: 20px; }  .content.content--lighttext { color: #fff; } .content h1 { margin-bottom: 1em; } .content h2 { font-size: 1.6em; margin-bottom: 1em; }  .content h1 { color: #998675; font-weight:300; font-size: 1.5em; text-transform: uppercase; padding: 0.4em 0 0.4em 0; margin: 0 auto 1.5em auto; border-bottom: 1px solid #b3b3b3; max-width: 12em !important; padding-top: 4em; padding-top: 60px; } .content h2 { color: #4d4d4d; font-weight:400; font-size: 1.2em; text-transform: uppercase; margin: 0 auto .5em auto; }   .content p, .content ul { margin-bottom: 1.5em; } .mb_xxsmall { margin-bottom: 0.2em !important; } .mb_xsmall { margin-bottom: 0.6em !important; } .mb_small { margin-bottom: 0.8em !important; } .mb_normal { margin-bottom: 1em !important; } .mb_large { margin-bottom: 1.9em !important; } .mb_xlarge { margin-bottom: 2.6em !important; } .mb_xxlarge { margin-bottom: 4em !important; } .content a { color: #736357; } .content a:hover { color: #222; } .content strong { font-weight: 600; } .fw_300 { font-weight: 300; } .fw_400 { font-weight: 400; } .fw_500 { font-weight: 500; } .fw_600 { font-weight: 600; } .content ul { margin-left: 24px; } .content ul li { line-height: 1.3; padding-bottom: 0.5em; }  .mb30 { margin-bottom: 30px; }  .content table tr td, .content table tr th { text-align: left;  vertical-align: top; padding: 3px 15px; } .content table.layout tr td:first-of-type, .content table.layout tr th:first-of-type , .content table.bordered tr td:first-of-type, .content table.bordered tr th:first-of-type { padding-left: 0 !important; } .content table.layout tr td:last-of-type, .content table.layout tr th:last-of-type, .content table.bordered tr td:last-of-type, .content table.bordered tr th:last-of-type  { padding-right: 0 !important; } .content table.layout tr:first-of-type td, .content table.layout tr:first-of-type th, .content table.bordered tr:first-of-type td, .content table.bordered tr:first-of-type th { padding-top: 0 !important; } .content table.layout.tight tr td, .content table.layout.tight tr th { padding-left: 7px;  padding-right: 7px; }  #hero_image img, .content p.image_full img { display: block; width: 100%; height: auto; } .content p.image_full.stretch_none img { display: block; width: auto; height: auto; }  .content p.image_right { float: right; margin: 0; padding: 0 0 20px 20px; } .content p.image_left { float: left; margin: 0; padding: 0 20px 20px 0px; } .content p.image_left.newline { clear: both; } .content p.image_right img, .content p.image_left img, .content p.image_full img { display: block; } hr.spacer { opacity: 0; } hr.spacer_1 { margin-bottom: 1em; } hr.spacer_2 { margin-bottom: 2em; } hr.spacer_3 { margin-bottom: 3em; } hr.spacer_4 { margin-bottom: 4em; }  .content a.fileicon { display: inline-block; padding-left: 48px; background-size: 40px 40px; min-height: 40px; background-repeat: no-repeat; padding-top: 6px; } .content .download_notes { position: relative; top: -10px; font-style: italic; display: inline-block; padding-left: 40px; font-size: 13px; line-height: 19px; color: #888; }  .content nav.funds_nav ul { display: flex; margin-top: -1.9em;  margin-left: 0; margin-bottom: 1em; } .content nav.funds_nav ul li { flex: 1; margin: 0 0.6em; } .content nav.funds_nav ul li a { display: block; background: #998675; border: 2px solid #fff; border-radius: 20px; color: rgba(255,255,255,0.4); text-transform: uppercase; text-decoration: none; padding: 1em 0.5em; font-weight: 400; } .funds-secured .content li.funds-nav-secured a, .funds-property .content li.funds-nav-property a, .content nav.funds_nav a:hover { color: #333; }  .content p.button { display: inline-block; margin-top: 0.1em; } .content p.button a, .content p.button input[type='submit'] { border: none; display: inline-block; background: #998675; text-transform: uppercase; color: #fff; text-decoration: none; padding: 0.2em 1em !important; cursor: pointer; transition: all 0.3s ease-in-out; border-radius: 10px; } .content p.button a:hover, .content--panel.clickable:hover p.button a { background: #4d4d4d; } @media (max-width: 940px) {  } @media (max-width: 740px) { .br {  display: none;  } } @media (max-width: 600px) {  .content h1 {   padding: 0.4em 0 0.4em 0;  margin: 0 auto 0.5em auto;  border-bottom: 1px solid #b3b3b3;  padding-top: 2em;  } } .content a.pdf { background-image: url(../_shared/_img/file-icons/pdf.png) } .content a.xls, .content a.xlsx { background-image: url(../_shared/_img/file-icons/xls.png); } .content a.doc, .content a.docx { background-image: url(../_shared/_img/file-icons/doc.png); } .content a.ppt, .content a.pptx { background-image: url(../_shared/_img/file-icons/ppt.png); } .content a.png { background-image: url(../_shared/_img/file-icons/png.png); } .content a.jpeg, .content a.jpg { background-image: url(../_shared/_img/file-icons/jpg.png); } .content a.gif { background-image: url(../_shared/_img/file-icons/gif.png); } .content a.eps { background-image: url(../_shared/_img/file-icons/eps.png); } .content a.ics { background-image: url(../_shared/_img/file-icons/ics.png); } .content a.txt { background-image: url(../_shared/_img/file-icons/txt.png); }  .content a.icon32 { width: 32px; height: 32px; display: inline-block; text-indent: -3456px; background-size: 32px 32px; } .content a.icon32.facebook { background-image: url(../_shared/_img/social/facebook.png); } .content a.icon32.twitter { background-image: url(../_shared/_img/social/twitter.png); } .content a.icon32.linkedin { background-image: url(../_shared/_img/social/linkedin.png); } .content a.icon32.youtube { background-image: url(../_shared/_img/social/youtube.png); } .content a.icon32.xing { background-image: url(../_shared/_img/social/xing.png); } .content a.icon32.googleplus { background-image: url(../_shared/_img/social/googleplus.png); }#totop { display: none; } footer { background-color: var(--shelley_blue); background-color: #0c3249; border-top: 1px solid #616161; box-sizing:content-box; font-size: 0.9em; } footer .container { display: flex; background-image: url(../_img/footer_symbol_blue.png); background-repeat: no-repeat; background-position: 0 center; padding-top: 95px; padding-bottom: 45px; } footer p { width: 50%; align-self: flex-start; color:rgba(255,255,255,1); } footer p.footer-1 { padding-left: 20px; } footer p.footer-2 { text-align: right; } footer i.br { padding-bottom: 0.5em; } footer p a { text-decoration: none; color: #fff; } footer a.footer-navlink { text-transform: uppercase; } footer span.footer-navdiv { display: inline-block; padding: 0 5px; }  @media (max-width: 1380px) { } @media (max-width: 1240px) {  } @media (max-width: 940px) {   } @media (max-width: 740px) { footer .container {  display: block;  width: 95%;  padding-top: 30px;  padding-bottom: 10px; } footer p {  width: auto;  text-align: center;  padding-bottom: 2em; } footer p.footer-1 {  padding-left: 0; } footer p.footer-2 {  text-align: center; } footer i.br {  padding-bottom: 0.2em;  display: block !important; } } @media (max-width: 540px) {   } 