/***
 Theme Name:  PSA Genesis
 Theme URI:   https://www.professionalstylingacademy.com.au/
 Description: A custom child theme created for the Genesis Framework.
 Author:      VenuSaragena
 Version:     2.5.5

 Tags: black, pink, white, one-column, two-columns, three-columns, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

 Template: genesis
 Template Version: 3.0.2

 License:GPL-2.0+
 License URI:http://www.gnu.org/licenses/gpl-2.0.html

 Text Domain: genesis-psa
***/

/* HTML5 Reset ---------------------------------------------------------------------- */

/* Baseline Normalize | normalize.css -------------------- */
button,hr,input{overflow:visible}audio,canvas,progress,video{display:inline-block}progress,sub,sup{vertical-align:baseline}html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0} menu,article,aside,details,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{}button,select{text-transform:none}[type=submit], [type=reset],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}

/* Box Sizing -------------------- */
html, input[type="search"]{ -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
*, *:before, *:after { box-sizing:inherit; }

/* Float Clearing -------------------- */
.author-box:before, .clearfix:before, .entry:before, .entry-content:before, .footer-widgets:before, .nav-primary:before, .nav-secondary:before,
.pagination:before, .site-container:before, .site-footer:before, .site-header:before, .site-inner:before, .widget:before, .wrap:before { content:" "; display:table; }

.author-box:after, .clearfix:after, .entry:after, .entry-content:after, .footer-widgets:after, .nav-primary:after, .nav-secondary:after,
.pagination:after, .site-container:after, .site-footer:after, .site-header:after, .site-inner:after, .widget:after, .wrap:after { clear:both; content:" "; display:table; }

/* Defaults ---------------------------------------------------------------------- */

/* FontAwesome v4.7.0 -------------------- */
@font-face{font-family:'FontAwesome';src:url('fonts/fontawesome-webfont.eot');src:url('fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2') format('woff2'), url('fonts/fontawesome-webfont.woff') format('woff'), url('fonts/fontawesome-webfont.ttf') format('truetype'), url('fonts/fontawesome-webfont.svg?#fontawesomeregular') format('svg');font-weight:normal;font-style:normal;}
.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.fa-lg{font-size:1.33333333em;line-height:0.75em;vertical-align:-15%;}
.fa-2x{font-size:2em;}
.fa-3x{font-size:3em;}
.fa-4x{font-size:4em;}
.fa-5x{font-size:5em;}
.fa-fw{width:1.28571429em;text-align:center;}
.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none;}
.fa-ul > li{position:relative;}
.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:0.14285714em;text-align:center;}
.fa-li.fa-lg{left:-1.85714286em;}
.fa-border{padding:.2em .25em .15em;border:solid 0.08em #eeeeee;border-radius:.1em;}
.fa-pull-left{float:left;}
.fa-pull-right{float:right;}
.fa.fa-pull-left{margin-right:.3em;}
.fa.fa-pull-right{margin-left:.3em;}
.pull-right{float:right;}
.pull-left{float:left;}
.fa.pull-left{margin-right:.3em;}
.fa.pull-right{margin-left:.3em;}
.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear;}
.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8);}
@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}
100%{-webkit-transform:rotate(359deg);transform:rotate(359deg);}
}
@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}
100%{-webkit-transform:rotate(359deg);transform:rotate(359deg);}
}
.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);}
.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);}
.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg);}
.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1);}
.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1);}
:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none;}
.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle;}
.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center;}
.fa-stack-1x{line-height:inherit;}
.fa-stack-2x{font-size:2em;}
.fa-inverse{color:#ffffff;}
.fa-glass:before{content:"\f000";}
.fa-music:before{content:"\f001";}
.fa-search:before{content:"\f002";}
.fa-envelope-o:before{content:"\f003";}
.fa-heart:before{content:"\f004";}
.fa-star:before{content:"\f005";}
.fa-star-o:before{content:"\f006";}
.fa-user:before{content:"\f007";}
.fa-film:before{content:"\f008";}
.fa-th-large:before{content:"\f009";}
.fa-th:before{content:"\f00a";}
.fa-th-list:before{content:"\f00b";}
.fa-check:before{content:"\f00c";}
.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d";}
.fa-search-plus:before{content:"\f00e";}
.fa-search-minus:before{content:"\f010";}
.fa-power-off:before{content:"\f011";}
.fa-signal:before{content:"\f012";}
.fa-gear:before,.fa-cog:before{content:"\f013";}
.fa-trash-o:before{content:"\f014";}
.fa-home:before{content:"\f015";}
.fa-file-o:before{content:"\f016";}
.fa-clock-o:before{content:"\f017";}
.fa-road:before{content:"\f018";}
.fa-download:before{content:"\f019";}
.fa-arrow-circle-o-down:before{content:"\f01a";}
.fa-arrow-circle-o-up:before{content:"\f01b";}
.fa-inbox:before{content:"\f01c";}
.fa-play-circle-o:before{content:"\f01d";}
.fa-rotate-right:before,.fa-repeat:before{content:"\f01e";}
.fa-refresh:before{content:"\f021";}
.fa-list-alt:before{content:"\f022";}
.fa-lock:before{content:"\f023";}
.fa-flag:before{content:"\f024";}
.fa-headphones:before{content:"\f025";}
.fa-volume-off:before{content:"\f026";}
.fa-volume-down:before{content:"\f027";}
.fa-volume-up:before{content:"\f028";}
.fa-qrcode:before{content:"\f029";}
.fa-barcode:before{content:"\f02a";}
.fa-tag:before{content:"\f02b";}
.fa-tags:before{content:"\f02c";}
.fa-book:before{content:"\f02d";}
.fa-bookmark:before{content:"\f02e";}
.fa-print:before{content:"\f02f";}
.fa-camera:before{content:"\f030";}
.fa-font:before{content:"\f031";}
.fa-bold:before{content:"\f032";}
.fa-italic:before{content:"\f033";}
.fa-text-height:before{content:"\f034";}
.fa-text-width:before{content:"\f035";}
.fa-align-left:before{content:"\f036";}
.fa-align-center:before{content:"\f037";}
.fa-align-right:before{content:"\f038";}
.fa-align-justify:before{content:"\f039";}
.fa-list:before{content:"\f03a";}
.fa-dedent:before,.fa-outdent:before{content:"\f03b";}
.fa-indent:before{content:"\f03c";}
.fa-video-camera:before{content:"\f03d";}
.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e";}
.fa-pencil:before{content:"\f040";}
.fa-map-marker:before{content:"\f041";}
.fa-adjust:before{content:"\f042";}
.fa-tint:before{content:"\f043";}
.fa-edit:before,.fa-pencil-square-o:before{content:"\f044";}
.fa-share-square-o:before{content:"\f045";}
.fa-check-square-o:before{content:"\f046";}
.fa-arrows:before{content:"\f047";}
.fa-step-backward:before{content:"\f048";}
.fa-fast-backward:before{content:"\f049";}
.fa-backward:before{content:"\f04a";}
.fa-play:before{content:"\f04b";}
.fa-pause:before{content:"\f04c";}
.fa-stop:before{content:"\f04d";}
.fa-forward:before{content:"\f04e";}
.fa-fast-forward:before{content:"\f050";}
.fa-step-forward:before{content:"\f051";}
.fa-eject:before{content:"\f052";}
.fa-chevron-left:before{content:"\f053";}
.fa-chevron-right:before{content:"\f054";}
.fa-plus-circle:before{content:"\f055";}
.fa-minus-circle:before{content:"\f056";}
.fa-times-circle:before{content:"\f057";}
.fa-check-circle:before{content:"\f058";}
.fa-question-circle:before{content:"\f059";}
.fa-info-circle:before{content:"\f05a";}
.fa-crosshairs:before{content:"\f05b";}
.fa-times-circle-o:before{content:"\f05c";}
.fa-check-circle-o:before{content:"\f05d";}
.fa-ban:before{content:"\f05e";}
.fa-arrow-left:before{content:"\f060";}
.fa-arrow-right:before{content:"\f061";}
.fa-arrow-up:before{content:"\f062";}
.fa-arrow-down:before{content:"\f063";}
.fa-mail-forward:before,.fa-share:before{content:"\f064";}
.fa-expand:before{content:"\f065";}
.fa-compress:before{content:"\f066";}
.fa-plus:before{content:"\f067";}
.fa-minus:before{content:"\f068";}
.fa-asterisk:before{content:"\f069";}
.fa-exclamation-circle:before{content:"\f06a";}
.fa-gift:before{content:"\f06b";}
.fa-leaf:before{content:"\f06c";}
.fa-fire:before{content:"\f06d";}
.fa-eye:before{content:"\f06e";}
.fa-eye-slash:before{content:"\f070";}
.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071";}
.fa-plane:before{content:"\f072";}
.fa-calendar:before{content:"\f073";}
.fa-random:before{content:"\f074";}
.fa-comment:before{content:"\f075";}
.fa-magnet:before{content:"\f076";}
.fa-chevron-up:before{content:"\f077";}
.fa-chevron-down:before{content:"\f078";}
.fa-retweet:before{content:"\f079";}
.fa-shopping-cart:before{content:"\f07a";}
.fa-folder:before{content:"\f07b";}
.fa-folder-open:before{content:"\f07c";}
.fa-arrows-v:before{content:"\f07d";}
.fa-arrows-h:before{content:"\f07e";}
.fa-bar-chart-o:before,
.fa-bar-chart:before{content:"\f080";}
.fa-twitter-square:before{content:"\f081";}
.fa-facebook-square:before{content:"\f082";}
.fa-camera-retro:before{content:"\f083";}
.fa-key:before{content:"\f084";}
.fa-gears:before,.fa-cogs:before{content:"\f085";}
.fa-comments:before{content:"\f086";}
.fa-thumbs-o-up:before{content:"\f087";}
.fa-thumbs-o-down:before{content:"\f088";}
.fa-star-half:before{content:"\f089";}
.fa-heart-o:before{content:"\f08a";}
.fa-sign-out:before{content:"\f08b";}
.fa-linkedin-square:before{content:"\f08c";}
.fa-thumb-tack:before{content:"\f08d";}
.fa-external-link:before{content:"\f08e";}
.fa-sign-in:before{content:"\f090";}
.fa-trophy:before{content:"\f091";}
.fa-github-square:before{content:"\f092";}
.fa-upload:before{content:"\f093";}
.fa-lemon-o:before{content:"\f094";}
.fa-phone:before{content:"\f095";}
.fa-square-o:before{content:"\f096";}
.fa-bookmark-o:before{content:"\f097";}
.fa-phone-square:before{content:"\f098";}
.fa-twitter:before{content:"\f099";}
.fa-facebook-f:before,.fa-facebook:before{content:"\f09a";}
.fa-github:before{content:"\f09b";}
.fa-unlock:before{content:"\f09c";}
.fa-credit-card:before{content:"\f09d";}
.fa-feed:before,.fa-rss:before{content:"\f09e";}
.fa-hdd-o:before{content:"\f0a0";}
.fa-bullhorn:before{content:"\f0a1";}
.fa-bell:before{content:"\f0f3";}
.fa-certificate:before{content:"\f0a3";}
.fa-hand-o-right:before{content:"\f0a4";}
.fa-hand-o-left:before{content:"\f0a5";}
.fa-hand-o-up:before{content:"\f0a6";}
.fa-hand-o-down:before{content:"\f0a7";}
.fa-arrow-circle-left:before{content:"\f0a8";}
.fa-arrow-circle-right:before{content:"\f0a9";}
.fa-arrow-circle-up:before{content:"\f0aa";}
.fa-arrow-circle-down:before{content:"\f0ab";}
.fa-globe:before{content:"\f0ac";}
.fa-wrench:before{content:"\f0ad";}
.fa-tasks:before{content:"\f0ae";}
.fa-filter:before{content:"\f0b0";}
.fa-briefcase:before{content:"\f0b1";}
.fa-arrows-alt:before{content:"\f0b2";}
.fa-group:before,.fa-users:before{content:"\f0c0";}
.fa-chain:before,.fa-link:before{content:"\f0c1";}
.fa-cloud:before{content:"\f0c2";}
.fa-flask:before{content:"\f0c3";}
.fa-cut:before,.fa-scissors:before{content:"\f0c4";}
.fa-copy:before,.fa-files-o:before{content:"\f0c5";}
.fa-paperclip:before{content:"\f0c6";}
.fa-save:before,.fa-floppy-o:before{content:"\f0c7";}
.fa-square:before{content:"\f0c8";}
.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9";}
.fa-list-ul:before{content:"\f0ca";}
.fa-list-ol:before{content:"\f0cb";}
.fa-strikethrough:before{content:"\f0cc";}
.fa-underline:before{content:"\f0cd";}
.fa-table:before{content:"\f0ce";}
.fa-magic:before{content:"\f0d0";}
.fa-truck:before{content:"\f0d1";}
.fa-pinterest:before{content:"\f0d2";}
.fa-pinterest-square:before{content:"\f0d3";}
.fa-google-plus-square:before{content:"\f0d4";}
.fa-google-plus:before{content:"\f0d5";}
.fa-money:before{content:"\f0d6";}
.fa-caret-down:before{content:"\f0d7";}
.fa-caret-up:before{content:"\f0d8";}
.fa-caret-left:before{content:"\f0d9";}
.fa-caret-right:before{content:"\f0da";}
.fa-columns:before{content:"\f0db";}
.fa-unsorted:before,.fa-sort:before{content:"\f0dc";}
.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd";}
.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de";}
.fa-envelope:before{content:"\f0e0";}
.fa-linkedin:before{content:"\f0e1";}
.fa-rotate-left:before,.fa-undo:before{content:"\f0e2";}
.fa-legal:before,.fa-gavel:before{content:"\f0e3";}
.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4";}
.fa-comment-o:before{content:"\f0e5";}
.fa-comments-o:before{content:"\f0e6";}
.fa-flash:before,.fa-bolt:before{content:"\f0e7";}
.fa-sitemap:before{content:"\f0e8";}
.fa-umbrella:before{content:"\f0e9";}
.fa-paste:before,.fa-clipboard:before{content:"\f0ea";}
.fa-lightbulb-o:before{content:"\f0eb";}
.fa-exchange:before{content:"\f0ec";}
.fa-cloud-download:before{content:"\f0ed";}
.fa-cloud-upload:before{content:"\f0ee";}
.fa-user-md:before{content:"\f0f0";}
.fa-stethoscope:before{content:"\f0f1";}
.fa-suitcase:before{content:"\f0f2";}
.fa-bell-o:before{content:"\f0a2";}
.fa-coffee:before{content:"\f0f4";}
.fa-cutlery:before{content:"\f0f5";}
.fa-file-text-o:before{content:"\f0f6";}
.fa-building-o:before{content:"\f0f7";}
.fa-hospital-o:before{content:"\f0f8";}
.fa-ambulance:before{content:"\f0f9";}
.fa-medkit:before{content:"\f0fa";}
.fa-fighter-jet:before{content:"\f0fb";}
.fa-beer:before{content:"\f0fc";}
.fa-h-square:before{content:"\f0fd";}
.fa-plus-square:before{content:"\f0fe";}
.fa-angle-double-left:before{content:"\f100";}
.fa-angle-double-right:before{content:"\f101";}
.fa-angle-double-up:before{content:"\f102";}
.fa-angle-double-down:before{content:"\f103";}
.fa-angle-left:before{content:"\f104";}
.fa-angle-right:before{content:"\f105";}
.fa-angle-up:before{content:"\f106";}
.fa-angle-down:before{content:"\f107";}
.fa-desktop:before{content:"\f108";}
.fa-laptop:before{content:"\f109";}
.fa-tablet:before{content:"\f10a";}
.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b";}
.fa-circle-o:before{content:"\f10c";}
.fa-quote-left:before{content:"\f10d";}
.fa-quote-right:before{content:"\f10e";}
.fa-spinner:before{content:"\f110";}
.fa-circle:before{content:"\f111";}
.fa-mail-reply:before,.fa-reply:before{content:"\f112";}
.fa-github-alt:before{content:"\f113";}
.fa-folder-o:before{content:"\f114";}
.fa-folder-open-o:before{content:"\f115";}
.fa-smile-o:before{content:"\f118";}
.fa-frown-o:before{content:"\f119";}
.fa-meh-o:before{content:"\f11a";}
.fa-gamepad:before{content:"\f11b";}
.fa-keyboard-o:before{content:"\f11c";}
.fa-flag-o:before{content:"\f11d";}
.fa-flag-checkered:before{content:"\f11e";}
.fa-terminal:before{content:"\f120";}
.fa-code:before{content:"\f121";}
.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122";}
.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123";}
.fa-location-arrow:before{content:"\f124";}
.fa-crop:before{content:"\f125";}
.fa-code-fork:before{content:"\f126";}
.fa-unlink:before,.fa-chain-broken:before{content:"\f127";}
.fa-question:before{content:"\f128";}
.fa-info:before{content:"\f129";}
.fa-exclamation:before{content:"\f12a";}
.fa-superscript:before{content:"\f12b";}
.fa-subscript:before{content:"\f12c";}
.fa-eraser:before{content:"\f12d";}
.fa-puzzle-piece:before{content:"\f12e";}
.fa-microphone:before{content:"\f130";}
.fa-microphone-slash:before{content:"\f131";}
.fa-shield:before{content:"\f132";}
.fa-calendar-o:before{content:"\f133";}
.fa-fire-extinguisher:before{content:"\f134";}
.fa-rocket:before{content:"\f135";}
.fa-maxcdn:before{content:"\f136";}
.fa-chevron-circle-left:before{content:"\f137";}
.fa-chevron-circle-right:before{content:"\f138";}
.fa-chevron-circle-up:before{content:"\f139";}
.fa-chevron-circle-down:before{content:"\f13a";}
.fa-html5:before{content:"\f13b";}
.fa-css3:before{content:"\f13c";}
.fa-anchor:before{content:"\f13d";}
.fa-unlock-alt:before{content:"\f13e";}
.fa-bullseye:before{content:"\f140";}
.fa-ellipsis-h:before{content:"\f141";}
.fa-ellipsis-v:before{content:"\f142";}
.fa-rss-square:before{content:"\f143";}
.fa-play-circle:before{content:"\f144";}
.fa-ticket:before{content:"\f145";}
.fa-minus-square:before{content:"\f146";}
.fa-minus-square-o:before{content:"\f147";}
.fa-level-up:before{content:"\f148";}
.fa-level-down:before{content:"\f149";}
.fa-check-square:before{content:"\f14a";}
.fa-pencil-square:before{content:"\f14b";}
.fa-external-link-square:before{content:"\f14c";}
.fa-share-square:before{content:"\f14d";}
.fa-compass:before{content:"\f14e";}
.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150";}
.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151";}
.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152";}
.fa-euro:before,.fa-eur:before{content:"\f153";}
.fa-gbp:before{content:"\f154";}
.fa-dollar:before,.fa-usd:before{content:"\f155";}
.fa-rupee:before,.fa-inr:before{content:"\f156";}
.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157";}
.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158";}
.fa-won:before,.fa-krw:before{content:"\f159";}
.fa-bitcoin:before,.fa-btc:before{content:"\f15a";}
.fa-file:before{content:"\f15b";}
.fa-file-text:before{content:"\f15c";}
.fa-sort-alpha-asc:before{content:"\f15d";}
.fa-sort-alpha-desc:before{content:"\f15e";}
.fa-sort-amount-asc:before{content:"\f160";}
.fa-sort-amount-desc:before{content:"\f161";}
.fa-sort-numeric-asc:before{content:"\f162";}
.fa-sort-numeric-desc:before{content:"\f163";}
.fa-thumbs-up:before{content:"\f164";}
.fa-thumbs-down:before{content:"\f165";}
.fa-youtube-square:before{content:"\f166";}
.fa-youtube:before{content:"\f167";}
.fa-xing:before{content:"\f168";}
.fa-xing-square:before{content:"\f169";}
.fa-youtube-play:before{content:"\f16a";}
.fa-dropbox:before{content:"\f16b";}
.fa-stack-overflow:before{content:"\f16c";}
.fa-instagram:before{content:"\f16d";}
.fa-flickr:before{content:"\f16e";}
.fa-adn:before{content:"\f170";}
.fa-bitbucket:before{content:"\f171";}
.fa-bitbucket-square:before{content:"\f172";}
.fa-tumblr:before{content:"\f173";}
.fa-tumblr-square:before{content:"\f174";}
.fa-long-arrow-down:before{content:"\f175";}
.fa-long-arrow-up:before{content:"\f176";}
.fa-long-arrow-left:before{content:"\f177";}
.fa-long-arrow-right:before{content:"\f178";}
.fa-apple:before{content:"\f179";}
.fa-windows:before{content:"\f17a";}
.fa-android:before{content:"\f17b";}
.fa-linux:before{content:"\f17c";}
.fa-dribbble:before{content:"\f17d";}
.fa-skype:before{content:"\f17e";}
.fa-foursquare:before{content:"\f180";}
.fa-trello:before{content:"\f181";}
.fa-female:before{content:"\f182";}
.fa-male:before{content:"\f183";}
.fa-gittip:before,.fa-gratipay:before{content:"\f184";}
.fa-sun-o:before{content:"\f185";}
.fa-moon-o:before{content:"\f186";}
.fa-archive:before{content:"\f187";}
.fa-bug:before{content:"\f188";}
.fa-vk:before{content:"\f189";}
.fa-weibo:before{content:"\f18a";}
.fa-renren:before{content:"\f18b";}
.fa-pagelines:before{content:"\f18c";}
.fa-stack-exchange:before{content:"\f18d";}
.fa-arrow-circle-o-right:before{content:"\f18e";}
.fa-arrow-circle-o-left:before{content:"\f190";}
.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191";}
.fa-dot-circle-o:before{content:"\f192";}
.fa-wheelchair:before{content:"\f193";}
.fa-vimeo-square:before{content:"\f194";}
.fa-turkish-lira:before,
.fa-try:before{content:"\f195";}
.fa-plus-square-o:before{content:"\f196";}
.fa-space-shuttle:before{content:"\f197";}
.fa-slack:before{content:"\f198";}
.fa-envelope-square:before{content:"\f199";}
.fa-wordpress:before{content:"\f19a";}
.fa-openid:before{content:"\f19b";}
.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c";}
.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d";}
.fa-yahoo:before{content:"\f19e";}
.fa-google:before{content:"\f1a0";}
.fa-reddit:before{content:"\f1a1";}
.fa-reddit-square:before{content:"\f1a2";}
.fa-stumbleupon-circle:before{content:"\f1a3";}
.fa-stumbleupon:before{content:"\f1a4";}
.fa-delicious:before{content:"\f1a5";}
.fa-digg:before{content:"\f1a6";}
.fa-pied-piper-pp:before{content:"\f1a7";}
.fa-pied-piper-alt:before{content:"\f1a8";}
.fa-drupal:before{content:"\f1a9";}
.fa-joomla:before{content:"\f1aa";}
.fa-language:before{content:"\f1ab";}
.fa-fax:before{content:"\f1ac";}
.fa-building:before{content:"\f1ad";}
.fa-child:before{content:"\f1ae";}
.fa-paw:before{content:"\f1b0";}
.fa-spoon:before{content:"\f1b1";}
.fa-cube:before{content:"\f1b2";}
.fa-cubes:before{content:"\f1b3";}
.fa-behance:before{content:"\f1b4";}
.fa-behance-square:before{content:"\f1b5";}
.fa-steam:before{content:"\f1b6";}
.fa-steam-square:before{content:"\f1b7";}
.fa-recycle:before{content:"\f1b8";}
.fa-automobile:before,.fa-car:before{content:"\f1b9";}
.fa-cab:before,.fa-taxi:before{content:"\f1ba";}
.fa-tree:before{content:"\f1bb";}
.fa-spotify:before{content:"\f1bc";}
.fa-deviantart:before{content:"\f1bd";}
.fa-soundcloud:before{content:"\f1be";}
.fa-database:before{content:"\f1c0";}
.fa-file-pdf-o:before{content:"\f1c1";}
.fa-file-word-o:before{content:"\f1c2";}
.fa-file-excel-o:before{content:"\f1c3";}
.fa-file-powerpoint-o:before{content:"\f1c4";}
.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5";}
.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6";}
.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7";}
.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8";}
.fa-file-code-o:before{content:"\f1c9";}
.fa-vine:before{content:"\f1ca";}
.fa-codepen:before{content:"\f1cb";}
.fa-jsfiddle:before{content:"\f1cc";}
.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd";}
.fa-circle-o-notch:before{content:"\f1ce";}
.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0";}
.fa-ge:before,.fa-empire:before{content:"\f1d1";}
.fa-git-square:before{content:"\f1d2";}
.fa-git:before{content:"\f1d3";}
.fa-y-combinator-square:before,
.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4";}
.fa-tencent-weibo:before{content:"\f1d5";}
.fa-qq:before{content:"\f1d6";}
.fa-wechat:before,.fa-weixin:before{content:"\f1d7";}
.fa-send:before,.fa-paper-plane:before{content:"\f1d8";}
.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9";}
.fa-history:before{content:"\f1da";}
.fa-circle-thin:before{content:"\f1db";}
.fa-header:before{content:"\f1dc";}
.fa-paragraph:before{content:"\f1dd";}
.fa-sliders:before{content:"\f1de";}
.fa-share-alt:before{content:"\f1e0";}
.fa-share-alt-square:before{content:"\f1e1";}
.fa-bomb:before{content:"\f1e2";}
.fa-soccer-ball-o:before,
.fa-futbol-o:before{content:"\f1e3";}
.fa-tty:before{content:"\f1e4";}
.fa-binoculars:before{content:"\f1e5";}
.fa-plug:before{content:"\f1e6";}
.fa-slideshare:before{content:"\f1e7";}
.fa-twitch:before{content:"\f1e8";}
.fa-yelp:before{content:"\f1e9";}
.fa-newspaper-o:before{content:"\f1ea";}
.fa-wifi:before{content:"\f1eb";}
.fa-calculator:before{content:"\f1ec";}
.fa-paypal:before{content:"\f1ed";}
.fa-google-wallet:before{content:"\f1ee";}
.fa-cc-visa:before{content:"\f1f0";}
.fa-cc-mastercard:before{content:"\f1f1";}
.fa-cc-discover:before{content:"\f1f2";}
.fa-cc-amex:before{content:"\f1f3";}
.fa-cc-paypal:before{content:"\f1f4";}
.fa-cc-stripe:before{content:"\f1f5";}
.fa-bell-slash:before{content:"\f1f6";}
.fa-bell-slash-o:before{content:"\f1f7";}
.fa-trash:before{content:"\f1f8";}
.fa-copyright:before{content:"\f1f9";}
.fa-at:before{content:"\f1fa";}
.fa-eyedropper:before{content:"\f1fb";}
.fa-paint-brush:before{content:"\f1fc";}
.fa-birthday-cake:before{content:"\f1fd";}
.fa-area-chart:before{content:"\f1fe";}
.fa-pie-chart:before{content:"\f200";}
.fa-line-chart:before{content:"\f201";}
.fa-lastfm:before{content:"\f202";}
.fa-lastfm-square:before{content:"\f203";}
.fa-toggle-off:before{content:"\f204";}
.fa-toggle-on:before{content:"\f205";}
.fa-bicycle:before{content:"\f206";}
.fa-bus:before{content:"\f207";}
.fa-ioxhost:before{content:"\f208";}
.fa-angellist:before{content:"\f209";}
.fa-cc:before{content:"\f20a";}
.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b";}
.fa-meanpath:before{content:"\f20c";}
.fa-buysellads:before{content:"\f20d";}
.fa-connectdevelop:before{content:"\f20e";}
.fa-dashcube:before{content:"\f210";}
.fa-forumbee:before{content:"\f211";}
.fa-leanpub:before{content:"\f212";}
.fa-sellsy:before{content:"\f213";}
.fa-shirtsinbulk:before{content:"\f214";}
.fa-simplybuilt:before{content:"\f215";}
.fa-skyatlas:before{content:"\f216";}
.fa-cart-plus:before{content:"\f217";}
.fa-cart-arrow-down:before{content:"\f218";}
.fa-diamond:before{content:"\f219";}
.fa-ship:before{content:"\f21a";}
.fa-user-secret:before{content:"\f21b";}
.fa-motorcycle:before{content:"\f21c";}
.fa-street-view:before{content:"\f21d";}
.fa-heartbeat:before{content:"\f21e";}
.fa-venus:before{content:"\f221";}
.fa-mars:before{content:"\f222";}
.fa-mercury:before{content:"\f223";}
.fa-intersex:before,.fa-transgender:before{content:"\f224";}
.fa-transgender-alt:before{content:"\f225";}
.fa-venus-double:before{content:"\f226";}
.fa-mars-double:before{content:"\f227";}
.fa-venus-mars:before{content:"\f228";}
.fa-mars-stroke:before{content:"\f229";}
.fa-mars-stroke-v:before{content:"\f22a";}
.fa-mars-stroke-h:before{content:"\f22b";}
.fa-neuter:before{content:"\f22c";}
.fa-genderless:before{content:"\f22d";}
.fa-facebook-official:before{content:"\f230";}
.fa-pinterest-p:before{content:"\f231";}
.fa-whatsapp:before{content:"\f232";}
.fa-server:before{content:"\f233";}
.fa-user-plus:before{content:"\f234";}
.fa-user-times:before{content:"\f235";}
.fa-hotel:before,.fa-bed:before{content:"\f236";}
.fa-viacoin:before{content:"\f237";}
.fa-train:before{content:"\f238";}
.fa-subway:before{content:"\f239";}
.fa-medium:before{content:"\f23a";}
.fa-yc:before,.fa-y-combinator:before{content:"\f23b";}
.fa-optin-monster:before{content:"\f23c";}
.fa-opencart:before{content:"\f23d";}
.fa-expeditedssl:before{content:"\f23e";}
.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240";}
.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241";}
.fa-battery-2:before,.fa-battery-half:before{content:"\f242";}
.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243";}
.fa-battery-0:before,.fa-battery-empty:before{content:"\f244";}
.fa-mouse-pointer:before{content:"\f245";}
.fa-i-cursor:before{content:"\f246";}
.fa-object-group:before{content:"\f247";}
.fa-object-ungroup:before{content:"\f248";}
.fa-sticky-note:before{content:"\f249";}
.fa-sticky-note-o:before{content:"\f24a";}
.fa-cc-jcb:before{content:"\f24b";}
.fa-cc-diners-club:before{content:"\f24c";}
.fa-clone:before{content:"\f24d";}
.fa-balance-scale:before{content:"\f24e";}
.fa-hourglass-o:before{content:"\f250";}
.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251";}
.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252";}
.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253";}
.fa-hourglass:before{content:"\f254";}
.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255";}
.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256";}
.fa-hand-scissors-o:before{content:"\f257";}
.fa-hand-lizard-o:before{content:"\f258";}
.fa-hand-spock-o:before{content:"\f259";}
.fa-hand-pointer-o:before{content:"\f25a";}
.fa-hand-peace-o:before{content:"\f25b";}
.fa-trademark:before{content:"\f25c";}
.fa-registered:before{content:"\f25d";}
.fa-creative-commons:before{content:"\f25e";}
.fa-gg:before{content:"\f260";}
.fa-gg-circle:before{content:"\f261";}
.fa-tripadvisor:before{content:"\f262";}
.fa-odnoklassniki:before{content:"\f263";}
.fa-odnoklassniki-square:before{content:"\f264";}
.fa-get-pocket:before{content:"\f265";}
.fa-wikipedia-w:before{content:"\f266";}
.fa-safari:before{content:"\f267";}
.fa-chrome:before{content:"\f268";}
.fa-firefox:before{content:"\f269";}
.fa-opera:before{content:"\f26a";}
.fa-internet-explorer:before{content:"\f26b";}
.fa-tv:before,.fa-television:before{content:"\f26c";}
.fa-contao:before{content:"\f26d";}
.fa-500px:before{content:"\f26e";}
.fa-amazon:before{content:"\f270";}
.fa-calendar-plus-o:before{content:"\f271";}
.fa-calendar-minus-o:before{content:"\f272";}
.fa-calendar-times-o:before{content:"\f273";}
.fa-calendar-check-o:before{content:"\f274";}
.fa-industry:before{content:"\f275";}
.fa-map-pin:before{content:"\f276";}
.fa-map-signs:before{content:"\f277";}
.fa-map-o:before{content:"\f278";}
.fa-map:before{content:"\f279";}
.fa-commenting:before{content:"\f27a";}
.fa-commenting-o:before{content:"\f27b";}
.fa-houzz:before{content:"\f27c";}
.fa-vimeo:before{content:"\f27d";}
.fa-black-tie:before{content:"\f27e";}
.fa-fonticons:before{content:"\f280";}
.fa-reddit-alien:before{content:"\f281";}
.fa-edge:before{content:"\f282";}
.fa-credit-card-alt:before{content:"\f283";}
.fa-codiepie:before{content:"\f284";}
.fa-modx:before{content:"\f285";}
.fa-fort-awesome:before{content:"\f286";}
.fa-usb:before{content:"\f287";}
.fa-product-hunt:before{content:"\f288";}
.fa-mixcloud:before{content:"\f289";}
.fa-scribd:before{content:"\f28a";}
.fa-pause-circle:before{content:"\f28b";}
.fa-pause-circle-o:before{content:"\f28c";}
.fa-stop-circle:before{content:"\f28d";}
.fa-stop-circle-o:before{content:"\f28e";}
.fa-shopping-bag:before{content:"\f290";}
.fa-shopping-basket:before{content:"\f291";}
.fa-hashtag:before{content:"\f292";}
.fa-bluetooth:before{content:"\f293";}
.fa-bluetooth-b:before{content:"\f294";}
.fa-percent:before{content:"\f295";}
.fa-gitlab:before{content:"\f296";}
.fa-wpbeginner:before{content:"\f297";}
.fa-wpforms:before{content:"\f298";}
.fa-envira:before{content:"\f299";}
.fa-universal-access:before{content:"\f29a";}
.fa-wheelchair-alt:before{content:"\f29b";}
.fa-question-circle-o:before{content:"\f29c";}
.fa-blind:before{content:"\f29d";}
.fa-audio-description:before{content:"\f29e";}
.fa-volume-control-phone:before{content:"\f2a0";}
.fa-braille:before{content:"\f2a1";}
.fa-assistive-listening-systems:before{content:"\f2a2";}
.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3";}
.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4";}
.fa-glide:before{content:"\f2a5";}
.fa-glide-g:before{content:"\f2a6";}
.fa-signing:before,.fa-sign-language:before{content:"\f2a7";}
.fa-low-vision:before{content:"\f2a8";}
.fa-viadeo:before{content:"\f2a9";}
.fa-viadeo-square:before{content:"\f2aa";}
.fa-snapchat:before{content:"\f2ab";}
.fa-snapchat-ghost:before{content:"\f2ac";}
.fa-snapchat-square:before{content:"\f2ad";}
.fa-pied-piper:before{content:"\f2ae";}
.fa-first-order:before{content:"\f2b0";}
.fa-yoast:before{content:"\f2b1";}
.fa-themeisle:before{content:"\f2b2";}
.fa-google-plus-circle:before,
.fa-google-plus-official:before{content:"\f2b3";}
.fa-fa:before,.fa-font-awesome:before{content:"\f2b4";}
.fa-handshake-o:before{content:"\f2b5";}
.fa-envelope-open:before{content:"\f2b6";}
.fa-envelope-open-o:before{content:"\f2b7";}
.fa-linode:before{content:"\f2b8";}
.fa-address-book:before{content:"\f2b9";}
.fa-address-book-o:before{content:"\f2ba";}
.fa-vcard:before,.fa-address-card:before{content:"\f2bb";}
.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc";}
.fa-user-circle:before{content:"\f2bd";}
.fa-user-circle-o:before{content:"\f2be";}
.fa-user-o:before{content:"\f2c0";}
.fa-id-badge:before{content:"\f2c1";}
.fa-drivers-license:before,
.fa-id-card:before{content:"\f2c2";}
.fa-drivers-license-o:before,
.fa-id-card-o:before{content:"\f2c3";}
.fa-quora:before{content:"\f2c4";}
.fa-free-code-camp:before{content:"\f2c5";}
.fa-telegram:before{content:"\f2c6";}
.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7";}
.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8";}
.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9";}
.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca";}
.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb";}
.fa-shower:before{content:"\f2cc";}
.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd";}
.fa-podcast:before{content:"\f2ce";}
.fa-window-maximize:before{content:"\f2d0";}
.fa-window-minimize:before{content:"\f2d1";}
.fa-window-restore:before{content:"\f2d2";}
.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3";}
.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4";}
.fa-bandcamp:before{content:"\f2d5";}
.fa-grav:before{content:"\f2d6";}
.fa-etsy:before{content:"\f2d7";}
.fa-imdb:before{content:"\f2d8";}
.fa-ravelry:before{content:"\f2d9";}
.fa-eercast:before{content:"\f2da";}
.fa-microchip:before{content:"\f2db";}
.fa-snowflake-o:before{content:"\f2dc";}
.fa-superpowers:before{content:"\f2dd";}
.fa-wpexplorer:before{content:"\f2de";}
.fa-meetup:before{content:"\f2e0";}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;}
.sr-only-focusable:active, .sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto;}

/* Typographical Elements -------------------- */
html { font-size:62.5%; }

body {
	background-color:#FFF;
	color:#47454B;
	font-family:'Lato', sans-serif;
	font-size:16px;
	font-weight:400;
	line-height:1.6;
	margin:0;
	-webkit-font-smoothing:antialiased;
}

a, button, input:focus, input[type="button"], input[type="reset"], input[type="submit"], 
textarea:focus, .button, .gallery img { 
	-webkit-transition:all 0.1s ease-in-out;
	-moz-transition:all 0.1s ease-in-out;
	-ms-transition:all 0.1s ease-in-out;
	-o-transition:all 0.1s ease-in-out;
	transition:all 0.1s ease-in-out;
}

a { color:#FEA6AC; text-decoration:none; }
a:hover, a:focus { color:#333; text-decoration:underline; }

p { margin:0 0 28px; padding:0; }
ol, ul { margin:0; padding:0; }
li { list-style-type:none; }
hr { border:none; border-collapse:collapse; border-top:1px solid #EEE; clear:both; margin:1em 0; }
b, strong { font-weight:700; }
blockquote, cite, em, i { font-style:italic; }
blockquote {
    font-family:'Lato', sans-serif;
    font-size:15px;
    line-height:1.425;
    margin:20px 40px;
    padding-left:30px;
}
blockquote::before {
    content:"\f10d";
    color:#FECED2;
    display:block;
    font-family:'FontAwesome';
    font-size:48px;
    font-style:normal;
    height:0;
    line-height:1;
    position:relative;
    top:-15px;
    left:-60px;
}

/* Headings -------------------- */
h1, h2, h3, h4, h5, h6 { font-family:'Lato', sans-serif; font-weight:300; line-height:1.26; margin:0 0 20px; }

h1 { font-size:48px; color:#222; }
h2 { font-size:40px; color:#333; }
h3 { font-size:28px; }
h4 { font-size:22px; }
h5 { font-size:18px;  margin:0 0 10px; text-transform:uppercase; }
h6 { font-size:16px; font-weight:700; letter-spacing:1px; margin:0 0 10px; text-transform:uppercase; }

/* Objects -------------------- */
embed, iframe, img, object, video, .wp-caption { max-width:100%; }

iframe { border:0; }
img { height:auto; }
figure { margin:0; }

/* Gallery -------------------- */
.gallery { overflow:hidden; }
.gallery img { border:1px solid #EEE; height:auto; padding:4px; }
.gallery img:hover, .gallery img:focus { border:1px solid #999; }

.gallery-item { float:left; margin:0 0 28px; text-align:center; }
.gallery-columns-1 .gallery-item { width:100%; }
.gallery-columns-2 .gallery-item { width:50%; }
.gallery-columns-3 .gallery-item { width:33%; }
.gallery-columns-4 .gallery-item { width:25%; }
.gallery-columns-5 .gallery-item { width:20%; }
.gallery-columns-6 .gallery-item { width:16.6666%; }
.gallery-columns-7 .gallery-item { width:14.2857%; }
.gallery-columns-8 .gallery-item { width:12.5%; }
.gallery-columns-9 .gallery-item { width:11.1111%; }
.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) { clear:left; }

/* Forms -------------------- */
input, select, textarea { background-color:#FFF; border:1px solid #DDD; color:#333; font-size:18px; font-weight:400; padding:16px; width:100%; }
input:focus, textarea:focus { border:1px solid #999; outline:none; }
input[type="checkbox"], input[type="image"], input[type="radio"] { width:auto; }

::-moz-placeholder { color:#333; opacity:1; }
::-webkit-input-placeholder { color:#333; }

button, input[type="button"], input[type="reset"], input[type="submit"], .button {
	background-color:#333;
	border:0;
	color:#FFF;
	cursor:pointer;
	font-size:16px;
	font-weight:bold;
	padding:16px 24px;
	text-decoration:none;
	white-space:normal;
	width:auto;
}
button:hover, input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"], .button:hover,
button:focus, input:focus[type="button"], input:focus[type="reset"], input:focus[type="submit"], .button:focus { background:#FF8F97; color:#FFF; }
.entry-content .button:hover, .entry-content .button:focus { color:#FFF; }
.button { display:inline-block; }
a.button.small, button.small, input[type="button"].small, input[type="reset"].small, input[type="submit"].small { padding:8px 16px; }

.site-container button:disabled, .site-container button:disabled:hover, .site-container input:disabled, .site-container input:disabled:hover,
.site-container input[type="button"]:disabled, .site-container input[type="button"]:disabled:hover, .site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover, .site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover { background-color:#EEE; border-width:0; color:#777; cursor:not-allowed; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button { display:none; }

/* Tables -------------------- */
table {
	border-collapse:collapse;
	border-spacing:0;
	line-height:2;
	margin-bottom:40px;
	width:100%;
	word-break:break-word;
}
tbody { border-bottom:1px solid #EEE; }
td, th { text-align:left; }
td { border-top:1px solid #EEE; padding:6px; }
th { font-weight:400; padding:0 6px; }
td:first-child, th:first-child { padding-left:0; }

/* Screen Reader Text -------------------- */
.screen-reader-text, .screen-reader-text span, .screen-reader-shortcut {
	position:absolute !important;
	clip:rect(0, 0, 0, 0);
	height:1px;
	width:1px;
	border:0;
	overflow:hidden;
}

.screen-reader-text:focus, .screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip:auto !important;
	height:auto;
	width:auto;
	display:block;
	font-size:1em;
	font-weight:bold;
	padding:15px 23px 14px;
	color:#333;
	background:#FFF;
	z-index:100000; /* Above WP toolbar. */
	text-decoration:none;
	box-shadow:0 0 2px 2px rgba(0,0,0,.6);
}

.more-link { position:relative; }

/* Structure and Layout ---------------------------------------------------------------------- */

/* Site Containers -------------------- */

.site-inner,
.wrap {
	margin:0 auto;
	max-width:100%;
	width:1280px;
}

.site-inner {
	clear:both;
	padding-top:10px;
	word-wrap:break-word;
}

.landing-page .site-inner { width:800px; }

/* Column Widths and Positions -------------------- */
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap { width:100%; }

.content-sidebar-sidebar .content-sidebar-wrap { float:left; }

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap { float:right; }

.full-width-content .content { float:none; width:100%; }

.content-sidebar .content { float:left; width:65.81196581196582%;}

.sidebar-primary, .sidebar-content .sidebar-primary { float:left; margin-left:2.564102564102564%; width:31.623931623931625%; }

/* Column Classes -------------------- */

.five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, 
.three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds { float:left; margin-left:2.564102564102564%; }

.one-half, .three-sixths, .two-fourths { width:48.717948717948715%; }
.one-third, .two-sixths { width:31.623931623931625%; }
.four-sixths, .two-thirds { width:65.81196581196582%; }

.one-fourth { width:23.076923076923077%; }
.three-fourths { width:74.35897435897436%; }
.one-sixth { width:14.52991452991453%; }
.five-sixths { width:82.90598290598291%; }

.first { clear:both; margin-left:0; }

/* Common Classes ---------------------------------------------------------------------- */

/* Avatar -------------------- */
.avatar { border-radius:50%; float:left; }
.author-box .avatar, .alignleft .avatar { margin-right:24px; }
.alignright .avatar { margin-left:24px; }
.comment .avatar { margin:0 16px 24px 0; }

/* Genesis -------------------- */
.breadcrumb { 
	color:#888; 
	font-size:12px; 
	font-weight:400; 
	line-height:12px; 
	margin:10px auto 20px; 
	padding:0 10px; 
	text-shadow:1px 1px rgba(255, 255, 255, 0.4);
}
.breadcrumb span > span { margin-right:5px; padding-left:5px; }
.breadcrumb a { 
	background:#FEB6BA; 
	color:#777; 
	display:inline-block; 
	height:24px; 
	margin-right:10px; 
	margin-bottom:8px; 
	padding:6px 12px; 
	position:relative; 
}
.breadcrumb a:before, .breadcrumb a:after { content:""; position:absolute; top:0; }
.breadcrumb a:before { border:12px solid #FEB6BA;  border-left-color:rgba(0, 0, 0, 0); left:-12px; }
.breadcrumb a:after { border:12px solid rgba(0, 0, 0, 0); border-left-color:#FEB6BA; right:-24px; }
.breadcrumb a:hover { color:#47454b; text-decoration:none; }
.breadcrumb_last { padding-left:5px; }

.after-entry, .archive-description, .author-box { background-color:#FFF; font-size:18px; margin-bottom:40px; padding:60px; }

.archive-description p:last-child, .author-box p:last-child { margin-bottom:0; }

/* Search Form -------------------- */
.search-form { overflow:hidden; }
.entry-content .search-form, .site-header .search-form { margin-bottom:40px; width:50%; }
.site-header .search-form { float:right; margin:12px auto 0; }
.post-password-form input[type="submit"], .search-form input[type="submit"] { margin-top:10px; }
.genesis-nav-menu .search input[type="submit"], .widget_search input[type="submit"] {
	border:0;
	clip:rect(0, 0, 0, 0);
	height:1px;
	margin:-1px;
	padding:0;
	position:absolute;
	width:1px;
}

/* Titles -------------------- */
.archive-description .entry-title, .archive-title, .author-box-title { font-size:20px; }

.entry-title { font-size:40px; margin-bottom:40px; text-align:center; text-transform:uppercase; }
.entry-title a, .sidebar .widget-title a { color:#333; text-decoration:none; }
.entry-title a:hover, .entry-title a:focus { color:#FF8F97; }

.widget-title { font-size:20px; margin-bottom:20px; }

/* WordPress -------------------- */
a.aligncenter img { display:block; margin:0 auto; }
a.alignnone { display:inline-block; }
.alignleft { float:left; text-align:left; }
.alignright { float:right; text-align:right; }

a.alignleft, a.alignnone, a.alignright { max-width:100%; }
img.centered, .aligncenter { display:block; margin:0 auto 24px; }
img.alignnone, .alignnone { margin-bottom:12px; }
a.alignleft, img.alignleft, .wp-caption.alignleft { margin:0 24px 24px 0; }
a.alignright, img.alignright, .wp-caption.alignright { margin:0 0 24px 24px; }

.wp-caption-text { font-size:14px; font-weight:bold; margin:0; text-align:center; }
.entry-content p.wp-caption-text { margin-bottom:0; }

.entry-content .wp-audio-shortcode, .entry-content .wp-playlist, .entry-content .wp-video { margin:0 0 28px; }

/* Widgets ---------------------------------------------------------------------- */
.widget { margin-bottom:40px; word-wrap:break-word; }
.widget p:last-child, .widget ul > li:last-of-type, .widget-area .widget:last-of-type { margin-bottom:0; }
.widget ul > li { padding-bottom:10px; }
.widget ul > li:last-of-type { padding-bottom:0; }
.widget ol > li { list-style-position:inside; list-style-type:decimal; padding-left:20px; text-indent:-20px; }
.widget li ul, .widget li ol { margin:0 0 10px; }
.widget li li { border:0; margin:10px 0 0 30px; padding:0; }

.widget_calendar table { width:100%; }
.widget_calendar td, .widget_calendar th { text-align:center; }

.sidebar .enews-widget, .sidebar .enews-widget .widget-title { color:#FFF; }
.sidebar .widget.enews-widget { background-color:#333; }
.sidebar .enews-widget input, .sidebar .enews-widget input:focus { border:1px solid #333; }
.sidebar .enews-widget input[type="submit"] { background-color:#FEA6AC; color:#FFF; }
.sidebar .enews-widget input:hover[type="submit"], .sidebar .enews-widget input:focus[type="submit"]  { background-color:#FFF; color:#333; }

.enews-widget input { font-size:16px; margin-bottom:16px; }
.enews-widget input[type="submit"] { margin:0; width:100%; }
.enews form + p { margin-top:24px; }

#wpstats { display:none; }

/* Social Icons Widget -------------------- */ 
.genesis_social_icons { overflow:hidden; }
.genesis_social_icons .alignleft, 
.genesis_social_icons .alignright { margin:0; padding:0; }
.genesis_social_icons ul li { float:left; list-style-type:none !important; margin:0 4px 0 0; padding:0 !important; transition:background-color 300ms ease-in-out 0s; }
.genesis_social_icons ul li a { background-color:rgba(0,0,0,0.3); border-radius:0; display:block; font-size:25px; height:40px; line-height:40px; opacity:1; overflow:hidden; text-align:center; width:40px; }
.genesis_social_icons ul li a:hover { background-color:#FFF; display:block; overflow:hidden; }

#tiptip_holder { display:block; left:-17px; padding:0 0 20px; position:absolute; top:35px; z-index:99999; }
#tiptip_holder:after { content:"\f0d7"; color:rgba(0,0,0,0.6); display:block; font-family:'FontAwesome'; float:right; margin:-9px 8px 0 0; }
#tiptip_holder.tip_top { padding-bottom:5px; }
#tiptip_holder.tip_bottom { padding-top:5px; }
#tiptip_holder.tip_right { padding-left:5px; }
#tiptip_holder.tip_left { padding-right:5px; }
#tiptip_content { background-color:rgba(0,0,0,0.6); color:#FFF; font-size:11px; line-height:normal; padding:3px 8px 6px; }
#tiptip_arrow, #tiptip_arrow_inner { position:absolute; height:0; width:0; }
#tiptip_holder.tip_top #tiptip_arrow { border-top-color:rgba(255, 255, 255, 0.35); }
#tiptip_holder.tip_bottom #tiptip_arrow { border-bottom-color:rgba(255, 255, 255, 0.35); }
#tiptip_holder.tip_right #tiptip_arrow { border-right-color:rgba(255, 255, 255, 0.35); }
#tiptip_holder.tip_left #tiptip_arrow { border-left-color:rgba(255, 255, 255, 0.35); }
#tiptip_holder.tip_top #tiptip_arrow_inner { margin-top:-7px; margin-left:-6px; border-top-color:rgba(102, 102, 102, 0.92); }
#tiptip_holder.tip_bottom #tiptip_arrow_inner { margin-top:-5px; margin-left:-6px; border-bottom-color:rgba(102, 102, 102, 0.92); }
#tiptip_holder.tip_right #tiptip_arrow_inner { margin-top:-6px; margin-left:-5px; border-right-color:rgba(102, 102, 102, 0.92); }
#tiptip_holder.tip_left #tiptip_arrow_inner { margin-top:-6px; margin-left:-7px; border-left-color:rgba(102, 102, 102, 0.92); } 
#tiptip_content:after{ background:#FFF; }

/* Featured Content -------------------- */
.featured-content .entry { background:none; padding:0; }
.featured-content .entry:last-of-type { margin-bottom:0; }
.featured-content .entry-title { font-size:20px; }


/* Site Header ---------------------------------------------------------------------- */
.site-header { background:#000; }
.site-header.shrink { position:fixed; width:100%; z-index:9999; }
.site-header.shrink .site-title > a { background-size:contain !important; height:90px; }
.site-header.shrink .header-widget-area { display:none; }
.site-header.shrink .nav-primary { margin-top:20px; }
.site-header.shrink .nav-primary .gtm-applynow a { background-color:#FEA6AC; color:#FFF; }

/* Title Area -------------------- */
.title-area { float:left; padding:10px 0; width:250px; }
.header-image .title-area { margin:0 auto; max-width:100%; padding:0; }

.site-title { font-size:30px; font-weight:bold; line-height:1.2; }
.site-title a, .site-title a:hover, .site-title a:focus { color:#333; text-decoration:none; }
.header-image .site-title > a { float:left; width:100%; height:110px; }

.site-description { font-size:16px; font-weight:400; line-height:1.5; }
.site-description, .site-title { margin-bottom:0; }
.header-image .site-description, .header-image .site-title { display:block; text-indent:-9999px; }

/* Widget Area -------------------- */
.site-header .header-widget-area { 
  color:rgba(255,255,255,0.6);
  float:right; 
  margin-top:15px; 
  text-align:right; 
  width:980px; 
}

.header-widget-area .cta-phone { 
  font-family:'Lato', sans-serif;  
  font-size:24px;
  font-weight:300;
  line-height:1;
  text-align:right;
}
.header-widget-area .cta-phone span { font-size:110%; font-weight:400; padding-left:6px; }
.header-widget-area .cta-phone a:hover { color:#FEA6AC!important; text-decoration:none; }
.header-widget-area .cta-phone a:hover span { color:#FA878F!important; }

/* Site Navigation ---------------------------------------------------------------------- */
.genesis-nav-menu {
	clear:both;
	font-family:'Lato', sans-serif;
	font-size:16px;
	font-weight:300;
	line-height:normal;
	letter-spacing:1px;
	text-transform:uppercase;
	width:100%;
}
.genesis-nav-menu .menu-item { display:inline-block; margin-bottom:0; padding-bottom:0; text-align:left; }
.genesis-nav-menu a { color:#333; text-decoration:none; display:block; padding:16px 20px; }
.genesis-nav-menu a:hover, .genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  { color:#FF8F97; }
.genesis-nav-menu .sub-menu {
	background:#FFF;
	border:1px solid rgba(0,0,0,0.2);
	border-radius:5px;
	left:-9999px;
	letter-spacing:0.5px;
	opacity:0;
	padding:10px 0;
	position:absolute;
	-webkit-transition:opacity .4s ease-in-out;
	-moz-transition:opacity .4s ease-in-out;
	-ms-transition:opacity .4s ease-in-out;
	-o-transition:opacity .4s ease-in-out;
	transition:opacity .4s ease-in-out;
	width:200px;
	z-index:99;
}
.genesis-nav-menu .sub-menu a {
	font-size:14px;
	font-weight:400;
	padding:10px 20px;
	position:relative;
	text-transform:none;
	width:200px;
	word-wrap:break-word;
}
.genesis-nav-menu .sub-menu .sub-menu { margin:-56px 0 0 199px; }
.genesis-nav-menu .menu-item:hover { position:static; }
.genesis-nav-menu .menu-item:hover > .sub-menu { left:auto; opacity:1; }
.genesis-nav-menu > .first > a { padding-left:0; }
.genesis-nav-menu > .last > a { padding-right:0; }
.genesis-nav-menu > .right { float:right; }

.genesis-nav-menu .menu-item-has-children > a:after { content:"\f0d7"; font-family:'FontAwesome'; margin-left:5px; }

/* Accessible Menu -------------------- */
.menu .menu-item:focus { position:static; }
.menu .menu-item > a:focus + ul.sub-menu, .menu .menu-item.sfHover > ul.sub-menu { left:auto; opacity:1; }
.sub-menu-toggle, .menu-toggle { display:none; visibility:hidden; }

.site-header .genesis-nav-menu li li { margin-left:0; }

.nav-primary { float:right; font-family:'Lato', sans-serif; max-width:100%; text-align:right; width:980px; }
.nav-primary .genesis-nav-menu a { color:#FFF; }
.nav-primary .genesis-nav-menu .menu-item:last-child a { padding-right:0; }
.nav-primary .genesis-nav-menu .sub-menu a { color:#333; }
.nav-primary .genesis-nav-menu .sub-menu a:hover { color:#feb6ba; }
.nav-primary .gtm-applynow a { border:1px solid #FEA6AC; border-radius:3px; padding:6px 12px !important; }
.nav-primary .gtm-applynow a:hover { background-color:#FA878F; color:#FFF; }

.site-footer .genesis-nav-menu { padding-bottom:20px; }
.site-footer .genesis-nav-menu a { padding:0 20px 10px; }

/* Content Area ---------------------------------------------------------------------- */

/* Entries -------------------- */
.entry { background-color:#FFF; margin-bottom:20px; padding:20px 0px 60px; }
.entry-content ol, .entry-content ul { margin-bottom:28px; margin-left:40px; }
.entry-content ol > li { list-style-type:decimal; }
.entry-content ul > li { list-style-type:disc; }
.entry-content ol ol, .entry-content ul ul { margin-top:5px; margin-bottom:0; }
.entry-content code { background-color:#333; color:#EEE; }

.single-post .entry-title { font-size:51px; letter-spacing:-1; line-height:54px; }
.single-post .entry-content { margin:0 auto 20px; max-width:100%; width:800px; }

.entry a.more-link { display:block; margin:40px auto; padding:12px; max-width:140px; }

/* Entry Meta -------------------- */
.entry-meta {
	color:#888;
	font-size:13px;
    font-weight:300;
    letter-spacing:1px;
    margin-bottom:0;
    text-transform:uppercase;
}
.entry-meta a { font-weight:400; }
.entry-header .entry-meta {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: normal;
    margin: 0;
    padding: 0 0 20px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.entry-footer .entry-meta { border-top:1px solid #EEE; padding-top:24px; }
.entry-footer .entry-meta a { letter-spacing:0px; }
.entry-categories, .entry-tags { display:block; }
.entry-comments-link:before, .entry-comments-link:after, time:after { content: "\00002F"; margin: 0 6px 0; }

/* Pagination -------------------- */
.pagination { clear:both; margin:40px 0; }
.adjacent-entry-pagination { margin-bottom:0; }
.archive-pagination li { display:inline; }
.archive-pagination a { 
	background-color:#FFF;
	color:#333;
	cursor:pointer;
	display:inline-block;
	font-size:16px;
	font-weight:bold;
	padding:8px 12px;
	text-decoration:none;
}
.archive-pagination a:hover, .archive-pagination a:focus, .archive-pagination .active a { background-color:#FEA6AC; color:#FFF; }

/* Comments -------------------- */
.comment-respond textarea { height:224px; min-height:224px; width:100%; }
.comment-respond, .entry-comments, .entry-pings { margin-bottom:40px; }
.comment-respond, .entry-pings { font-size:14px; margin:10px 0 40px; width:100% }

.entry-comments { background:#F6F6F6; border:1px dashed #B9B7BC; padding:20px; }
.entry-comments > h3 { font-size:18px; font-weight:700; letter-spacing:1px; text-transform:uppercase; }
.entry-comments .comment-author { font-weight:700; margin-bottom:0; margin-top:0; }

.comment-reply-title { font-size:20px; font-weight:700; letter-spacing:1px; margin:0 0 10px; text-transform:uppercase; }
.comment-content { clear:both; }
.comment-meta { font-size:14px; margin:0 0 24px; }
.comment-respond input[type="email"], .comment-respond input[type="text"], .comment-respond input[type="url"] { width:50%; }
.comment-respond label { display:block; font-weight:600; text-transform:uppercase; }
.comment-form-comment, .comment-form-author, .comment-form-email, .comment-form-url { margin:0 0 15px; padding:0; }

ol.comment-list { margin:0; }
.comment-list li, .ping-list li { list-style-type:none; }
.comment-list li { margin-top:20px; padding:20px; }
.comment-list li li { border-right:none; margin-right:-20px; }
.comment-list li.comment { background:#FDFDFD; }
.comment .avatar { margin:0 15px 20px 0; }
.form-allowed-tags { font-size:14px; padding:24px; }
.required { color:#F9574A; }

.post-edit-link, #vc_load-inline-editor,
div.upb_video_class + p { display:none; }

/* Sidebars ---------------------------------------------------------------------- */
.sidebar { font-size:16px; margin-bottom:40px; }
.sidebar .widget {
  background-color:#FAFAFA;
  border:1px solid rgba(0,0,0,0.1);
  font-size:14px;
  margin:20px auto;
  padding:20px; 
}
.sidebar .widgettitle, 
.sidebar .widget-title { font-size:22px; color:#777; font-weight:400; text-transform:uppercase; }

/* Footer ---------------------------------------------------------------------- */
.footer-widgets a, .site-footer a { color:#BBB; }
.footer-widgets a:hover, .site-footer a:hover {  border-bottom:1px dotted #FEA6AC; color:#FEA6AC; text-decoration:none; }
.footer-widgets, .site-footer { background:#222 url(images/bg-crosses.png) 0 0 repeat; color:#DDD; font-weight:normal; line-height:normal; }
.footer-widgets { clear:both; font-size:13px; padding:60px 0; }
.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 { float:left; margin-right:2.564102564102564%; width:31.623931623931625%; }
.footer-widgets-3 { margin-right:0; }
.footer-widgets-4 { clear:both; display:inline-block; float:none; width:100%; }
.footer-widgets .widget-title { color:#ffcfd2; font-weight:300; }

.site-footer {
	border-top:1px solid rgba(255,255,255,0.1);
	font-family:'Lato', sans-serif;
	font-size:12px;
	padding:20px 0;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:1px;
}
.site-footer p { margin-bottom:0; }

.mobile-fixed-footer { display:none; }


/* Back to Top Link -------------------- */
a.backtop {
	width:40px;
	height:40px;
	background:rgba(0,0,0,0.6);
	color:#FFF;
	cursor:pointer;
	font-size:22px;
	line-height:1.6;
	position:fixed;
	bottom:40px;
	right:20px;
	overflow:hidden;
	text-align:center;
	white-space:nowrap;
	visibility:hidden;
	opacity:0;
	z-index:9999;
	-webkit-border-radius:5px; 
	-moz-border-radius:5px; 
	border-radius:5px;
	-webkit-transition:all 0.2s linear 0s; 
	-moz-transition:all 0.2s linear 0s;
	transition:all 0.2s linear 0s;
}
.backtop.btn-visible { visibility:visible; opacity:1; }
.backtop.btn-fade-out { opacity:.5; }
.backtop.btn-visible:hover { background:rgba(0,0,0,0.8); border:none !important; opacity:1; }

/* Page Templates ---------------------------------------------------------------------- */
.full-content .site-inner { min-height:440px; }
.full-content .site-inner, 
.full-content .site-inner > .wrap { padding:0; width:100%; }

.full-content .breadcrumb { display:none; }
.full-content .entry { margin-bottom:0; padding:0; }
.full-content .vc_row { margin-left:0; margin-right:0; }

.wpb_content_element:last-of-type { margin-bottom:0; }

.padding-topbot { padding-top:8% !important; padding-bottom:8% !important; }

.content-wrap {
	clear:both;
	display:block;
	float:none !important;
	margin:0 auto;
	max-width:100%;
	width:1280px !important;
}
.inner-wrap {
	clear:both;
	display:block;
	margin:0 auto;
	max-width:100%;
	width:920px;
}

.block-content { display:block; margin:0 auto; padding:150px 0; }

.border-wrap {
  background:#FFF;
  border:1px solid rgba(0,0,0,0.2);
  display:block;
  margin:10px auto 30px;
  max-width:100% !important;
  padding:25px 30px;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  border-radius:8px;
  -webkit-box-shadow:0 0 8px rgba(0,0,0,0.3);
  -moz-box-shadow:0 0 8px rgba(0,0,0,0.3);
  box-shadow:0 0 8px rgba(0,0,0,0.3);
}
.banner-wrap {
  background:#FEB6BA;
  border:1px solid rgba(0,0,0,0.2);
  color:#FFF;
  display:block;
  font-size:22px;
  line-height:1.425;
  margin:10px auto 20px;
  max-width:100% !important;
  padding:20px;
  text-align:center;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
}

.video-wrap { padding-top:56.25%; position:relative; width:100%; }
.video-wrap > iframe {
  width:100%;
  height:100%;
  display:block;
  position:absolute;
  margin:0;
  top:0;
  left:0;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

.quote-large {
  font-family:'Playfair Display', serif;
  font-size:34px;
  font-style:italic;
  line-height:normal;
  margin:60px 0 30px;
}

/* Courses ----------*/
.ft-course {
  color:#FAFAFA;
  font-family:'Lato', sans-serif;
  font-size:20px;
  font-weight:300;
  padding:20px 0;
  text-shadow:1px 1px 0px rgba(0,0,0,0.3);
}
.ft-course h3 { color:#FFE1E3; font-size:36px; }
.ft-course h4 { color:#FFE1E3; font-size:26px; }

.ft-name {
	font-size:23px;
	font-family:'Raleway', sans-serif;
	letter-spacing:1px;
	text-transform:uppercase;
}
.ft-name strong {
	font-family:'Playfair Display', serif;
	text-transform:none;
	letter-spacing:normal;
}

/* Buttons & Links ----------*/
a, .entry-title a:focus, .entry-title a:hover, .genesis-nav-menu a:focus, .genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus, .genesis-nav-menu .sub-menu .current-menu-item > a:hover, 
.js nav button:focus, .js .menu-toggle:focus { color:#FEA6AC; }

button:focus, button:hover, input:focus[type="button"], input:focus[type="reset"], input:focus[type="submit"], 
input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"],
.archive-pagination li a:focus, .archive-pagination li a:hover, .archive-pagination .active a,
.button:focus, .button:hover, .sidebar .enews-widget input[type="submit"] { background-color:#FF8F97; color:#333; text-decoration:none; }

.button.pink { 
  background:#FEB6BA;
  border:1px solid rgba(0,0,0,0.08);
  color:#FFF!important; 
  -webkit-border-radius:8px; 
  -moz-border-radius:8px; 
  border-radius:8px; 
}
.button.pink:hover { background:#47454B; border-color:#47454B; }
.bg-dimgray .button.pink:hover,
.bg-dark .button.pink:hover { background:#FEB6BA; border-color:#FFF; text-shadow:1px 0px 1px rgba(0,0,0,0.6); }

a.link-arrow {
  display:block;
  font-size:13px;
  font-family:'Raleway', sans-serif;
  font-weight:700;
  letter-spacing:3px;
  line-height:1;
  margin:20px auto;
  position:relative;
  text-align:center;
}
a.link-arrow:after {
  content:"\f103";
  display:block;
  font-family:'FontAwesome';
  font-size:20px;
  font-weight:normal;
  text-align:center;
}
a.link-arrow:hover, a.link-arrow:focus { text-decoration:none; }

a.btn-link {
  border:2px solid #FEA6AC;
  display:inline-block;
  font-size:13px;
  font-family:'Raleway', sans-serif;
  font-weight:700;
  letter-spacing:1px;
  line-height:1;
  padding:10px 16px;
  text-align:center;
  text-transform:uppercase;
  text-shadow:none;
  -webkit-border-radius:50px;
  -moz-border-radius:50px;
  border-radius:50px;
}
a.btn-dark {
  background-color:#47454b;
  border:1px solid rgba(0,0,0,0.1);
  color:#FFF;
  display:inline-block;
  font-size:18px;
  font-family:'Raleway', sans-serif;
  font-weight:700;
  letter-spacing:1px;
  line-height:1;
  padding:14px 28px;
  text-align:center;
  text-transform:uppercase;
  text-shadow:none;
  -webkit-border-radius:50px;
  -moz-border-radius:50px;
  border-radius:50px;
}
a.btn-flat {
  background-color:#FF8F97;
  border:1px solid rgba(0,0,0,0.15);
  color:#FFF;
  display:inline-block;
  font-size:22px;
  font-weight:500;
  line-height:normal;
  padding:15px 30px;
  text-align:center;
  text-shadow:none;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
}

a.btn-block {
    background-color:#FEA6AC;
    border:2px solid #FEA6AC;
    color:#FFF;
    display:block;
    font-family:'Lato', sans-serif;
    font-weight:600;
    letter-spacing:1px;
    line-height:normal;
    margin:5px 10px !important;
    padding:10px 30px;
    text-align:center;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}
a.btn-block.white { background-color:#FFF; color:#47454B; }

a.btn-link:hover, a.btn-link:focus, a.btn-dark:hover, a.btn-dark:focus,
a.btn-flat:hover, a.btn-flat:focus { background-color:#FEA6AC; color:#FFF !important; text-decoration:none; }
a.btn-flat:hover, a.btn-flat:focus { text-shadow:1px 1px 1px rgba(0,0,0,0.5); }

a.btn-block:hover, a.btn-block.white:hover { background-color:#FA878F; color:#FFF !important; text-decoration:none; }

/* Text Formats -------------------- */
.banner-head { font-size:72px; font-weight:400; letter-spacing:2px; line-height:normal; }
.banner-head .accent { 
  display:block;
  font-family:'Playfair Display', serif; 
  font-size:80%; 
  font-style:normal; 
  letter-spacing:1px;
  line-height:1.1;
}

.head-title {
  font-family:'Playfair Display', serif;
  font-size:48px;
  line-height:normal;
}

.headline {
  font-family:'Playfair Display', serif;
  font-size:48px;
  font-weight:700;
  margin-bottom:40px;
  line-height:normal;
}
.headline-alt {
  font-family:'Playfair Display', serif;
  font-weight:700;
  margin-bottom:40px;
  line-height:normal;
}

.subhead { color:#666; font-family:'Playfair Display', serif; font-size:21px; line-height:1.425; }
.subhead-alt {
  color:#FFE1E3;
  font-family:'Lato', sans-serif;;
  font-size:24px;
  font-weight:300;
  line-height:1.425;
}

.title-sm { color:#777; font-size:18px; font-weight:400; letter-spacing:4px; }

.title-num {
  color:#FEB6BA;
  font-family:'Playfair Display', serif;
  font-size:24px;
  font-weight:700;
  line-height:1.25;
  min-height:50px;
  padding:10px 5px 10px 60px;
  position:relative;
}
.title-num > em {
  background:rgba(0,0,0,0.5);
  width:48px;
  height:48px;
  color:#FFF;
  display:table-cell;
  font-family:'Playfair Display', serif;
  font-size:32px;
  font-style:normal;
  left:0;
  line-height:28px;
  padding:5px;
  position:absolute;
  text-align:center;
  top:2px;
  vertical-align:middle;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
}

.text-small { font-size:80%; }
.text-default { font-size:16px; line-height:1.425; }
.text-default-alt { font-size:18px; font-weight:300; }
.text-medium { font-size:20px; line-height:1.425; }
.text-medium-alt { font-size:24px; line-height:1.425; }
.text-large { font-size:30px; line-height:38px; }
.text-large-alt { font-size:36px; line-height:normal; }
.text-xlarge { font-size:50px; line-height:normal; }

.text-shadow { text-shadow:1px 0px 1px rgba(0,0,0,0.4); }

.ff-playfair { font-family:'Playfair Display', serif; }
.ff-lato { font-family:'Lato', sans-serif; }
.ff-raleway { font-family:'Raleway', sans-serif; }
.ff-roboto { font-family:'Roboto', sans-serif; }

.lh-normal { line-height:1.425; }

/* Alignment, Divider ----------*/
hr.clear, hr.thin { margin:0; }
hr.clear { border:none; height:0; }
hr.small-pink { border-top:2px solid #FEB6BA; margin:20px auto; width:35%; }

.block, .clear, .clearboth, .fix { clear:both; display:block; }
.clearnone { clear:none; }
.inline { display:inline !important; }
.inline-block { display:inline-block !important; }
.hide { display:none !important; }

.left, img[align="left"] { display:block; float:left; text-align:left; }
.right, img[align="right"] { display:block; float:right; text-align:right; }
.center, img[align="middle"] { clear:both; display:block; float:none; margin-right:auto; margin-left:auto; text-align:center; }
.justify { text-align:justify; }
.text-center { text-align:center; }
.text-left { text-align:left; }
.text-right { text-align:right; }

.fw-light { font-weight:300; }
.fw-normal { font-weight:400; }
.fw-medium { font-weight:500; }
.fw-semi { font-weight:600; }
.fw-bold { font-weight:700; }

.capitalize { text-transform:capitalize; }
.uppercase { text-transform:uppercase; }
.lowercase { text-transform:lowercase; }

/* Backgrounds ----------*/
.bg-dark, .bg-dark .ts-background-youtube { background-color:#111; color:#EEE !important; }
.bg-dark a:hover, .bg-dark a:focus { color:#FF8F97; }
.bg-dark .subhead { color:#777; }
.bg-dark .title-sm,
.bg-charcoal .title-sm { color:#BBB; }
.bg-charcoal { background-color:#47454B; color:#EEE !important; }

.bg-dim { background-color:#6D6D6D; color:#EEE !important; }
.bg-dimgray { background-color:#898989; color:#EEE !important; }
.bg-gray { background-color:#DEE2E2; }
.bg-platinum { background-color:#F3F5F8; }
.bg-whitesmoke { background-color:#F6F6F6; }
.bg-white { background-color:#FFF; }

.bg-pink { background-color:#FFCFD2; }
.bg-darkpink { background-color:#FEB6BA; color:#FFF; }
.bg-lightpink { background-color:#FFE1E3; }
.bg-lighterpink { background-color:#FFEDEF; }
.bg-lightpink .subhead-alt,
.bg-lighterpink .subhead-alt { color:#333; }

.bg-pinkgrad {
	background:#FFE1E3;
    background:-webkit-linear-gradient(#FEEDEE,#FAFAFA);
    background:-moz-linear-gradient(#FEEDEE,#FAFAFA);
    background:linear-gradient(#FEEDEE,#FAFAFA);
    background:-ms-linear-gradient(#FEEDEE,#FAFAFA);
    background:-o-linear-gradient(#FEEDEE,#FAFAFA);
}
div.bg-main-cindy { background-position:50% 15% !important; }

/* Font Colors ----------*/
.white { color:#FFF; }
.black { color:#000; }
.dimgray { color:#47454B; }
.darkpink { color:#FF8F97; }
.pink { color:#FEB6BA !important; }
.babypink { color:#FFCFD2 !important; }
.lightpink { color:#FFE1E3 !important; }

.bronze { color:#D58204 !important; }
.silver { color:#AEA9AB !important; }
.gold { color:#E2C100 !important; }
.platinum { color:#F3F5F8 !important; }

/* Images ----------*/
.pic-round { -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%; }

figure.profile-pic {
  width:220px;
  height:220px;
  max-width:100%;
  border:5px solid rgba(255,255,255,0.75);
  margin:0 auto 30px;
  overflow:hidden;
  border-radius:50%;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  box-shadow:0px 1px 5px rgba(0,0,0,0.2);
  -webkit-box-shadow:0px 1px 5px rgba(0,0,0,0.2);
  -moz-box-shadow:0px 1px 5px rgba(0,0,0,0.2);
}
figure.profile-pic > img { width:100%; height:auto; object-fit:cover; object-position:50% 0; }

/* List Items ----------*/
ul.lst-check > li, ul.lst-check-circle > li, ul.lst-question > li, ul.lst-info > li, ul.lst-star > li {
  font-size:18px;
  list-style-type:none; 
  margin-left:0; 
  min-height:30px; 
  padding:5px 5px 5px 0px; 
  position:relative; 
}
ul.lst-check > li:before, ul.lst-check-circle > li:before, ul.lst-question > li:before, ul.lst-info > li:before, ul.lst-star > li:before { 
  color:#FF8F97; 
  font-family:'FontAwesome'; 
  font-size:24px; 
  line-height:normal; 
  left:-30px; 
  position:absolute;
  top:4px;
}
ul.lst-check > li:before { content:"\f00C"; font-size:26px; }
ul.lst-check-circle > li:before { content:"\f058"; }
ul.lst-question > li:before { content:"\f059"; top:5px; }
ul.lst-info > li:before { content:"\f05a"; }
ul.lst-star > li:before { content:"\f005"; }

ul.no-bullet { margin-left:0; }
ul.no-bullet > li { list-style-type:none; margin:0 0 5px 0; }

ul.bullet-white > li:before { color:#FFF !important; }
ul.bullet-black > li:before { color:#333 !important; }

ol.lst-number { counter-reset:item; }
ol.lst-number > li { list-style-type:none; margin:0; padding:0 0 20px 40px; position:relative; }
ol.lst-number > li:before { 
  content:counter(item); 
  counter-increment:item; 
  color:#FEB6BA; 
  font-size:28px; 
  font-weight:bold; 
  left:5px; 
  line-height:1;
  position:absolute; 
  text-align:center; 
  top:0; 
  width:30px; 
  height:30px; 
  -webkit-border-radius:50%; 
  -moz-border-radius:50%; 
  border-radius:50%; 
}

ul.lst-col2, ul.lst-col3, ol.lst-col2, ol.lst-col3 { display:inline-block; margin:0; padding:0; width:100%; }
ul.lst-col2 > li, ul.lst-col3 > li, ol.lst-col2 > li, ol.lst-col3 > li { float:left; list-style-type:none; margin:0; }
ul.col2, ul.col3, ol.col2, ol.col3 { display:inline-block; padding:0; width:100%; }
ul.col2 > li, ul.col3 > li, ol.col2 > li, ol.col3 > li { float:left; margin:0; }
.lst-col2 > li:nth-child(2n+1), .lst-col3 > li:nth-child(3n+1), .lst-col2 > li:nth-child(2n+1), .lst-col3 > li:nth-child(3n+1),
.col2 > li:nth-child(2n+1), .col3 > li:nth-child(3n+1), .col2 > li:nth-child(2n+1), .col3 > li:nth-child(3n+1) { clear:both; }
.lst-col2 > li, .col2 > li { width:50%; }
.lst-col3 > li, .col3 > li { width:33.33333333%; }
.lst-col4 > li, .col4 > li { width:25%; }

/* Icons ----------*/
.icon-ribbon { font-size:60px; text-align:center; }

/* Event Details ----------*/
.psa-event-date {
  background:rgba(0,0,0,0.5);
  border:1px solid rgba(0,0,0,0.5); 
  margin:0 auto 20px;
  max-width:100%;
  padding:20px;
  text-shadow:0px 0px 1px #000;
  width:640px;
  -webkit-box-shadow:0px 0px 5px rgba(0,0,0,0.5) inset, 0px 1px 2px rgba(255,255,255,0.2);
  -moz-box-shadow:0px 0px 5px rgba(0,0,0,0.5) inset, 0px 1px 2px rgba(255,255,255,0.2);
  box-shadow:0px 0px 5px rgba(0,0,0,0.5) inset, 0px 1px 2px rgba(255,255,255,0.2);
}
.psa-note {
  background:#FFCFD2;
  color:#333;
  display:inline-block;
  font-size:14px;
  font-weight:500;
  letter-spacing:1px;
  line-height:1.2;
  padding:2px 8px;
  text-transform:uppercase;
  text-shadow:0 0 0 #111;
}

/* VC Flip Content ----------*/
.flip-box .ifb-back .ifb-flip-box-section p, .flip-box .ifb-front .ifb-flip-box-section p { line-height:normal!important; margin-bottom:10px; }
.flip-box .ifb-flip-box-section p:last-child { margin-bottom:0; padding-bottom:0; }

.ft-staff .flip-box .ifb-face { padding:15px !important; } 
.ft-staff .flip-box .ifb-front .ifb-flip-box-section { 
  background:rgba(255,255,255,0.6); 
  padding:20px; 
  -webkit-border-radius:10px; 
  -moz-border-radius:10px; 
  border-radius:10px; 
}
.ft-staff .flip-box .ifb-front .flipbox_heading { font-family:'Playfair Display', serif; font-size:28px; font-weight:700; margin-top:0; }
.ft-staff .flip-box .ifb-front .ifb-flip-box-section-content {
  color:#777 !important;
  font-size:19px;
  font-weight:400;
  letter-spacing:3px;
  text-transform:uppercase;
}

.ft-staff .flip-box .ifb-back { overflow-x:hidden !important; overflow-y:auto !important; }
.ft-staff .flip-box .ifb-back .ifb-flip-box-section { padding:0 !important; }
.ft-staff .flip-box .ifb-back .flipbox_heading { color:#FF8F97 !important; font-size:28px; font-weight:700; line-height:normal; text-shadow:1px 1px 0px rgba(0,0,0,0.35); }
.ft-staff .flip-box .ifb-back .ifb-flip-box-section-content { 
  background:rgba(255,255,255,0.85);
  font-size:15px; 
  margin:30px 0 10px; 
  padding:20px;
  text-align:center; 
  -webkit-border-radius:5px; 
  -moz-border-radius:5px; 
  border-radius:5px; 
}
.ft-staff .flip-box .ifb-back .ifb-desc-back { margin-bottom:0 !important; }
.ft-staff .flip-box .ifb-back .flip_link > a {
  border:2px solid #FEA6AC;
  font-family:'Raleway', sans-serif;
  font-weight:700;
  letter-spacing:1px;
  line-height:1;
  padding:10px 16px;
  -webkit-border-radius:50px;
  -moz-border-radius:50px;
  border-radius:50px;
}
.ft-staff .flip-box .ifb-back .flip_link > a:hover { background-color:#FFF !important; color:#FEA6AC !important;}

#cindy .ifb-front { background:#FAFAFA url(images/cindy-front.jpg) center top no-repeat !important; background-size:cover !important; }
#cindy .ifb-back { background:#FAFAFA url(images/cindy-back.jpg) center top no-repeat !important; background-size:cover !important; }
#calvin .ifb-front { background:#FAFAFA url(images/calvin-front.jpg) center top no-repeat !important; background-size:cover !important; }
#calvin .ifb-back { background:#FAFAFA url(images/calvin-back.jpg) center top no-repeat !important; background-size:cover !important; }
#lacey .ifb-front { background:#FAFAFA url(images/lacey-front.jpg) center top no-repeat !important; background-size:cover !important; }
#lacey .ifb-back { background:#FAFAFA url(images/lacey-back.jpg) center top no-repeat !important; background-size:cover !important; }
#rachel .ifb-front { background:#FAFAFA url(images/rachel-front.jpg) center top no-repeat !important; background-size:cover !important; }
#rachel .ifb-back { background:#FAFAFA url(images/rachel-back.jpg) center top no-repeat !important; background-size:cover !important; }
#nicole .ifb-front { background:#FAFAFA url(images/nicole-front.jpg) center top no-repeat !important; background-size:cover !important; }
#nicole .ifb-back { background:#FAFAFA url(images/nicole-back.jpg) center top no-repeat !important; background-size:cover !important; }
#fran .ifb-front { background:#FAFAFA url(images/fran-front.jpg) center top no-repeat !important; background-size:cover !important; }
#fran .ifb-back { background:#FAFAFA url(images/fran-back.jpg) center top no-repeat !important; background-size:cover !important; }

/* VC InfoBox ----------*/
.aio-icon-component.list-infobox { margin-bottom:15px!important; }
.aio-icon-component.list-infobox + p,
.aio-icon-component.list-infobox .aio-ibd-block + p { display: none; }

#lp-course-block .aio-icon-component.style_1,
#lp-course-block .aio-icon-component.style_1 p { margin-bottom: 0; }

/* Testimonials ----------*/
.vt-row-grid { color:#EEE !important; }
.vt-row-grid:nth-child(odd) { background-color:#585858; }
.vt-row-grid:nth-child(even) { background-color:#686868; }
.vid-testi h4 { color:#FFCFD2; font-size:20px; text-shadow:1px 0px 1px rgba(0,0,0,0.4); text-transform:uppercase; }
.vid-testi h4:last-of-type { margin-bottom:0; }

/* FAQs ----------*/
.vc_toggle_round.ft-faq i.vc_toggle_icon { background-color:#FF8F97; }
.vc_toggle_round.ft-faq:hover i.vc_toggle_icon { background-color:#FEA6AC; }

.psa-toggle {
  background-color:#F1F1F1;
  border:1px solid rgba(0,0,0,0.1);
  padding:15px !important;
  -webkit-border-radius:30px;
  -moz-border-radius:30px;
  border-radius:30px;
}
.psa-toggle.vc_toggle_active { -webkit-border-radius: 30px 30px 10px 10px; -moz-border-radius: 30px 30px 10px 10px; border-radius: 30px 30px 10px 10px; }
.psa-toggle .vc_toggle_title h4 { font-weight:bold; text-transform:uppercase; }
.psa-toggle .vc_toggle_title p { margin:0; }

/* CRM Form ----------*/
.psa-crm-enquiry { 
  background-color:#FFEDEE; 
  color:#47454B; 
  display:block; 
  font-size:14px; 
  line-height:normal; 
  margin:10px auto;
  max-width:100%;
  padding:20px;
  position:relative;
  width:480px; 
}
.psa-crm-enquiry h4 { background-color:#FFCBCE; font-weight:700; margin:-20px -20px 20px; padding:15px 20px; position:relative; }
.psa-crm-enquiry h4:after {
  content:"";
  width:0px;
  height:0px;
  border-left:25px solid transparent;
  border-right:25px solid transparent;
  border-top:25px solid #FFCBCE;
  position:absolute;
  right:15px;
  bottom:-24px;
}
.psa-crm-enquiry p { margin-bottom:8px; }
.psa-crm-enquiry p:first-of-type { padding-right:30px; }
.psa-crm-enquiry small { display:block; margin-top:10px; text-align:center; }

.form-wrap {
  background:#FFF;
  display:block;
  margin:20px auto;
  max-width:100% !important;
  padding:20px 30px;
  width:650px;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  border-radius:8px;
  -webkit-box-shadow:2px 3px 5px 4px #808080;
  -moz-box-shadow:2px 3px 5px 4px #808080;
  box-shadow:2px 3px 5px 4px #808080;
}
.form-wrap.bg-cindy {
  background:url(images/bg-cindy.jpg) 50% 50% no-repeat;
  background-size:cover;
  padding:4% 8%;
  width:980px;
}
.form-wrap.bg-cindy .psa-crm-enquiry { margin:0px; }
.form-shadow-left {
  float:left;
  margin-left:20%;
  max-width:100%;
  -webkit-box-shadow:2px 3px 5px 4px #808080;
  -moz-box-shadow:2px 3px 5px 4px #808080;
  box-shadow:2px 3px 5px 4px #808080;
}

.shadow-left {
  max-width:100%;
  -webkit-box-shadow:-10px 10px 5px rgba(71, 69, 75, 0.2);
  -moz-box-shadow:-10px 10px 5px rgba(71, 69, 75, 0.2);
  box-shadow:-10px 10px 5px rgba(71, 69, 75, 0.2);
}
.shadow-right {
  max-width:100%;
  -webkit-box-shadow:10px 10px 5px rgba(71, 69, 75, 0.2);
  -moz-box-shadow:10px 10px 5px rgba(71, 69, 75, 0.2);
  box-shadow:10px 10px 5px rgba(71, 69, 75, 0.2);
}

/* BLOG Page -------------------- */
.post_content { display:block; margin:0 auto; padding:0 30px; position:relative; }

.blog .entry { float:left; margin:0 0 40px; padding:0; width:33.33%; }
.blog .entry:nth-child(3n+1) { clear:both; }
.blog .entry-header .entry-meta { font-size:11px; font-weight:400; height:40px; letter-spacing:1px; padding:0; }
.blog h2.entry-title, .blog h2.entry-title a, .blog .entry-title > a { font-size:120%; line-height:normal; height:60px; }
.blog .entry figure { width:300px; height:200px; max-width:100%; border:5px solid #FAFAFA; margin:0 auto 15px; overflow:hidden; border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; 
	box-shadow:0px 1px 5px rgba(0,0,0,0.2); -webkit-box-shadow:0px 1px 5px rgba(0,0,0,0.2); -moz-box-shadow:0px 1px 5px rgba(0,0,0,0.2); }
.blog .entry figure > img { width:100%; height:auto; object-fit:cover; object-position:50% 0; }

.blog .entry .entry-content { font-size:90%; }
.blog .entry a.btn-link { clear:both; display:block; margin:20px auto 40px; padding:10px; max-width:140px; }


/*-----------------------:[ Custom Media Queries ]:-------------------------------------------- */
@media all and (max-width:1280px) {
	.site-inner, .wrap { padding:0 40px; width:100%; }
	.content-wrap { width:100% !important; }
	.content-wrap.vc_column_container>.vc_column-inner { padding-left:5% !important; padding-right:5% !important; }

	nav .wrap { padding:0; }

	.title-area { width:25%; }
	.site-header .header-widget-area, .nav-primary { width:75%; }
}

@media all and (max-width:1024px) {
  .site-inner, .wrap { padding:0 15px; }

	.content, .content-sidebar-sidebar .content, .content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .js .genesis-nav-menu .sub-menu a, .js .genesis-nav-menu .sub-menu, 
	.sidebar-content-sidebar .content, .sidebar-content-sidebar .content-sidebar-wrap, .sidebar-primary, .sidebar-secondary, 
	.sidebar-sidebar-content .content, .sidebar-sidebar-content .content-sidebar-wrap { width:100%; }

	.footer-widgets-1, .footer-widgets-2 { margin:0 auto 40px; }

	.genesis-nav-menu li, .site-header ul.genesis-nav-menu, .site-header .search-form { float:none; }
	.genesis-nav-menu, .site-description, .site-header .title-area, .site-title { text-align:center; }

	.menu-toggle, .sub-menu-toggle {
		background:#333;
		color:#FFF;
		cursor:pointer;
		display:block;
		margin:0 auto;
		overflow:hidden;
		position:relative;
		text-align:center;
		visibility:visible;
	}
	.menu-toggle { line-height:20px; position:relative; right:0; width:100%; z-index:1000; }
	.menu-toggle:before {
		content:"\f0c9";
		font-family:'FontAwesome';
		font-size:28px;
	  font-weight:normal;
	  line-height:1;
		text-rendering:auto;
		-webkit-transform:translate(0, 0);
		-ms-transform:translate(0, 0);
		transform:translate(0, 0);
	}
 	
	.sub-menu-toggle { float:right; padding:10px; position:absolute; right:0; top:0; z-index:100; }
	.sub-menu-toggle:before {
		content:"\f078";
		display:inline-block;
		font-family:'FontAwesome';
		font-size:20px;
		font-weight:normal;
		line-height:1;
		text-rendering:auto;
		-webkit-transform:translate(0, 0);
		-ms-transform:translate(0, 0);
		transform:translate(0, 0);
	}
	.sub-menu-toggle.activated:before { content:"\f077"; }

	.site-header .menu-toggle { float:right; margin:15px 0; padding:10px; width:54px; height:54px; }
	.site-header .sub-menu-toggle { background:transparent; color:rgba(255,255,255,0.8); padding:10px; }
	.site-header .title-area { display:inline-block; width:50%; }
	.site-header .header-widget-area { float:left; width:calc(50% - 60px); }
	.site-header .search-form { margin:16px auto; }

	.header-image .site-title > a { background-position:0 50% !important; background-size:contain !important; height:85px; }
	.header-widget-area .cta-phone a { display:inline-block; padding:15px 20px; }
	.site-header.shrink .header-widget-area { display:block !important; }
	.site-header.shrink .header-widget-area .cta-phone a { font-size:34px; padding:10px 15px; }
	.site-header.shrink .header-widget-area .cta-phone span { display:none; }

	.site-header nav  { display:none; position:relative; }
	.site-header nav .wrap { padding:0; }

	nav.pagination { display:block; }

	.nav-primary { clear:both; float:none; margin:0 0 15px; width:100%; }
	.nav-primary .genesis-nav-menu .menu-item {
		background:rgba(255,255,255,0.1);
		display:block;
		float:none;
		margin:1px 0;
		position:relative;
		text-align:left;
	}
	.nav-primary .genesis-nav-menu .menu-item a { border:none; padding:12px 15px; width:100%; }
	.nav-primary .genesis-nav-menu .menu-item a:hover { color:#FEA6AC !important; }
	.nav-primary .genesis-nav-menu .sub-menu a { color:#DDD; padding-left:30px; }
	.nav-primary .gtm-applynow { display:none !important; }

	.genesis-nav-menu .menu-item:hover { position:relative; }
	.genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu { left:0; margin-left:0; }
	.genesis-nav-menu > .menu-item-has-children > a:after { content:none; }
	.genesis-nav-menu .sub-menu { background:transparent; border:none; clear:both; display:none; margin:0; opacity:1; padding:0; position:static; width:100%; }
	.genesis-nav-menu .sub-menu .sub-menu { margin:0; }

	.banner-head { font-size:60px; }

	.ft-staff .title-sm { font-size:16px; letter-spacing:2px; }
	.form-shadow-left { margin-left:10%; }

	.site-footer { padding-bottom:85px; }
	.mobile-fixed-footer { 
	background:#FECED2;
	color:#333;
	display:inline-block;
	padding:5px 15px;
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
	z-index:999;
	}
	table.ftr-sched { font-size:16px; line-height:normal; margin:0; }
	table.ftr-sched tbody, table.ftr-sched td { border:none; }
	table.ftr-sched td:last-child { text-align:right; }
	table.ftr-sched td > .fa { float:right; font-size:24px; }
	table.ftr-sched td > a.button { 
	background-color:#FA878F; 
	padding:10px 20px;
	text-align:center;
	-webkit-border-radius:5px; 
	-moz-border-radius:5px; 
	border-radius:5px; 
	}

	a.backtop { bottom:20%; }

	.single .entry-title { font-size:42px; line-height:46px; }
	.blog .entry { width:50%; }
	.blog .entry:nth-child(2n+1) { clear:both; }
	.blog .entry:nth-child(3n+1) { clear:none; }
	.blog .post_content { padding:0 20px; }
}

@media all and (max-width:860px) {
	.after-entry, .archive-description, .author-box, .comment-respond, 
	.entry, .entry-comments, .entry-pings, .sidebar .widget { padding:30px; margin-bottom:5%; }
	.sidebar { margin-bottom:5%; }
	.pagination { margin:5% auto; }
	.archive-pagination li a { margin-bottom:4px; }

	.five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, 
	.three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds { clear:both; float:none; margin:0; width:100%; }
	.form-shadow-left { margin-left:5%; }

	ul.lst-col2 > li, ul.lst-col3 > li, ul.lst-col4 > li,
	ol.lst-col2 > li, ol.lst-col3 > li, ol.lst-col4 > li, img.mob-block { clear:both; display:block; float:none; margin:0 auto; width:100%; }
}

@media all and (max-width:736px) { 
	.header-image .site-title > a, 
	.site-header.shrink .site-title > a { height:80px; }

	.banner-head { font-size:40px; }
	.subhead br { display:none; }

	.border-wrap { padding:10px; }
}

@media all and (max-width:667px) {
	.header-widget-area .cta-phone a { font-size:34px; padding:10px 15px; }
	.header-widget-area .cta-phone span { display:none; }

	.form-shadow-left { margin-left:auto; }

	.blog .entry { clear:both; float:none; margin:0 auto; width:100%; }
	.blog .entry-header .entry-meta { height:auto; margin-bottom:10px; }
	.blog h2.entry-title, .blog h2.entry-title a, .blog .entry-title > a { height:auto; }
	.blog .post_content { padding:0; }
}

@media all and (max-width:568px) {
	.site-inner,
	.wrap { padding:0 20px; }
	.site-header > .wrap { padding:0 10px; }


	h1 { font-size:36px; }
	h2, .text-xlarge { font-size:32px; }
	.banner-head { font-size:36px; }
	.text-large { font-size:28px; line-height:normal; }
	.text-large-alt { font-size:30px; }
	.psa-toggle .vc_toggle_title h4 { font-size:18px; }
	
	blockquote { margin:15px 30px; }
	blockquote.text-large { font-size:24px; }
	blockquote br, .banner-head br, .quote-large br { display:none; }
	.quote-large { font-size:26px; margin:20px 0; }
}

@media all and (max-width:414px) {
	.headline { font-size:32px; }
	.subhead-alt { font-size:22px; }

  .ft-staff .title-sm { font-size:16px; }

  .gallery-item { float:none!important; width:100%!important; }

  table.ftr-sched td > a.button { padding:8px 12px; }

  .form-wrap iframe,
  .psa-crm-enquiry iframe { height:720px; }
}

/* Print Styles
---------------------------------------------------------------------- */
@media print {
	*, *:before, *:after { background:transparent !important; box-shadow:none !important; color:#000 !important; text-shadow:none !important; }
	a, a:visited { text-decoration:underline; }
	a[href]:after { content:" (" attr(href) ")"; }
	abbr[title]:after { content:" (" attr(title) ")"; }
	a[href^="javascript:"]:after, a[href^="#"]:after, .site-title > a:after { content:""; }

	thead { display:table-header-group; }
	img, tr { page-break-inside:avoid; }
	img { max-width:100% !important; page-break-after:avoid; page-break-inside:avoid; }

	@page { margin:2cm 0.5cm; }
	p, h2, h3 { orphans:3; widows:3; }
	blockquote, pre { border:1px solid #999; page-break-inside:avoid; }

	.content, .content-sidebar { width:100%; }

	button, input, select, textarea,
	.breadcrumb, .comment-edit-link, .comment-form, .comment-list .reply a, .comment-reply-title, .edit-link, .entry-comments-link, 
	.entry-footer, .genesis-box, .header-widget-area, .hidden-print, .home-top, .nav-primary,
	.nav-secondary, .post-edit-link, .sidebar { display:none !important; }

	.title-area { text-align:center; width:100%; }
	.site-title > a { margin:0; text-decoration:none; text-indent:0; }
	.site-inner { padding-top:0; position:relative; top:-100px; }
	.author-box { margin-bottom:0; }

	h1, h2, h3, h4, h5, h6 { orphans:3; page-break-after:avoid; page-break-inside:avoid; widows:3; }
	blockquote, pre, table { page-break-inside:avoid; }
	dl, ol, ul { page-break-before:avoid; }
}