/* See http://code.google.com/p/minify/wiki/CommonProblems#@imports_can_appear_in_invalid_locations_in_combined_CSS_files */
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /var/www/vhosts/vhacks.org/httpdocs
currentDir : /var/www/vhosts/vhacks.org/httpdocs/wp-content/plugins/oxygen/component-framework/vendor

*/

/* normalize.css */

/* 1   */ /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/* 2   */ 
/* 3   */ /**
/* 4   *|  * 1. Set default font family to sans-serif.
/* 5   *|  * 2. Prevent iOS text size adjust after orientation change, without disabling
/* 6   *|  *    user zoom.
/* 7   *|  */
/* 8   */ 
/* 9   */ html {
/* 10  */   font-family: sans-serif; /* 1 */
/* 11  */   -ms-text-size-adjust: 100%; /* 2 */
/* 12  */   -webkit-text-size-adjust: 100%; /* 2 */
/* 13  */ }
/* 14  */ 
/* 15  */ /**
/* 16  *|  * Remove default margin.
/* 17  *|  */
/* 18  */ 
/* 19  */ body {
/* 20  */   margin: 0;
/* 21  */ }
/* 22  */ 
/* 23  */ /* HTML5 display definitions
/* 24  *|    ========================================================================== */
/* 25  */ 
/* 26  */ /**
/* 27  *|  * Correct `block` display not defined for any HTML5 element in IE 8/9.
/* 28  *|  * Correct `block` display not defined for `details` or `summary` in IE 10/11
/* 29  *|  * and Firefox.
/* 30  *|  * Correct `block` display not defined for `main` in IE 11.
/* 31  *|  */
/* 32  */ 
/* 33  */ article,
/* 34  */ aside,
/* 35  */ details,
/* 36  */ figcaption,
/* 37  */ figure,
/* 38  */ footer,
/* 39  */ header,
/* 40  */ hgroup,
/* 41  */ main,
/* 42  */ menu,
/* 43  */ nav,
/* 44  */ section,
/* 45  */ summary {
/* 46  */   display: block;
/* 47  */ }
/* 48  */ 
/* 49  */ /**
/* 50  *|  * 1. Correct `inline-block` display not defined in IE 8/9.

/* normalize.css *|

/* 51  *|  * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
/* 52  *|  */
/* 53  */ 
/* 54  */ audio,
/* 55  */ canvas,
/* 56  */ progress,
/* 57  */ video {
/* 58  */   display: inline-block; /* 1 */
/* 59  */   vertical-align: baseline; /* 2 */
/* 60  */ }
/* 61  */ 
/* 62  */ /**
/* 63  *|  * Prevent modern browsers from displaying `audio` without controls.
/* 64  *|  * Remove excess height in iOS 5 devices.
/* 65  *|  */
/* 66  */ 
/* 67  */ audio:not([controls]) {
/* 68  */   display: none;
/* 69  */   height: 0;
/* 70  */ }
/* 71  */ 
/* 72  */ /**
/* 73  *|  * Address `[hidden]` styling not present in IE 8/9/10.
/* 74  *|  * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
/* 75  *|  */
/* 76  */ 
/* 77  */ [hidden],
/* 78  */ template {
/* 79  */   display: none;
/* 80  */ }
/* 81  */ 
/* 82  */ /* Links
/* 83  *|    ========================================================================== */
/* 84  */ 
/* 85  */ /**
/* 86  *|  * Remove the gray background color from active links in IE 10.
/* 87  *|  */
/* 88  */ 
/* 89  */ a {
/* 90  */   background-color: transparent;
/* 91  */ }
/* 92  */ 
/* 93  */ /**
/* 94  *|  * Improve readability when focused and also mouse hovered in all browsers.
/* 95  *|  */
/* 96  */ 
/* 97  */ a:active,
/* 98  */ a:hover {
/* 99  */   outline: 0;
/* 100 */ }

/* normalize.css */

/* 101 */ 
/* 102 */ /* Text-level semantics
/* 103 *|    ========================================================================== */
/* 104 */ 
/* 105 */ /**
/* 106 *|  * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
/* 107 *|  */
/* 108 */ 
/* 109 */ abbr[title] {
/* 110 */   border-bottom: 1px dotted;
/* 111 */ }
/* 112 */ 
/* 113 */ /**
/* 114 *|  * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
/* 115 *|  */
/* 116 */ 
/* 117 */ b,
/* 118 */ strong {
/* 119 */   font-weight: bold;
/* 120 */ }
/* 121 */ 
/* 122 */ /**
/* 123 *|  * Address styling not present in Safari and Chrome.
/* 124 *|  */
/* 125 */ 
/* 126 */ dfn {
/* 127 */   font-style: italic;
/* 128 */ }
/* 129 */ 
/* 130 */ /**
/* 131 *|  * Address variable `h1` font-size and margin within `section` and `article`
/* 132 *|  * contexts in Firefox 4+, Safari, and Chrome.
/* 133 *|  */
/* 134 */ 
/* 135 */ h1 {
/* 136 */   font-size: 2em;
/* 137 */   margin: 0.67em 0;
/* 138 */ }
/* 139 */ 
/* 140 */ /**
/* 141 *|  * Address styling not present in IE 8/9.
/* 142 *|  */
/* 143 */ 
/* 144 */ mark {
/* 145 */   background: #ff0;
/* 146 */   color: #000;
/* 147 */ }
/* 148 */ 
/* 149 */ /**
/* 150 *|  * Address inconsistent and variable font size in all browsers.

/* normalize.css *|

/* 151 *|  */
/* 152 */ 
/* 153 */ small {
/* 154 */   font-size: 80%;
/* 155 */ }
/* 156 */ 
/* 157 */ /**
/* 158 *|  * Prevent `sub` and `sup` affecting `line-height` in all browsers.
/* 159 *|  */
/* 160 */ 
/* 161 */ sub,
/* 162 */ sup {
/* 163 */   font-size: 75%;
/* 164 */   line-height: 0;
/* 165 */   position: relative;
/* 166 */   vertical-align: baseline;
/* 167 */ }
/* 168 */ 
/* 169 */ sup {
/* 170 */   top: -0.5em;
/* 171 */ }
/* 172 */ 
/* 173 */ sub {
/* 174 */   bottom: -0.25em;
/* 175 */ }
/* 176 */ 
/* 177 */ /* Embedded content
/* 178 *|    ========================================================================== */
/* 179 */ 
/* 180 */ /**
/* 181 *|  * Remove border when inside `a` element in IE 8/9/10.
/* 182 *|  */
/* 183 */ 
/* 184 */ img {
/* 185 */   border: 0;
/* 186 */ }
/* 187 */ 
/* 188 */ /**
/* 189 *|  * Correct overflow not hidden in IE 9/10/11.
/* 190 *|  */
/* 191 */ 
/* 192 */ svg:not(:root) {
/* 193 */   overflow: hidden;
/* 194 */ }
/* 195 */ 
/* 196 */ /* Grouping content
/* 197 *|    ========================================================================== */
/* 198 */ 
/* 199 */ /**
/* 200 *|  * Address margin not present in IE 8/9 and Safari.

/* normalize.css *|

/* 201 *|  */
/* 202 */ 
/* 203 */ figure {
/* 204 */   margin: 1em 40px;
/* 205 */ }
/* 206 */ 
/* 207 */ /**
/* 208 *|  * Address differences between Firefox and other browsers.
/* 209 *|  */
/* 210 */ 
/* 211 */ hr {
/* 212 */   -moz-box-sizing: content-box;
/* 213 */   box-sizing: content-box;
/* 214 */   height: 0;
/* 215 */ }
/* 216 */ 
/* 217 */ /**
/* 218 *|  * Contain overflow in all browsers.
/* 219 *|  */
/* 220 */ 
/* 221 */ pre {
/* 222 */   overflow: auto;
/* 223 */ }
/* 224 */ 
/* 225 */ /**
/* 226 *|  * Address odd `em`-unit font size rendering in all browsers.
/* 227 *|  */
/* 228 */ 
/* 229 */ code,
/* 230 */ kbd,
/* 231 */ pre,
/* 232 */ samp {
/* 233 */   font-family: monospace, monospace;
/* 234 */   font-size: 1em;
/* 235 */ }
/* 236 */ 
/* 237 */ /* Forms
/* 238 *|    ========================================================================== */
/* 239 */ 
/* 240 */ /**
/* 241 *|  * Known limitation: by default, Chrome and Safari on OS X allow very limited
/* 242 *|  * styling of `select`, unless a `border` property is set.
/* 243 *|  */
/* 244 */ 
/* 245 */ /**
/* 246 *|  * 1. Correct color not being inherited.
/* 247 *|  *    Known issue: affects color of disabled elements.
/* 248 *|  * 2. Correct font properties not being inherited.
/* 249 *|  * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
/* 250 *|  */

/* normalize.css */

/* 251 */ 
/* 252 */ button,
/* 253 */ input,
/* 254 */ optgroup,
/* 255 */ select,
/* 256 */ textarea {
/* 257 */   color: inherit; /* 1 */
/* 258 */   font: inherit; /* 2 */
/* 259 */   margin: 0; /* 3 */
/* 260 */ }
/* 261 */ 
/* 262 */ /**
/* 263 *|  * Address `overflow` set to `hidden` in IE 8/9/10/11.
/* 264 *|  */
/* 265 */ 
/* 266 */ button {
/* 267 */   overflow: visible;
/* 268 */ }
/* 269 */ 
/* 270 */ /**
/* 271 *|  * Address inconsistent `text-transform` inheritance for `button` and `select`.
/* 272 *|  * All other form control elements do not inherit `text-transform` values.
/* 273 *|  * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
/* 274 *|  * Correct `select` style inheritance in Firefox.
/* 275 *|  */
/* 276 */ 
/* 277 */ button,
/* 278 */ select {
/* 279 */   text-transform: none;
/* 280 */ }
/* 281 */ 
/* 282 */ /**
/* 283 *|  * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
/* 284 *|  *    and `video` controls.
/* 285 *|  * 2. Correct inability to style clickable `input` types in iOS.
/* 286 *|  * 3. Improve usability and consistency of cursor style between image-type
/* 287 *|  *    `input` and others.
/* 288 *|  */
/* 289 */ 
/* 290 */ button,
/* 291 */ html input[type="button"], /* 1 */
/* 292 */ input[type="reset"],
/* 293 */ input[type="submit"] {
/* 294 */   -webkit-appearance: button; /* 2 */
/* 295 */   cursor: pointer; /* 3 */
/* 296 */ }
/* 297 */ 
/* 298 */ /**
/* 299 *|  * Re-set default cursor for disabled elements.
/* 300 *|  */

/* normalize.css */

/* 301 */ 
/* 302 */ button[disabled],
/* 303 */ html input[disabled] {
/* 304 */   cursor: default;
/* 305 */ }
/* 306 */ 
/* 307 */ /**
/* 308 *|  * Remove inner padding and border in Firefox 4+.
/* 309 *|  */
/* 310 */ 
/* 311 */ button::-moz-focus-inner,
/* 312 */ input::-moz-focus-inner {
/* 313 */   border: 0;
/* 314 */   padding: 0;
/* 315 */ }
/* 316 */ 
/* 317 */ /**
/* 318 *|  * Address Firefox 4+ setting `line-height` on `input` using `!important` in
/* 319 *|  * the UA stylesheet.
/* 320 *|  */
/* 321 */ 
/* 322 */ input {
/* 323 */   line-height: normal;
/* 324 */ }
/* 325 */ 
/* 326 */ /**
/* 327 *|  * It's recommended that you don't attempt to style these elements.
/* 328 *|  * Firefox's implementation doesn't respect box-sizing, padding, or width.
/* 329 *|  *
/* 330 *|  * 1. Address box sizing set to `content-box` in IE 8/9/10.
/* 331 *|  * 2. Remove excess padding in IE 8/9/10.
/* 332 *|  */
/* 333 */ 
/* 334 */ input[type="checkbox"],
/* 335 */ input[type="radio"] {
/* 336 */   box-sizing: border-box; /* 1 */
/* 337 */   padding: 0; /* 2 */
/* 338 */ }
/* 339 */ 
/* 340 */ /**
/* 341 *|  * Fix the cursor style for Chrome's increment/decrement buttons. For certain
/* 342 *|  * `font-size` values of the `input`, it causes the cursor style of the
/* 343 *|  * decrement button to change from `default` to `text`.
/* 344 *|  */
/* 345 */ 
/* 346 */ input[type="number"]::-webkit-inner-spin-button,
/* 347 */ input[type="number"]::-webkit-outer-spin-button {
/* 348 */   height: auto;
/* 349 */ }
/* 350 */ 

/* normalize.css */

/* 351 */ /**
/* 352 *|  * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
/* 353 *|  * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
/* 354 *|  *    (include `-moz` to future-proof).
/* 355 *|  */
/* 356 */ 
/* 357 */ input[type="search"] {
/* 358 */   -webkit-appearance: textfield; /* 1 */
/* 359 */   -moz-box-sizing: content-box;
/* 360 */   -webkit-box-sizing: content-box; /* 2 */
/* 361 */   box-sizing: content-box;
/* 362 */ }
/* 363 */ 
/* 364 */ /**
/* 365 *|  * Remove inner padding and search cancel button in Safari and Chrome on OS X.
/* 366 *|  * Safari (but not Chrome) clips the cancel button when the search input has
/* 367 *|  * padding (and `textfield` appearance).
/* 368 *|  */
/* 369 */ 
/* 370 */ input[type="search"]::-webkit-search-cancel-button,
/* 371 */ input[type="search"]::-webkit-search-decoration {
/* 372 */   -webkit-appearance: none;
/* 373 */ }
/* 374 */ 
/* 375 */ /**
/* 376 *|  * Define consistent border, margin, and padding.
/* 377 *|  */
/* 378 */ 
/* 379 */ fieldset {
/* 380 */   border: 1px solid #c0c0c0;
/* 381 */   margin: 0 2px;
/* 382 */   padding: 0.35em 0.625em 0.75em;
/* 383 */ }
/* 384 */ 
/* 385 */ /**
/* 386 *|  * 1. Correct `color` not being inherited in IE 8/9/10/11.
/* 387 *|  * 2. Remove padding so people aren't caught out if they zero out fieldsets.
/* 388 *|  */
/* 389 */ 
/* 390 */ legend {
/* 391 */   border: 0; /* 1 */
/* 392 */   padding: 0; /* 2 */
/* 393 */ }
/* 394 */ 
/* 395 */ /**
/* 396 *|  * Remove default vertical scrollbar in IE 8/9/10/11.
/* 397 *|  */
/* 398 */ 
/* 399 */ textarea {
/* 400 */   overflow: auto;

/* normalize.css */

/* 401 */ }
/* 402 */ 
/* 403 */ /**
/* 404 *|  * Don't inherit the `font-weight` (applied by a rule above).
/* 405 *|  * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
/* 406 *|  */
/* 407 */ 
/* 408 */ optgroup {
/* 409 */   font-weight: bold;
/* 410 */ }
/* 411 */ 
/* 412 */ /* Tables
/* 413 *|    ========================================================================== */
/* 414 */ 
/* 415 */ /**
/* 416 *|  * Remove most spacing between table cells.
/* 417 *|  */
/* 418 */ 
/* 419 */ table {
/* 420 */   border-collapse: collapse;
/* 421 */   border-spacing: 0;
/* 422 */ }
/* 423 */ 
/* 424 */ td,
/* 425 */ th {
/* 426 */   padding: 0;
/* 427 */ }
/* 428 */ 
/* 429 */ /**
/* 430 *|  * Oxygen additions
/* 431 *|  */
/* 432 */ 
/* 433 */ i, 
/* 434 */ cite, 
/* 435 */ em, 
/* 436 */ var, 
/* 437 */ address, 
/* 438 */ dfn {
/* 439 */ font-style: italic;
/* 440 */ }
/* 441 */ acronym {
/* 442 */ border-bottom: 1px dotted;
/* 443 */ }
/* 444 */ big {
/* 445 */ font-size: 140%;
/* 446 */ }
/* 447 */ s, 
/* 448 */ strike, 
/* 449 */ del {
/* 450 */ text-decoration: line-through;

/* normalize.css */

/* 451 */ }
/* 452 */ u,
/* 453 */ ins {
/* 454 */ text-decoration: underline;
/* 455 */ }
/* 456 */ q:before {
/* 457 */ content: open-quote;
/* 458 */ }
/* 459 */ q:after {
/* 460 */ content: close-quote;
/* 461 */ }
/* 462 */ tt, 
/* 463 */ code, 
/* 464 */ kbd, 
/* 465 */ samp,
/* 466 */ pre {
/* 467 */ font-family: monospace;
/* 468 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /var/www/vhosts/vhacks.org/httpdocs
currentDir : /var/www/vhosts/vhacks.org/httpdocs/wp-content/plugins/oxygen/component-framework

*/

/* style.css */

/* 1  */ html {
/* 2  */   box-sizing: border-box;
/* 3  */ }
/* 4  */ body {
/* 5  */ 	font-size: 16px;
/* 6  */ 	color: rgba(64,64,64,1);
/* 7  */ }
/* 8  */ *, *::before, *::after {
/* 9  */   box-sizing: inherit;
/* 10 */ }
/* 11 */ .ct-section::after,
/* 12 */ .ct-section-inner-wrap::after,
/* 13 */ .ct-div-block::after {
/* 14 */ 	display: table;
/* 15 */ 	content: " ";
/* 16 */ 	clear: both;
/* 17 */ 	white-space: normal;
/* 18 */ }
/* 19 */ .ct-section-inner-wrap {
/* 20 */ 	margin-left: auto;
/* 21 */ 	margin-right: auto;
/* 22 */ }
/* 23 */ .ct-columns-inner-wrap {
/* 24 */ 	/* flex layout */
/* 25 */ 	display: -webkit-flex !important;
/* 26 */ 	display: -ms-flexbox !important;
/* 27 */ 	display: flex !important;
/* 28 */ }
/* 29 */ .ct-column {
/* 30 */ 	float: left !important;
/* 31 */ 	word-break: break-word;
/* 32 */ }
/* 33 */ .ct-svg-icon {
/* 34 */ 	display: inline-block;
/* 35 */ 	width: 1em !important;
/* 36 */ 	height: 1em !important;
/* 37 */ 	fill: currentColor;
/* 38 */ }
/* 39 */ .ct-columns-inner-wrap > .ct-column:first-child {
/* 40 */     margin-left: 0 !important;
/* 41 */ }
/* 42 */ .ct-columns-inner-wrap > .ct-column:last-child {
/* 43 */     margin-right: 0 !important;
/* 44 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /var/www/vhosts/vhacks.org/httpdocs
currentDir : /var/www/vhosts/vhacks.org/httpdocs/wp-content/plugins/profectus/assets

*/

/* style.css */

/* 1    */ /*********************
/* 2    *| IMPORT ELEMENTS
/* 3    *| *********************/
/* 4    */ /******************************************************************
/* 5    *| 
/* 6    *| Stylesheet: Variables
/* 7    *| 
/* 8    *| ******************************************************************/
/* 9    */ /* Colours */
/* 10   */ /* Spacing / Padding */
/* 11   */ @import url("//fonts.googleapis.com/css?family=Montserrat:200i,300i,400i,500i");
/* 12   */ .opacity-hover {
/* 13   */   transition: opacity 0.28s ease-in-out; }
/* 14   */   .opacity-hover:hover {
/* 15   */     opacity: 0.8; }
/* 16   */ 
/* 17   */ /******************************************************************
/* 18   *| Stylesheet: Typography
/* 19   *| ******************************************************************/
/* 20   */ /*********************
/* 21   *| FONT FACE
/* 22   *| *********************/
/* 23   */ html {
/* 24   */   font-size: 20px; }
/* 25   */ 
/* 26   */ input,
/* 27   */ textarea,
/* 28   */ a {
/* 29   */   font-weight: 600; }
/* 30   */ 
/* 31   */ .ct-text-block {
/* 32   */   font-size: 0.8em;
/* 33   */   font-weight: 600 !important; }
/* 34   */ 
/* 35   */ .ct-link-text {
/* 36   */   font-weight: 600 !important; }
/* 37   */ 
/* 38   */ .text-lg {
/* 39   */   font-size: 1em; }
/* 40   */ 
/* 41   */ .sub-para {
/* 42   */   font-size: 0.85em; }
/* 43   */ 
/* 44   */ p {
/* 45   */   font: 600 1em/1.2em "Montserrat", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
/* 46   */   -ms-word-wrap: break-word;
/* 47   */   word-break: break-word;
/* 48   */   word-wrap: break-word;
/* 49   */   -webkit-hyphens: auto;
/* 50   */   -moz-hyphens: auto;

/* style.css */

/* 51   */   hyphens: auto;
/* 52   */   -webkit-hyphenate-before: 2;
/* 53   */   -webkit-hyphenate-after: 3;
/* 54   */   hyphenate-lines: 3;
/* 55   */   -webkit-font-feature-settings: "liga", "dlig";
/* 56   */   -moz-font-feature-settings: "liga=1, dlig=1";
/* 57   */   -ms-font-feature-settings: "liga", "dlig";
/* 58   */   -o-font-feature-settings: "liga", "dlig";
/* 59   */   font-feature-settings: "kern" 1, "dlig" 1; }
/* 60   */ 
/* 61   */ /******************************************************************
/* 62   *| Stylesheet: Mixins Stylesheet
/* 63   *| ******************************************************************/
/* 64   */ /*********************
/* 65   *| TRANSITION
/* 66   *| *********************/
/* 67   */ /*********************
/* 68   *| CSS3 GRADIENTS
/* 69   *| *********************/
/* 70   */ /* @include css-gradient(#dfdfdf,#f8f8f8); */
/* 71   */ /*********************
/* 72   *| BOX SIZING
/* 73   *| *********************/
/* 74   */ /* @include box-sizing(border-box); */
/* 75   */ /**********************
/* 76   *| BUTTONS
/* 77   *| **********************/
/* 78   */ /**********************
/* 79   *| PADDING
/* 80   *| **********************/
/* 81   */ /**************************
/* 82   *| RESPONSIVE RATIO
/* 83   *| **************************/
/* 84   */ /*************************
/* 85   *| MEDIA QUERY (MQ)
/* 86   *| *************************/
/* 87   */ /************************
/* 88   *| CENTER DIV
/* 89   *| ************************/
/* 90   */ /*********************************
/* 91   *| SVG BACKGROUND IMAGE WITH FALLBACK
/* 92   *| *********************************/
/* 93   */ /* USAGE
/* 94   *| .lb_div {
/* 95   *|     @include background-image('bg');
/* 96   *| }
/* 97   *| ** must have bg.svg, bg.png & bg@2x.png
/* 98   *| */
/* 99   */ /*********************************
/* 100  *| HiDPI RESOLUTION QUERIES

/* style.css *|

/* 101  *| *********************************/
/* 102  */ /* Mixin by Pierre Burel: https://github.com/pierreburel/sass-resolution */
/* 103  *| /******************************************************************
/* 104  *| Site Name:
/* 105  *| Author:
/* 106  *| 
/* 107  *| Stylesheet: Gravity Form Styles
/* 108  *| 
/* 109  *| For universal gravity forms style overrides. For individual page form overrides please use the specific page SCSS file.
/* 110  *| 
/* 111  *| This is not an exhaustive list. 
/* 112  *| For other GF CSS classes, go here: https://www.gravityhelp.com/documentation/article/css-targeting-samples/
/* 113  *| ******************************************************************/
/* 114  */ /*********************
/* 115  *| GRAVITY FORM UNIVERSAL STYLES
/* 116  *| *********************/
/* 117  */ /*********************
/* 118  *| ACTIVE STATES
/* 119  *| *********************/
/* 120  */ input[type="password"] {
/* 121  */   letter-spacing: 0.3em; }
/* 122  */ 
/* 123  */ /*********************
/* 124  *| IMPORT PAGES
/* 125  *| *********************/
/* 126  */ .home,
/* 127  */ .page-id-167,
/* 128  */ .page-id-2 {
/* 129  */   /******************************************************************
/* 130  *|   Stylesheet: Home Page
/* 131  *|   
/* 132  *|   Styles for homepage ONLY. If the styles will be used across the site,
/* 133  *|   use the _base.scss file.
/* 134  *|   ******************************************************************/ }
/* 135  */   .home .mlh-tag,
/* 136  */   .home .home-logo,
/* 137  */   .page-id-167 .mlh-tag,
/* 138  */   .page-id-167 .home-logo,
/* 139  */   .page-id-2 .mlh-tag,
/* 140  */   .page-id-2 .home-logo {
/* 141  */     display: none; }
/* 142  */   .home .nav-header,
/* 143  */   .page-id-167 .nav-header,
/* 144  */   .page-id-2 .nav-header {
/* 145  */     background-color: #007CDB !important; }
/* 146  */   .home .hero-row .hero-img,
/* 147  */   .page-id-167 .hero-row .hero-img,
/* 148  */   .page-id-2 .hero-row .hero-img {
/* 149  */     height: 41.6666666667vw;
/* 150  */     object-fit: cover; }

/* style.css */

/* 151  */     @media (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
/* 152  */       .home .hero-row .hero-img,
/* 153  */       .page-id-167 .hero-row .hero-img,
/* 154  */       .page-id-2 .hero-row .hero-img {
/* 155  */         height: 50vw; } }
/* 156  */     @media (max-width: 768px) {
/* 157  */       .home .hero-row .hero-img,
/* 158  */       .page-id-167 .hero-row .hero-img,
/* 159  */       .page-id-2 .hero-row .hero-img {
/* 160  */         height: 58.3333333333vw; } }
/* 161  */     @media (max-width: 600px) {
/* 162  */       .home .hero-row .hero-img,
/* 163  */       .page-id-167 .hero-row .hero-img,
/* 164  */       .page-id-2 .hero-row .hero-img {
/* 165  */         display: none; } }
/* 166  */   .home .hero-row .hero-svg,
/* 167  */   .page-id-167 .hero-row .hero-svg,
/* 168  */   .page-id-2 .hero-row .hero-svg {
/* 169  */     width: 10.4166666667vw;
/* 170  */     position: absolute;
/* 171  */     top: 29.1666666667vw;
/* 172  */     left: 50%;
/* 173  */     transform: translateX(-50%); }
/* 174  */     @media (max-width: 600px) {
/* 175  */       .home .hero-row .hero-svg,
/* 176  */       .page-id-167 .hero-row .hero-svg,
/* 177  */       .page-id-2 .hero-row .hero-svg {
/* 178  */         display: none; } }
/* 179  */   @media (max-width: 600px) {
/* 180  */     .home .hero-row .hero-text-col,
/* 181  */     .page-id-167 .hero-row .hero-text-col,
/* 182  */     .page-id-2 .hero-row .hero-text-col {
/* 183  */       flex-basis: 100%; } }
/* 184  */   .home .hero-row .hero-text,
/* 185  */   .page-id-167 .hero-row .hero-text,
/* 186  */   .page-id-2 .hero-row .hero-text {
/* 187  */     background-color: #007CDB;
/* 188  */     color: #ffffff;
/* 189  */     height: 37.5vw;
/* 190  */     display: flex;
/* 191  */     flex-wrap: wrap;
/* 192  */     flex-direction: column;
/* 193  */     align-items: center;
/* 194  */     justify-content: center; }
/* 195  */     @media (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
/* 196  */       .home .hero-row .hero-text,
/* 197  */       .page-id-167 .hero-row .hero-text,
/* 198  */       .page-id-2 .hero-row .hero-text {
/* 199  */         height: 43.75vw; } }
/* 200  */     @media (max-width: 768px) {

/* style.css */

/* 201  */       .home .hero-row .hero-text,
/* 202  */       .page-id-167 .hero-row .hero-text,
/* 203  */       .page-id-2 .hero-row .hero-text {
/* 204  */         height: 52.0833333333vw; } }
/* 205  */     @media (max-width: 600px) {
/* 206  */       .home .hero-row .hero-text,
/* 207  */       .page-id-167 .hero-row .hero-text,
/* 208  */       .page-id-2 .hero-row .hero-text {
/* 209  */         background-image: linear-gradient(rgba(25, 25, 25, 0.52), rgba(25, 25, 25, 0.52)), url(../../uploads/vatican_city-web-ready327526960_6b5cc43e0d_o-1.jpg);
/* 210  */         overlay-color: rgba(25, 25, 25, 0.52);
/* 211  */         background-size: cover;
/* 212  */         background-position: center;
/* 213  */         height: 60vh; } }
/* 214  */     .home .hero-row .hero-text .hero-title,
/* 215  */     .page-id-167 .hero-row .hero-text .hero-title,
/* 216  */     .page-id-2 .hero-row .hero-text .hero-title {
/* 217  */       text-align: center;
/* 218  */       font-size: 3em !important; }
/* 219  */       @media (max-width: 600px) {
/* 220  */         .home .hero-row .hero-text .hero-title,
/* 221  */         .page-id-167 .hero-row .hero-text .hero-title,
/* 222  */         .page-id-2 .hero-row .hero-text .hero-title {
/* 223  */           font-size: 4em !important; } }
/* 224  */     .home .hero-row .hero-text .hero-info,
/* 225  */     .page-id-167 .hero-row .hero-text .hero-info,
/* 226  */     .page-id-2 .hero-row .hero-text .hero-info {
/* 227  */       display: flex;
/* 228  */       width: 100%;
/* 229  */       justify-content: center; }
/* 230  */       @media (max-width: 900px) {
/* 231  */         .home .hero-row .hero-text .hero-info,
/* 232  */         .page-id-167 .hero-row .hero-text .hero-info,
/* 233  */         .page-id-2 .hero-row .hero-text .hero-info {
/* 234  */           flex-wrap: wrap; } }
/* 235  */       @media (max-width: 600px) {
/* 236  */         .home .hero-row .hero-text .hero-info,
/* 237  */         .page-id-167 .hero-row .hero-text .hero-info,
/* 238  */         .page-id-2 .hero-row .hero-text .hero-info {
/* 239  */           width: auto; } }
/* 240  */       .home .hero-row .hero-text .hero-info > span,
/* 241  */       .page-id-167 .hero-row .hero-text .hero-info > span,
/* 242  */       .page-id-2 .hero-row .hero-text .hero-info > span {
/* 243  */         flex-basis: auto; }
/* 244  */         @media (max-width: 900px) {
/* 245  */           .home .hero-row .hero-text .hero-info > span,
/* 246  */           .page-id-167 .hero-row .hero-text .hero-info > span,
/* 247  */           .page-id-2 .hero-row .hero-text .hero-info > span {
/* 248  */             flex-basis: 100%; } }
/* 249  */     .home .hero-row .hero-text .title-location,
/* 250  */     .page-id-167 .hero-row .hero-text .title-location,

/* style.css */

/* 251  */     .page-id-2 .hero-row .hero-text .title-location {
/* 252  */       border-right: solid 3px #ffffff;
/* 253  */       padding-right: 1.0416666667vw;
/* 254  */       text-align: right;
/* 255  */       font-size: 1em; }
/* 256  */       @media (max-width: 900px) {
/* 257  */         .home .hero-row .hero-text .title-location,
/* 258  */         .page-id-167 .hero-row .hero-text .title-location,
/* 259  */         .page-id-2 .hero-row .hero-text .title-location {
/* 260  */           text-align: center;
/* 261  */           border: none;
/* 262  */           padding: 0; } }
/* 263  */     .home .hero-row .hero-text .title-date,
/* 264  */     .page-id-167 .hero-row .hero-text .title-date,
/* 265  */     .page-id-2 .hero-row .hero-text .title-date {
/* 266  */       padding-left: 1.0416666667vw;
/* 267  */       align-self: flex-end; }
/* 268  */       @media (max-width: 900px) {
/* 269  */         .home .hero-row .hero-text .title-date,
/* 270  */         .page-id-167 .hero-row .hero-text .title-date,
/* 271  */         .page-id-2 .hero-row .hero-text .title-date {
/* 272  */           text-align: center;
/* 273  */           padding: 0; } }
/* 274  */   .home .hero-row .apply-button,
/* 275  */   .page-id-167 .hero-row .apply-button,
/* 276  */   .page-id-2 .hero-row .apply-button {
/* 277  */     color: #ffffff;
/* 278  */     border: solid #E9BE46 3px;
/* 279  */     border-radius: 0;
/* 280  */     font-weight: bold !important;
/* 281  */     font-size: 0.8em;
/* 282  */     text-transform: uppercase;
/* 283  */     padding: 0.5em 2em;
/* 284  */     transition: 0.28s ease-in-out;
/* 285  */     margin-top: 4.1666666667vw;
/* 286  */     outline: none; }
/* 287  */     @media (max-width: 600px) {
/* 288  */       .home .hero-row .apply-button,
/* 289  */       .page-id-167 .hero-row .apply-button,
/* 290  */       .page-id-2 .hero-row .apply-button {
/* 291  */         font-weight: bold;
/* 292  */         border-color: #ffffff; } }
/* 293  */     .home .hero-row .apply-button:hover,
/* 294  */     .page-id-167 .hero-row .apply-button:hover,
/* 295  */     .page-id-2 .hero-row .apply-button:hover {
/* 296  */       background: #E9BE46;
/* 297  */       border-color: #E9BE46;
/* 298  */       color: #fff !important; }
/* 299  */   .home .hero-row .hero-line,
/* 300  */   .page-id-167 .hero-row .hero-line,

/* style.css */

/* 301  */   .page-id-2 .hero-row .hero-line {
/* 302  */     background: #E9BE46;
/* 303  */     width: 3px;
/* 304  */     transform: translateY(-50%);
/* 305  */     margin: 0 auto;
/* 306  */     height: 5.5vw; }
/* 307  */     @media (max-width: 600px) {
/* 308  */       .home .hero-row .hero-line,
/* 309  */       .page-id-167 .hero-row .hero-line,
/* 310  */       .page-id-2 .hero-row .hero-line {
/* 311  */         display: none; } }
/* 312  */   .home .hero-row .hero-thick-line,
/* 313  */   .page-id-167 .hero-row .hero-thick-line,
/* 314  */   .page-id-2 .hero-row .hero-thick-line {
/* 315  */     background: #E9BE46;
/* 316  */     width: 11px;
/* 317  */     height: 27.75vw;
/* 318  */     position: absolute;
/* 319  */     right: 0;
/* 320  */     bottom: 0; }
/* 321  */     @media (max-width: 1000px) {
/* 322  */       .home .hero-row .hero-thick-line,
/* 323  */       .page-id-167 .hero-row .hero-thick-line,
/* 324  */       .page-id-2 .hero-row .hero-thick-line {
/* 325  */         display: none; } }
/* 326  */   .home .pope-row,
/* 327  */   .page-id-167 .pope-row,
/* 328  */   .page-id-2 .pope-row {
/* 329  */     padding-top: 5.5555555556vw;
/* 330  */     margin-bottom: 8.3333333333vw; }
/* 331  */     @media (max-width: 768px) {
/* 332  */       .home .pope-row,
/* 333  */       .page-id-167 .pope-row,
/* 334  */       .page-id-2 .pope-row {
/* 335  */         padding-top: 8.3333333333vw;
/* 336  */         margin-bottom: 8.3333333333vw; } }
/* 337  */     @media (max-width: 600px) {
/* 338  */       .home .pope-row .ct-columns > div,
/* 339  */       .page-id-167 .pope-row .ct-columns > div,
/* 340  */       .page-id-2 .pope-row .ct-columns > div {
/* 341  */         flex-wrap: wrap; } }
/* 342  */     .home .pope-row ul,
/* 343  */     .page-id-167 .pope-row ul,
/* 344  */     .page-id-2 .pope-row ul {
/* 345  */       margin-top: 10px;
/* 346  */       counter-reset: section; }
/* 347  */       .home .pope-row ul li,
/* 348  */       .page-id-167 .pope-row ul li,
/* 349  */       .page-id-2 .pope-row ul li {
/* 350  */         margin-bottom: 0.5em;

/* style.css */

/* 351  */         font-size: 0.8em;
/* 352  */         color: #fff;
/* 353  */         font-weight: 600; }
/* 354  */         @media (max-width: 1024px) {
/* 355  */           .home .pope-row ul li,
/* 356  */           .page-id-167 .pope-row ul li,
/* 357  */           .page-id-2 .pope-row ul li {
/* 358  */             font-size: 1.2em; } }
/* 359  */         .home .pope-row ul li::before,
/* 360  */         .page-id-167 .pope-row ul li::before,
/* 361  */         .page-id-2 .pope-row ul li::before {
/* 362  */           color: #79BAEC;
/* 363  */           counter-increment: section;
/* 364  */           content: "0" counter(section) " ";
/* 365  */           letter-spacing: 1px; }
/* 366  */     .home .pope-row .call-to-hack,
/* 367  */     .page-id-167 .pope-row .call-to-hack,
/* 368  */     .page-id-2 .pope-row .call-to-hack {
/* 369  */       padding-right: 8.3333333333vw; }
/* 370  */       @media (max-width: 1024px) {
/* 371  */         .home .pope-row .call-to-hack,
/* 372  */         .page-id-167 .pope-row .call-to-hack,
/* 373  */         .page-id-2 .pope-row .call-to-hack {
/* 374  */           padding-right: 0; } }
/* 375  */       @media (max-width: 768px) {
/* 376  */         .home .pope-row .call-to-hack,
/* 377  */         .page-id-167 .pope-row .call-to-hack,
/* 378  */         .page-id-2 .pope-row .call-to-hack {
/* 379  */           width: 58.3333333333% !important;
/* 380  */           padding-bottom: 0; } }
/* 381  */       @media (max-width: 600px) {
/* 382  */         .home .pope-row .call-to-hack,
/* 383  */         .page-id-167 .pope-row .call-to-hack,
/* 384  */         .page-id-2 .pope-row .call-to-hack {
/* 385  */           flex-basis: 100%;
/* 386  */           order: 1; } }
/* 387  */       .home .pope-row .call-to-hack .call-text,
/* 388  */       .page-id-167 .pope-row .call-to-hack .call-text,
/* 389  */       .page-id-2 .pope-row .call-to-hack .call-text {
/* 390  */         padding: 12.5vw 8.3333333333vw;
/* 391  */         background-position: center;
/* 392  */         background-size: cover;
/* 393  */         height: 100%; }
/* 394  */         @media (max-width: 1300px) {
/* 395  */           .home .pope-row .call-to-hack .call-text,
/* 396  */           .page-id-167 .pope-row .call-to-hack .call-text,
/* 397  */           .page-id-2 .pope-row .call-to-hack .call-text {
/* 398  */             padding: 8.3333333333vw 4.1666666667vw; } }
/* 399  */         @media (max-width: 1024px) {
/* 400  */           .home .pope-row .call-to-hack .call-text,

/* style.css */

/* 401  */           .page-id-167 .pope-row .call-to-hack .call-text,
/* 402  */           .page-id-2 .pope-row .call-to-hack .call-text {
/* 403  */             padding: 8.3333333333vw 8.3333333333vw; } }
/* 404  */         @media (max-width: 600px) {
/* 405  */           .home .pope-row .call-to-hack .call-text,
/* 406  */           .page-id-167 .pope-row .call-to-hack .call-text,
/* 407  */           .page-id-2 .pope-row .call-to-hack .call-text {
/* 408  */             padding: 12.5vw 8.3333333333vw; } }
/* 409  */         .home .pope-row .call-to-hack .call-text a,
/* 410  */         .page-id-167 .pope-row .call-to-hack .call-text a,
/* 411  */         .page-id-2 .pope-row .call-to-hack .call-text a {
/* 412  */           color: #E9BE46; }
/* 413  */           .home .pope-row .call-to-hack .call-text a:hover,
/* 414  */           .page-id-167 .pope-row .call-to-hack .call-text a:hover,
/* 415  */           .page-id-2 .pope-row .call-to-hack .call-text a:hover {
/* 416  */             text-decoration: underline; }
/* 417  */         .home .pope-row .call-to-hack .call-text .call-title,
/* 418  */         .page-id-167 .pope-row .call-to-hack .call-text .call-title,
/* 419  */         .page-id-2 .pope-row .call-to-hack .call-text .call-title {
/* 420  */           margin-bottom: 2.0833333333vw; }
/* 421  */           @media (max-width: 600px) {
/* 422  */             .home .pope-row .call-to-hack .call-text .call-title,
/* 423  */             .page-id-167 .pope-row .call-to-hack .call-text .call-title,
/* 424  */             .page-id-2 .pope-row .call-to-hack .call-text .call-title {
/* 425  */               margin-bottom: 8.3333333333vw; } }
/* 426  */         .home .pope-row .call-to-hack .call-text .call-sub,
/* 427  */         .page-id-167 .pope-row .call-to-hack .call-text .call-sub,
/* 428  */         .page-id-2 .pope-row .call-to-hack .call-text .call-sub {
/* 429  */           margin-bottom: 2.0833333333vw;
/* 430  */           display: inline-block; }
/* 431  */           .home .pope-row .call-to-hack .call-text .call-sub::after,
/* 432  */           .page-id-167 .pope-row .call-to-hack .call-text .call-sub::after,
/* 433  */           .page-id-2 .pope-row .call-to-hack .call-text .call-sub::after {
/* 434  */             content: '';
/* 435  */             width: 65%;
/* 436  */             height: 3px;
/* 437  */             background: #E9BE46;
/* 438  */             display: block;
/* 439  */             margin-top: 3px; }
/* 440  */           .home .pope-row .call-to-hack .call-text .call-sub span,
/* 441  */           .page-id-167 .pope-row .call-to-hack .call-text .call-sub span,
/* 442  */           .page-id-2 .pope-row .call-to-hack .call-text .call-sub span {
/* 443  */             font-size: 1rem;
/* 444  */             font-weight: 700 !important; }
/* 445  */           @media (max-width: 600px) {
/* 446  */             .home .pope-row .call-to-hack .call-text .call-sub,
/* 447  */             .page-id-167 .pope-row .call-to-hack .call-text .call-sub,
/* 448  */             .page-id-2 .pope-row .call-to-hack .call-text .call-sub {
/* 449  */               margin-bottom: 8.3333333333vw; } }
/* 450  */         .home .pope-row .call-to-hack .call-text .ct-ul li::before,

/* style.css */

/* 451  */         .page-id-167 .pope-row .call-to-hack .call-text .ct-ul li::before,
/* 452  */         .page-id-2 .pope-row .call-to-hack .call-text .ct-ul li::before {
/* 453  */           color: #E9BE46; }
/* 454  */     .home .pope-row .pope,
/* 455  */     .page-id-167 .pope-row .pope,
/* 456  */     .page-id-2 .pope-row .pope {
/* 457  */       margin-top: 4.1666666667vw; }
/* 458  */       @media (max-width: 768px) {
/* 459  */         .home .pope-row .pope,
/* 460  */         .page-id-167 .pope-row .pope,
/* 461  */         .page-id-2 .pope-row .pope {
/* 462  */           width: 41.6666666667% !important;
/* 463  */           margin-top: 2.7777777778vw; } }
/* 464  */       @media (max-width: 600px) {
/* 465  */         .home .pope-row .pope,
/* 466  */         .page-id-167 .pope-row .pope,
/* 467  */         .page-id-2 .pope-row .pope {
/* 468  */           flex-basis: 100%;
/* 469  */           display: flex;
/* 470  */           flex-direction: column; } }
/* 471  */       @media (max-width: 600px) {
/* 472  */         .home .pope-row .pope #ct_div_block_382_post_2,
/* 473  */         .page-id-167 .pope-row .pope #ct_div_block_382_post_2,
/* 474  */         .page-id-2 .pope-row .pope #ct_div_block_382_post_2 {
/* 475  */           width: 83.3333333333vw;
/* 476  */           align-self: flex-end; } }
/* 477  */       @media (max-width: 600px) {
/* 478  */         .home .pope-row .pope #ct_div_block_382_post_2::after,
/* 479  */         .page-id-167 .pope-row .pope #ct_div_block_382_post_2::after,
/* 480  */         .page-id-2 .pope-row .pope #ct_div_block_382_post_2::after {
/* 481  */           display: block;
/* 482  */           position: relative;
/* 483  */           background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
/* 484  */           margin-top: -150px;
/* 485  */           max-height: 70vh;
/* 486  */           width: 100%;
/* 487  */           height: 150px;
/* 488  */           content: ''; } }
/* 489  */       .home .pope-row .pope .pope-img,
/* 490  */       .page-id-167 .pope-row .pope .pope-img,
/* 491  */       .page-id-2 .pope-row .pope .pope-img {
/* 492  */         opacity: 0.55;
/* 493  */         width: 100%;
/* 494  */         max-height: 70vh;
/* 495  */         object-fit: cover;
/* 496  */         object-position: 50% top; }
/* 497  */         @media (max-width: 600px) {
/* 498  */           .home .pope-row .pope .pope-img,
/* 499  */           .page-id-167 .pope-row .pope .pope-img,
/* 500  */           .page-id-2 .pope-row .pope .pope-img {

/* style.css */

/* 501  */             width: 83.3333333333vw;
/* 502  */             opacity: 0.39;
/* 503  */             align-self: flex-end; } }
/* 504  */       .home .pope-row .pope .pope-quote,
/* 505  */       .page-id-167 .pope-row .pope .pope-quote,
/* 506  */       .page-id-2 .pope-row .pope .pope-quote {
/* 507  */         padding-top: 1.0416666667vw;
/* 508  */         padding-right: 8.3333333333vw;
/* 509  */         border-top: 3px solid #E9BE46;
/* 510  */         font-size: 1.2em; }
/* 511  */         @media (max-width: 768px) {
/* 512  */           .home .pope-row .pope .pope-quote,
/* 513  */           .page-id-167 .pope-row .pope .pope-quote,
/* 514  */           .page-id-2 .pope-row .pope .pope-quote {
/* 515  */             padding-top: 4.1666666667vw; } }
/* 516  */         .home .pope-row .pope .pope-quote .text-lg,
/* 517  */         .page-id-167 .pope-row .pope .pope-quote .text-lg,
/* 518  */         .page-id-2 .pope-row .pope .pope-quote .text-lg {
/* 519  */           font-style: italic;
/* 520  */           line-height: 1.8em;
/* 521  */           color: #95989A !important;
/* 522  */           letter-spacing: 1px !important;
/* 523  */           font-weight: 400 !important; }
/* 524  */           @media (max-width: 600px) {
/* 525  */             .home .pope-row .pope .pope-quote .text-lg,
/* 526  */             .page-id-167 .pope-row .pope .pope-quote .text-lg,
/* 527  */             .page-id-2 .pope-row .pope .pope-quote .text-lg {
/* 528  */               font-size: 1.1em;
/* 529  */               line-height: 1.6em; } }
/* 530  */           @media (max-width: 400px) {
/* 531  */             .home .pope-row .pope .pope-quote .text-lg,
/* 532  */             .page-id-167 .pope-row .pope .pope-quote .text-lg,
/* 533  */             .page-id-2 .pope-row .pope .pope-quote .text-lg {
/* 534  */               font-size: 1em; } }
/* 535  */           .home .pope-row .pope .pope-quote .text-lg span,
/* 536  */           .page-id-167 .pope-row .pope .pope-quote .text-lg span,
/* 537  */           .page-id-2 .pope-row .pope .pope-quote .text-lg span {
/* 538  */             font-style: normal;
/* 539  */             font-weight: 400; }
/* 540  */             .home .pope-row .pope .pope-quote .text-lg span::after,
/* 541  */             .page-id-167 .pope-row .pope .pope-quote .text-lg span::after,
/* 542  */             .page-id-2 .pope-row .pope .pope-quote .text-lg span::after {
/* 543  */               content: '';
/* 544  */               display: none; }
/* 545  */         @media (max-width: 1024px) {
/* 546  */           .home .pope-row .pope .pope-quote,
/* 547  */           .page-id-167 .pope-row .pope .pope-quote,
/* 548  */           .page-id-2 .pope-row .pope .pope-quote {
/* 549  */             font-size: 1.2em;
/* 550  */             margin-left: 5.5555555556vw;

/* style.css */

/* 551  */             padding-right: 5.5555555556vw; } }
/* 552  */         @media (max-width: 600px) {
/* 553  */           .home .pope-row .pope .pope-quote,
/* 554  */           .page-id-167 .pope-row .pope .pope-quote,
/* 555  */           .page-id-2 .pope-row .pope .pope-quote {
/* 556  */             padding: 4.1666666667vw 8.3333333333vw;
/* 557  */             font-size: 1em;
/* 558  */             line-height: 1.6em;
/* 559  */             border: 0;
/* 560  */             margin-left: 0;
/* 561  */             margin-top: -25vw;
/* 562  */             margin-bottom: 8.3333333333vw;
/* 563  */             background-image: linear-gradient(rgba(255, 255, 255, 0) 0, white 90%);
/* 564  */             z-index: 3; }
/* 565  */             .home .pope-row .pope .pope-quote::before,
/* 566  */             .page-id-167 .pope-row .pope .pope-quote::before,
/* 567  */             .page-id-2 .pope-row .pope .pope-quote::before {
/* 568  */               content: '';
/* 569  */               width: 54.1666666667vw;
/* 570  */               height: 3px;
/* 571  */               background: #E9BE46;
/* 572  */               display: block;
/* 573  */               position: absolute;
/* 574  */               margin-top: -4.1666666667vw;
/* 575  */               left: 0; } }
/* 576  */         .home .pope-row .pope .pope-quote ::after,
/* 577  */         .page-id-167 .pope-row .pope .pope-quote ::after,
/* 578  */         .page-id-2 .pope-row .pope .pope-quote ::after {
/* 579  */           content: '';
/* 580  */           width: 29.1666666667vw;
/* 581  */           height: 3px;
/* 582  */           background: #E9BE46;
/* 583  */           display: block;
/* 584  */           margin-top: 1.0416666667vw;
/* 585  */           right: 0;
/* 586  */           position: absolute; }
/* 587  */           @media (max-width: 768px) {
/* 588  */             .home .pope-row .pope .pope-quote ::after,
/* 589  */             .page-id-167 .pope-row .pope .pope-quote ::after,
/* 590  */             .page-id-2 .pope-row .pope .pope-quote ::after {
/* 591  */               margin-top: 4.1666666667vw; } }
/* 592  */           @media (max-width: 600px) {
/* 593  */             .home .pope-row .pope .pope-quote ::after,
/* 594  */             .page-id-167 .pope-row .pope .pope-quote ::after,
/* 595  */             .page-id-2 .pope-row .pope .pope-quote ::after {
/* 596  */               left: 0;
/* 597  */               width: 83.3333333333vw; } }
/* 598  */   .home .universities-row .university-list,
/* 599  */   .page-id-167 .universities-row .university-list,
/* 600  */   .page-id-2 .universities-row .university-list {

/* style.css */

/* 601  */     display: flex;
/* 602  */     flex-direction: row;
/* 603  */     align-items: center;
/* 604  */     justify-content: space-around;
/* 605  */     margin: 8.3333333333vw 0;
/* 606  */     border-left: 9px solid #E9BE46; }
/* 607  */     @media (max-width: 768px) {
/* 608  */       .home .universities-row .university-list,
/* 609  */       .page-id-167 .universities-row .university-list,
/* 610  */       .page-id-2 .universities-row .university-list {
/* 611  */         border: 0; } }
/* 612  */     .home .universities-row .university-list span,
/* 613  */     .page-id-167 .universities-row .university-list span,
/* 614  */     .page-id-2 .universities-row .university-list span {
/* 615  */       font: 400 1.7em/1em "Quantico", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
/* 616  */       font-weight: 600;
/* 617  */       color: #007CDB; }
/* 618  */   .home .religions-row,
/* 619  */   .page-id-167 .religions-row,
/* 620  */   .page-id-2 .religions-row {
/* 621  */     background: linear-gradient(to right, #79BAEC 0%, #79BAEC 16.69%, rgba(231, 56, 39, 0) 16.7%, rgba(231, 56, 39, 0) 100%);
/* 622  */     padding-top: 4.1666666667vw; }
/* 623  */     @media (max-width: 600px) {
/* 624  */       .home .religions-row,
/* 625  */       .page-id-167 .religions-row,
/* 626  */       .page-id-2 .religions-row {
/* 627  */         background: none;
/* 628  */         padding-bottom: 25vw; } }
/* 629  */     .home .religions-row .religions-img-col,
/* 630  */     .page-id-167 .religions-row .religions-img-col,
/* 631  */     .page-id-2 .religions-row .religions-img-col {
/* 632  */       padding-left: 4.1666666667vw; }
/* 633  */       @media (max-width: 768px) {
/* 634  */         .home .religions-row .religions-img-col,
/* 635  */         .page-id-167 .religions-row .religions-img-col,
/* 636  */         .page-id-2 .religions-row .religions-img-col {
/* 637  */           width: 41.6666666667vw !important; } }
/* 638  */       @media (max-width: 600px) {
/* 639  */         .home .religions-row .religions-img-col,
/* 640  */         .page-id-167 .religions-row .religions-img-col,
/* 641  */         .page-id-2 .religions-row .religions-img-col {
/* 642  */           display: none; } }
/* 643  */       .home .religions-row .religions-img-col .religions-img,
/* 644  */       .page-id-167 .religions-row .religions-img-col .religions-img,
/* 645  */       .page-id-2 .religions-row .religions-img-col .religions-img {
/* 646  */         width: 33.3333333333vw;
/* 647  */         margin-bottom: 4.1666666667vw; }
/* 648  */         .home .religions-row .religions-img-col .religions-img::after,
/* 649  */         .page-id-167 .religions-row .religions-img-col .religions-img::after,
/* 650  */         .page-id-2 .religions-row .religions-img-col .religions-img::after {

/* style.css */

/* 651  */           content: '';
/* 652  */           background: #E9BE46;
/* 653  */           display: block;
/* 654  */           width: 3px;
/* 655  */           height: 6.25vw; }
/* 656  */     .home .religions-row .religions-text-col,
/* 657  */     .page-id-167 .religions-row .religions-text-col,
/* 658  */     .page-id-2 .religions-row .religions-text-col {
/* 659  */       display: flex;
/* 660  */       flex-direction: row;
/* 661  */       align-items: start;
/* 662  */       justify-content: space-between; }
/* 663  */       @media (max-width: 1400px) {
/* 664  */         .home .religions-row .religions-text-col,
/* 665  */         .page-id-167 .religions-row .religions-text-col,
/* 666  */         .page-id-2 .religions-row .religions-text-col {
/* 667  */           width: 59.75% !important; } }
/* 668  */       @media (max-width: 768px) {
/* 669  */         .home .religions-row .religions-text-col,
/* 670  */         .page-id-167 .religions-row .religions-text-col,
/* 671  */         .page-id-2 .religions-row .religions-text-col {
/* 672  */           width: 58.3333333333vw !important;
/* 673  */           justify-content: center; } }
/* 674  */       @media (max-width: 600px) {
/* 675  */         .home .religions-row .religions-text-col,
/* 676  */         .page-id-167 .religions-row .religions-text-col,
/* 677  */         .page-id-2 .religions-row .religions-text-col {
/* 678  */           width: 100% !important;
/* 679  */           padding: 0 8.3333333333vw; } }
/* 680  */       .home .religions-row .religions-text-col .religions-content,
/* 681  */       .page-id-167 .religions-row .religions-text-col .religions-content,
/* 682  */       .page-id-2 .religions-row .religions-text-col .religions-content {
/* 683  */         width: 25vw;
/* 684  */         display: flex;
/* 685  */         flex-direction: column;
/* 686  */         align-items: start;
/* 687  */         padding-bottom: 4.1666666667vw; }
/* 688  */         @media (max-width: 1400px) {
/* 689  */           .home .religions-row .religions-text-col .religions-content,
/* 690  */           .page-id-167 .religions-row .religions-text-col .religions-content,
/* 691  */           .page-id-2 .religions-row .religions-text-col .religions-content {
/* 692  */             width: 41.6666666667vw; } }
/* 693  */         @media (max-width: 600px) {
/* 694  */           .home .religions-row .religions-text-col .religions-content,
/* 695  */           .page-id-167 .religions-row .religions-text-col .religions-content,
/* 696  */           .page-id-2 .religions-row .religions-text-col .religions-content {
/* 697  */             width: 100%; } }
/* 698  */         .home .religions-row .religions-text-col .religions-content .religions-svg,
/* 699  */         .page-id-167 .religions-row .religions-text-col .religions-content .religions-svg,
/* 700  */         .page-id-2 .religions-row .religions-text-col .religions-content .religions-svg {

/* style.css */

/* 701  */           width: 10.4166666667vw;
/* 702  */           margin-bottom: 4.1666666667vw;
/* 703  */           align-self: center; }
/* 704  */           @media (max-width: 768px) {
/* 705  */             .home .religions-row .religions-text-col .religions-content .religions-svg,
/* 706  */             .page-id-167 .religions-row .religions-text-col .religions-content .religions-svg,
/* 707  */             .page-id-2 .religions-row .religions-text-col .religions-content .religions-svg {
/* 708  */               display: none; } }
/* 709  */         .home .religions-row .religions-text-col .religions-content .religions-title,
/* 710  */         .page-id-167 .religions-row .religions-text-col .religions-content .religions-title,
/* 711  */         .page-id-2 .religions-row .religions-text-col .religions-content .religions-title {
/* 712  */           color: #007CDB;
/* 713  */           margin-bottom: 4.1666666667vw; }
/* 714  */           @media (max-width: 600px) {
/* 715  */             .home .religions-row .religions-text-col .religions-content .religions-title,
/* 716  */             .page-id-167 .religions-row .religions-text-col .religions-content .religions-title,
/* 717  */             .page-id-2 .religions-row .religions-text-col .religions-content .religions-title {
/* 718  */               margin: 8.3333333333vw 0; } }
/* 719  */         @media (max-width: 600px) {
/* 720  */           .home .religions-row .religions-text-col .religions-content .religions-text,
/* 721  */           .page-id-167 .religions-row .religions-text-col .religions-content .religions-text,
/* 722  */           .page-id-2 .religions-row .religions-text-col .religions-content .religions-text {
/* 723  */             margin-bottom: 8.3333333333vw; } }
/* 724  */     .home .religions-row .blue-block-col,
/* 725  */     .page-id-167 .religions-row .blue-block-col,
/* 726  */     .page-id-2 .religions-row .blue-block-col {
/* 727  */       background: #007CDB;
/* 728  */       height: 37.5vw;
/* 729  */       align-self: flex-start;
/* 730  */       width: 8.3333333333vw; }
/* 731  */       @media (max-width: 768px) {
/* 732  */         .home .religions-row .blue-block-col,
/* 733  */         .page-id-167 .religions-row .blue-block-col,
/* 734  */         .page-id-2 .religions-row .blue-block-col {
/* 735  */           display: none; } }
/* 736  */   .home .themes-row .themes-intro-columns,
/* 737  */   .page-id-167 .themes-row .themes-intro-columns,
/* 738  */   .page-id-2 .themes-row .themes-intro-columns {
/* 739  */     padding: 8.3333333333vw; }
/* 740  */     @media (max-width: 1200px) {
/* 741  */       .home .themes-row .themes-intro-columns,
/* 742  */       .page-id-167 .themes-row .themes-intro-columns,
/* 743  */       .page-id-2 .themes-row .themes-intro-columns {
/* 744  */         padding-right: 0; }
/* 745  */         .home .themes-row .themes-intro-columns > div,
/* 746  */         .page-id-167 .themes-row .themes-intro-columns > div,
/* 747  */         .page-id-2 .themes-row .themes-intro-columns > div {
/* 748  */           flex-direction: column;
/* 749  */           flex-wrap: wrap; } }
/* 750  */     @media (max-width: 600px) {

/* style.css */

/* 751  */       .home .themes-row .themes-intro-columns,
/* 752  */       .page-id-167 .themes-row .themes-intro-columns,
/* 753  */       .page-id-2 .themes-row .themes-intro-columns {
/* 754  */         padding-top: 0;
/* 755  */         padding-left: 0; } }
/* 756  */     .home .themes-row .themes-intro-columns .title-col,
/* 757  */     .page-id-167 .themes-row .themes-intro-columns .title-col,
/* 758  */     .page-id-2 .themes-row .themes-intro-columns .title-col {
/* 759  */       align-items: center;
/* 760  */       justify-content: flex-end;
/* 761  */       display: flex;
/* 762  */       padding-right: 8.3333333333vw; }
/* 763  */       @media (max-width: 1200px) {
/* 764  */         .home .themes-row .themes-intro-columns .title-col,
/* 765  */         .page-id-167 .themes-row .themes-intro-columns .title-col,
/* 766  */         .page-id-2 .themes-row .themes-intro-columns .title-col {
/* 767  */           padding: 4.1666666667vw;
/* 768  */           padding-bottom: 8.3333333333vw;
/* 769  */           width: 100% !important;
/* 770  */           justify-content: flex-start; } }
/* 771  */       @media (max-width: 600px) {
/* 772  */         .home .themes-row .themes-intro-columns .title-col,
/* 773  */         .page-id-167 .themes-row .themes-intro-columns .title-col,
/* 774  */         .page-id-2 .themes-row .themes-intro-columns .title-col {
/* 775  */           justify-content: center;
/* 776  */           padding-top: 12.5vw; } }
/* 777  */       .home .themes-row .themes-intro-columns .title-col .themes-title,
/* 778  */       .page-id-167 .themes-row .themes-intro-columns .title-col .themes-title,
/* 779  */       .page-id-2 .themes-row .themes-intro-columns .title-col .themes-title {
/* 780  */         color: #007CDB; }
/* 781  */         .home .themes-row .themes-intro-columns .title-col .themes-title span,
/* 782  */         .page-id-167 .themes-row .themes-intro-columns .title-col .themes-title span,
/* 783  */         .page-id-2 .themes-row .themes-intro-columns .title-col .themes-title span {
/* 784  */           color: #E9BE46; }
/* 785  */     .home .themes-row .themes-intro-columns .text-col,
/* 786  */     .page-id-167 .themes-row .themes-intro-columns .text-col,
/* 787  */     .page-id-2 .themes-row .themes-intro-columns .text-col {
/* 788  */       padding: 8.3333333333vw;
/* 789  */       background: #79BAEC;
/* 790  */       color: #ffffff; }
/* 791  */       @media (max-width: 1200px) {
/* 792  */         .home .themes-row .themes-intro-columns .text-col,
/* 793  */         .page-id-167 .themes-row .themes-intro-columns .text-col,
/* 794  */         .page-id-2 .themes-row .themes-intro-columns .text-col {
/* 795  */           width: 75vw !important;
/* 796  */           align-self: flex-end; } }
/* 797  */       @media (max-width: 600px) {
/* 798  */         .home .themes-row .themes-intro-columns .text-col,
/* 799  */         .page-id-167 .themes-row .themes-intro-columns .text-col,
/* 800  */         .page-id-2 .themes-row .themes-intro-columns .text-col {

/* style.css */

/* 801  */           background: transparent;
/* 802  */           color: #95989A;
/* 803  */           align-self: center;
/* 804  */           width: 100% !important; } }
/* 805  */       .home .themes-row .themes-intro-columns .text-col::after,
/* 806  */       .page-id-167 .themes-row .themes-intro-columns .text-col::after,
/* 807  */       .page-id-2 .themes-row .themes-intro-columns .text-col::after {
/* 808  */         content: '';
/* 809  */         width: 12px;
/* 810  */         height: 80%;
/* 811  */         background: #E9BE46;
/* 812  */         position: absolute;
/* 813  */         display: block;
/* 814  */         right: 0;
/* 815  */         top: 50%;
/* 816  */         transform: translateY(-50%); }
/* 817  */         @media (max-width: 600px) {
/* 818  */           .home .themes-row .themes-intro-columns .text-col::after,
/* 819  */           .page-id-167 .themes-row .themes-intro-columns .text-col::after,
/* 820  */           .page-id-2 .themes-row .themes-intro-columns .text-col::after {
/* 821  */             display: none; } }
/* 822  */   .home .themes-row .side-link,
/* 823  */   .page-id-167 .themes-row .side-link,
/* 824  */   .page-id-2 .themes-row .side-link {
/* 825  */     align-self: flex-end;
/* 826  */     float: right; }
/* 827  */     @media (min-width: 600px) and (max-width: 768px) {
/* 828  */       .home .themes-row .side-link,
/* 829  */       .page-id-167 .themes-row .side-link,
/* 830  */       .page-id-2 .themes-row .side-link {
/* 831  */         transform: translateY(-16.6666666667vw); }
/* 832  */         .home .themes-row .side-link a,
/* 833  */         .page-id-167 .themes-row .side-link a,
/* 834  */         .page-id-2 .themes-row .side-link a {
/* 835  */           color: #ffffff; } }
/* 836  */     .home .themes-row .side-link svg,
/* 837  */     .page-id-167 .themes-row .side-link svg,
/* 838  */     .page-id-2 .themes-row .side-link svg {
/* 839  */       margin-right: 0.6944444444vw;
/* 840  */       transform: translateY(10%) rotate(180deg); }
/* 841  */     .home .themes-row .side-link::before,
/* 842  */     .page-id-167 .themes-row .side-link::before,
/* 843  */     .page-id-2 .themes-row .side-link::before {
/* 844  */       display: none; }
/* 845  */     .home .themes-row .side-link::after,
/* 846  */     .page-id-167 .themes-row .side-link::after,
/* 847  */     .page-id-2 .themes-row .side-link::after {
/* 848  */       content: '';
/* 849  */       display: inline-block;
/* 850  */       width: 18.75vw;

/* style.css */

/* 851  */       height: 3px;
/* 852  */       background: #E9BE46;
/* 853  */       margin-left: 2.0833333333vw;
/* 854  */       margin-right: 0;
/* 855  */       margin-top: -0.6vw;
/* 856  */       vertical-align: middle; }
/* 857  */   .home .video-row,
/* 858  */   .page-id-167 .video-row,
/* 859  */   .page-id-2 .video-row {
/* 860  */     background: #79BAEC;
/* 861  */     padding-top: 8.3333333333vw; }
/* 862  */     @media (max-width: 600px) {
/* 863  */       .home .video-row,
/* 864  */       .page-id-167 .video-row,
/* 865  */       .page-id-2 .video-row {
/* 866  */         position: relative; }
/* 867  */         .home .video-row::before,
/* 868  */         .page-id-167 .video-row::before,
/* 869  */         .page-id-2 .video-row::before {
/* 870  */           content: '';
/* 871  */           background: #79BAEC;
/* 872  */           width: 16.6666666667vw;
/* 873  */           height: 16.6666666667vw;
/* 874  */           position: absolute;
/* 875  */           top: 0;
/* 876  */           transform: translateY(-90%); } }
/* 877  */     .home .video-row #ct_svg_icon_360_post_2,
/* 878  */     .page-id-167 .video-row #ct_svg_icon_360_post_2,
/* 879  */     .page-id-2 .video-row #ct_svg_icon_360_post_2 {
/* 880  */       fill: rgba(0, 0, 0, 0);
/* 881  */       color: none;
/* 882  */       stroke: #E9BE46;
/* 883  */       transition: 0.28s ease-in-out; }
/* 884  */       .home .video-row #ct_svg_icon_360_post_2:hover,
/* 885  */       .page-id-167 .video-row #ct_svg_icon_360_post_2:hover,
/* 886  */       .page-id-2 .video-row #ct_svg_icon_360_post_2:hover {
/* 887  */         fill: #E9BE46; }
/* 888  */     .home .video-row .video-preview,
/* 889  */     .page-id-167 .video-row .video-preview,
/* 890  */     .page-id-2 .video-row .video-preview {
/* 891  */       width: 87.5vw;
/* 892  */       height: 37.5vw;
/* 893  */       display: flex;
/* 894  */       align-items: center;
/* 895  */       background-size: cover; }
/* 896  */       @media (max-width: 900px) {
/* 897  */         .home .video-row .video-preview,
/* 898  */         .page-id-167 .video-row .video-preview,
/* 899  */         .page-id-2 .video-row .video-preview {
/* 900  */           width: 91.6666666667vw; } }

/* style.css */

/* 901  */       @media (max-width: 600px) {
/* 902  */         .home .video-row .video-preview,
/* 903  */         .page-id-167 .video-row .video-preview,
/* 904  */         .page-id-2 .video-row .video-preview {
/* 905  */           width: 100%;
/* 906  */           height: 50vw; } }
/* 907  */       .home .video-row .video-preview::after,
/* 908  */       .page-id-167 .video-row .video-preview::after,
/* 909  */       .page-id-2 .video-row .video-preview::after {
/* 910  */         content: 'Solving Human-Centered Problems';
/* 911  */         display: inline-block;
/* 912  */         transform: rotate(90deg) translateY(-5.5vw);
/* 913  */         transform-origin: center;
/* 914  */         position: absolute;
/* 915  */         right: 0;
/* 916  */         color: #ffffff;
/* 917  */         font: 600 1.25em/1.75em "Montserrat", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
/* 918  */         font-weight: 700 !important; }
/* 919  */         @media (max-width: 1500px) {
/* 920  */           .home .video-row .video-preview::after,
/* 921  */           .page-id-167 .video-row .video-preview::after,
/* 922  */           .page-id-2 .video-row .video-preview::after {
/* 923  */             transform: rotate(90deg) translateY(-10vw); } }
/* 924  */         @media (max-width: 1200px) {
/* 925  */           .home .video-row .video-preview::after,
/* 926  */           .page-id-167 .video-row .video-preview::after,
/* 927  */           .page-id-2 .video-row .video-preview::after {
/* 928  */             transform: rotate(90deg) translateY(-13.3333333333vw); } }
/* 929  */         @media (max-width: 900px) {
/* 930  */           .home .video-row .video-preview::after,
/* 931  */           .page-id-167 .video-row .video-preview::after,
/* 932  */           .page-id-2 .video-row .video-preview::after {
/* 933  */             display: none; } }
/* 934  */       .home .video-row .video-preview .video-line,
/* 935  */       .page-id-167 .video-row .video-preview .video-line,
/* 936  */       .page-id-2 .video-row .video-preview .video-line {
/* 937  */         width: 9px;
/* 938  */         height: 31.25vw;
/* 939  */         background: #E9BE46; }
/* 940  */         @media (max-width: 768px) {
/* 941  */           .home .video-row .video-preview .video-line,
/* 942  */           .page-id-167 .video-row .video-preview .video-line,
/* 943  */           .page-id-2 .video-row .video-preview .video-line {
/* 944  */             display: none; } }
/* 945  */       .home .video-row .video-preview .video-play,
/* 946  */       .page-id-167 .video-row .video-preview .video-play,
/* 947  */       .page-id-2 .video-row .video-preview .video-play {
/* 948  */         display: none;
/* 949  */         align-self: flex-end;
/* 950  */         margin-left: auto;

/* style.css */

/* 951  */         margin-right: 4.1666666667vw;
/* 952  */         margin-bottom: 2.7777777778vw;
/* 953  */         font-size: 4em;
/* 954  */         cursor: pointer; }
/* 955  */         @media (max-width: 480px) {
/* 956  */           .home .video-row .video-preview .video-play,
/* 957  */           .page-id-167 .video-row .video-preview .video-play,
/* 958  */           .page-id-2 .video-row .video-preview .video-play {
/* 959  */             font-size: 3em; } }
/* 960  */     .home .video-row .video-author,
/* 961  */     .page-id-167 .video-row .video-author,
/* 962  */     .page-id-2 .video-row .video-author {
/* 963  */       padding: 2.7777777778vw 0 2.7777777778vw 8.3333333333vw; }
/* 964  */       @media (max-width: 600px) {
/* 965  */         .home .video-row .video-author,
/* 966  */         .page-id-167 .video-row .video-author,
/* 967  */         .page-id-2 .video-row .video-author {
/* 968  */           padding: 2.7777777778vw 0;
/* 969  */           text-align: center; } }
/* 970  */   .home .attend-row,
/* 971  */   .page-id-167 .attend-row,
/* 972  */   .page-id-2 .attend-row {
/* 973  */     padding-top: 8.3333333333vw;
/* 974  */     padding-bottom: 12.5vw; }
/* 975  */     .home .attend-row .pop-flex,
/* 976  */     .page-id-167 .attend-row .pop-flex,
/* 977  */     .page-id-2 .attend-row .pop-flex {
/* 978  */       margin-bottom: 8.3333333333vw; }
/* 979  */       .home .attend-row .pop-flex .pop-comment,
/* 980  */       .page-id-167 .attend-row .pop-flex .pop-comment,
/* 981  */       .page-id-2 .attend-row .pop-flex .pop-comment {
/* 982  */         font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif !important; }
/* 983  */       @media (max-width: 600px) {
/* 984  */         .home .attend-row .pop-flex,
/* 985  */         .page-id-167 .attend-row .pop-flex,
/* 986  */         .page-id-2 .attend-row .pop-flex {
/* 987  */           display: none !important; } }
/* 988  */     @media (max-width: 768px) {
/* 989  */       .home .attend-row .attend-cols > div,
/* 990  */       .page-id-167 .attend-row .attend-cols > div,
/* 991  */       .page-id-2 .attend-row .attend-cols > div {
/* 992  */         flex-wrap: wrap; } }
/* 993  */     @media (max-width: 768px) {
/* 994  */       .home .attend-row .attend-text,
/* 995  */       .page-id-167 .attend-row .attend-text,
/* 996  */       .page-id-2 .attend-row .attend-text {
/* 997  */         flex-basis: 50%; } }
/* 998  */     @media (max-width: 600px) {
/* 999  */       .home .attend-row .attend-text,
/* 1000 */       .page-id-167 .attend-row .attend-text,

/* style.css */

/* 1001 */       .page-id-2 .attend-row .attend-text {
/* 1002 */         flex-basis: 100%; } }
/* 1003 */     .home .attend-row .attend-text .attend-text-inner,
/* 1004 */     .page-id-167 .attend-row .attend-text .attend-text-inner,
/* 1005 */     .page-id-2 .attend-row .attend-text .attend-text-inner {
/* 1006 */       padding: 8.3333333333vw;
/* 1007 */       padding-top: 4.1666666667vw;
/* 1008 */       background: #79BAEC; }
/* 1009 */       @media (max-width: 600px) {
/* 1010 */         .home .attend-row .attend-text .attend-text-inner,
/* 1011 */         .page-id-167 .attend-row .attend-text .attend-text-inner,
/* 1012 */         .page-id-2 .attend-row .attend-text .attend-text-inner {
/* 1013 */           padding-top: 8.3333333333vw; } }
/* 1014 */     .home .attend-row .attend-text .attend-line,
/* 1015 */     .page-id-167 .attend-row .attend-text .attend-line,
/* 1016 */     .page-id-2 .attend-row .attend-text .attend-line {
/* 1017 */       content: '';
/* 1018 */       background: #E9BE46;
/* 1019 */       width: 3px;
/* 1020 */       display: block;
/* 1021 */       transform: translateY(-7.0833333333vw);
/* 1022 */       margin: 0 auto;
/* 1023 */       height: 5.5vw; }
/* 1024 */       @media (max-width: 600px) {
/* 1025 */         .home .attend-row .attend-text .attend-line,
/* 1026 */         .page-id-167 .attend-row .attend-text .attend-line,
/* 1027 */         .page-id-2 .attend-row .attend-text .attend-line {
/* 1028 */           display: none; } }
/* 1029 */     .home .attend-row .attend-text .attend-title,
/* 1030 */     .page-id-167 .attend-row .attend-text .attend-title,
/* 1031 */     .page-id-2 .attend-row .attend-text .attend-title {
/* 1032 */       font-size: 0.8em;
/* 1033 */       padding-bottom: 4.1666666667vw;
/* 1034 */       margin-top: -5.5vw; }
/* 1035 */       @media (max-width: 600px) {
/* 1036 */         .home .attend-row .attend-text .attend-title,
/* 1037 */         .page-id-167 .attend-row .attend-text .attend-title,
/* 1038 */         .page-id-2 .attend-row .attend-text .attend-title {
/* 1039 */           display: none; } }
/* 1040 */     @media (max-width: 600px) {
/* 1041 */       .home .attend-row .attend-text .attend-desc,
/* 1042 */       .page-id-167 .attend-row .attend-text .attend-desc,
/* 1043 */       .page-id-2 .attend-row .attend-text .attend-desc {
/* 1044 */         margin: 8.3333333333vw 0; } }
/* 1045 */     .home .attend-row .attend-img,
/* 1046 */     .page-id-167 .attend-row .attend-img,
/* 1047 */     .page-id-2 .attend-row .attend-img {
/* 1048 */       height: 41.6666666667vw;
/* 1049 */       position: relative; }
/* 1050 */       @media (max-width: 768px) {

/* style.css */

/* 1051 */         .home .attend-row .attend-img,
/* 1052 */         .page-id-167 .attend-row .attend-img,
/* 1053 */         .page-id-2 .attend-row .attend-img {
/* 1054 */           flex-basis: 41.6666666667%; } }
/* 1055 */       @media (max-width: 600px) {
/* 1056 */         .home .attend-row .attend-img,
/* 1057 */         .page-id-167 .attend-row .attend-img,
/* 1058 */         .page-id-2 .attend-row .attend-img {
/* 1059 */           flex-basis: 100%;
/* 1060 */           height: 100vw;
/* 1061 */           order: -1; }
/* 1062 */           .home .attend-row .attend-img::before,
/* 1063 */           .page-id-167 .attend-row .attend-img::before,
/* 1064 */           .page-id-2 .attend-row .attend-img::before {
/* 1065 */             content: '';
/* 1066 */             display: block;
/* 1067 */             position: absolute;
/* 1068 */             left: 50%;
/* 1069 */             width: 3px;
/* 1070 */             height: 5.5vw;
/* 1071 */             background: #E9BE46;
/* 1072 */             transform: translateY(-50%); } }
/* 1073 */       .home .attend-row .attend-img .attend-img-block,
/* 1074 */       .page-id-167 .attend-row .attend-img .attend-img-block,
/* 1075 */       .page-id-2 .attend-row .attend-img .attend-img-block {
/* 1076 */         display: block;
/* 1077 */         width: 8.3333333333vw;
/* 1078 */         height: 27.0833333333vw;
/* 1079 */         background: #E9BE46;
/* 1080 */         right: 0;
/* 1081 */         top: 20.8333333333vw;
/* 1082 */         position: absolute;
/* 1083 */         transform: translateX(50%); }
/* 1084 */         @media (max-width: 768px) {
/* 1085 */           .home .attend-row .attend-img .attend-img-block,
/* 1086 */           .page-id-167 .attend-row .attend-img .attend-img-block,
/* 1087 */           .page-id-2 .attend-row .attend-img .attend-img-block {
/* 1088 */             transform: translateX(100%);
/* 1089 */             top: 0; } }
/* 1090 */         @media (max-width: 600px) {
/* 1091 */           .home .attend-row .attend-img .attend-img-block,
/* 1092 */           .page-id-167 .attend-row .attend-img .attend-img-block,
/* 1093 */           .page-id-2 .attend-row .attend-img .attend-img-block {
/* 1094 */             transform: translateX(0) translateY(-2.0833333333vw);
/* 1095 */             height: 58.3333333333vw; } }
/* 1096 */     .home .attend-row .attend-cta,
/* 1097 */     .page-id-167 .attend-row .attend-cta,
/* 1098 */     .page-id-2 .attend-row .attend-cta {
/* 1099 */       display: flex;
/* 1100 */       flex-direction: column;

/* style.css */

/* 1101 */       justify-content: center;
/* 1102 */       white-space: nowrap; }
/* 1103 */       @media (max-width: 768px) {
/* 1104 */         .home .attend-row .attend-cta,
/* 1105 */         .page-id-167 .attend-row .attend-cta,
/* 1106 */         .page-id-2 .attend-row .attend-cta {
/* 1107 */           order: -2;
/* 1108 */           flex-basis: 100%;
/* 1109 */           justify-content: start; } }
/* 1110 */       @media (max-width: 600px) {
/* 1111 */         .home .attend-row .attend-cta,
/* 1112 */         .page-id-167 .attend-row .attend-cta,
/* 1113 */         .page-id-2 .attend-row .attend-cta {
/* 1114 */           justify-content: center; } }
/* 1115 */       .home .attend-row .attend-cta .attend-cta-text,
/* 1116 */       .page-id-167 .attend-row .attend-cta .attend-cta-text,
/* 1117 */       .page-id-2 .attend-row .attend-cta .attend-cta-text {
/* 1118 */         display: block;
/* 1119 */         transform: rotate(90deg);
/* 1120 */         border-top: 9px solid #E9BE46;
/* 1121 */         padding-top: 6.25vw;
/* 1122 */         overflow: visible;
/* 1123 */         width: fit-content;
/* 1124 */         text-align: center;
/* 1125 */         height: 16.6666666667vw;
/* 1126 */         align-self: center; }
/* 1127 */         @media (max-width: 768px) {
/* 1128 */           .home .attend-row .attend-cta .attend-cta-text,
/* 1129 */           .page-id-167 .attend-row .attend-cta .attend-cta-text,
/* 1130 */           .page-id-2 .attend-row .attend-cta .attend-cta-text {
/* 1131 */             transform: none;
/* 1132 */             width: auto;
/* 1133 */             border: 0;
/* 1134 */             width: 50vw;
/* 1135 */             align-self: flex-start;
/* 1136 */             height: 8.3333333333vw;
/* 1137 */             padding-top: 0; } }
/* 1138 */         @media (max-width: 600px) {
/* 1139 */           .home .attend-row .attend-cta .attend-cta-text,
/* 1140 */           .page-id-167 .attend-row .attend-cta .attend-cta-text,
/* 1141 */           .page-id-2 .attend-row .attend-cta .attend-cta-text {
/* 1142 */             width: 100%;
/* 1143 */             margin-bottom: 8.3333333333vw;
/* 1144 */             padding-top: 4.1666666667vw; } }
/* 1145 */   .home .sponsor-row,
/* 1146 */   .page-id-167 .sponsor-row,
/* 1147 */   .page-id-2 .sponsor-row {
/* 1148 */     padding: 0 8.3333333333vw 12.5vw;
/* 1149 */     padding-bottom: 8.3333333333vw; }
/* 1150 */     @media (max-width: 600px) {

/* style.css */

/* 1151 */       .home .sponsor-row.general .partner-img,
/* 1152 */       .page-id-167 .sponsor-row.general .partner-img,
/* 1153 */       .page-id-2 .sponsor-row.general .partner-img {
/* 1154 */         width: 50%;
/* 1155 */         padding: 0 4.1666666667vw; } }
/* 1156 */     @media (max-width: 600px) {
/* 1157 */       .home .sponsor-row.general-partners-row .sponsor-title, .home .sponsor-row.organizers-row .sponsor-title,
/* 1158 */       .page-id-167 .sponsor-row.general-partners-row .sponsor-title,
/* 1159 */       .page-id-167 .sponsor-row.organizers-row .sponsor-title,
/* 1160 */       .page-id-2 .sponsor-row.general-partners-row .sponsor-title,
/* 1161 */       .page-id-2 .sponsor-row.organizers-row .sponsor-title {
/* 1162 */         margin-bottom: 8.3333333333vw; } }
/* 1163 */     .home .sponsor-row .ct-columns-inner-wrap,
/* 1164 */     .page-id-167 .sponsor-row .ct-columns-inner-wrap,
/* 1165 */     .page-id-2 .sponsor-row .ct-columns-inner-wrap {
/* 1166 */       flex-direction: column; }
/* 1167 */     .home .sponsor-row .sponsor-title,
/* 1168 */     .page-id-167 .sponsor-row .sponsor-title,
/* 1169 */     .page-id-2 .sponsor-row .sponsor-title {
/* 1170 */       text-align: center;
/* 1171 */       margin-bottom: 4.1666666667vw; }
/* 1172 */     .home .sponsor-row .partner-img,
/* 1173 */     .page-id-167 .sponsor-row .partner-img,
/* 1174 */     .page-id-2 .sponsor-row .partner-img {
/* 1175 */       margin: 0 auto;
/* 1176 */       padding: 0 4.1666666667vw 4%;
/* 1177 */       width: 25%;
/* 1178 */       max-height: 300px;
/* 1179 */       object-fit: contain;
/* 1180 */       height: 100%;
/* 1181 */       min-height: 100px; }
/* 1182 */       @media (max-width: 600px) {
/* 1183 */         .home .sponsor-row .partner-img,
/* 1184 */         .page-id-167 .sponsor-row .partner-img,
/* 1185 */         .page-id-2 .sponsor-row .partner-img {
/* 1186 */           width: 50%;
/* 1187 */           max-height: 100px;
/* 1188 */           padding: 0 8.3333333333vw; } }
/* 1189 */       .home .sponsor-row .partner-img#ct_image_405_post_2,
/* 1190 */       .page-id-167 .sponsor-row .partner-img#ct_image_405_post_2,
/* 1191 */       .page-id-2 .sponsor-row .partner-img#ct_image_405_post_2 {
/* 1192 */         padding: 0 2.0833333333vw 4%; }
/* 1193 */     .home .sponsor-row .partner-img-col,
/* 1194 */     .page-id-167 .sponsor-row .partner-img-col,
/* 1195 */     .page-id-2 .sponsor-row .partner-img-col {
/* 1196 */       display: flex;
/* 1197 */       align-items: center;
/* 1198 */       flex-direction: row;
/* 1199 */       flex-wrap: wrap;
/* 1200 */       justify-content: space-around;

/* style.css */

/* 1201 */       padding: 0;
/* 1202 */       width: 100% !important;
/* 1203 */       justify-content: space-evenly; }
/* 1204 */       @media (max-width: 600px) {
/* 1205 */         .home .sponsor-row .partner-img-col,
/* 1206 */         .page-id-167 .sponsor-row .partner-img-col,
/* 1207 */         .page-id-2 .sponsor-row .partner-img-col {
/* 1208 */           flex-wrap: wrap; } }
/* 1209 */       .home .sponsor-row .partner-img-col.organizers-col #ct_image_801_post_213,
/* 1210 */       .page-id-167 .sponsor-row .partner-img-col.organizers-col #ct_image_801_post_213,
/* 1211 */       .page-id-2 .sponsor-row .partner-img-col.organizers-col #ct_image_801_post_213 {
/* 1212 */         width: 35% !important; }
/* 1213 */         @media (max-width: 600px) {
/* 1214 */           .home .sponsor-row .partner-img-col.organizers-col #ct_image_801_post_213,
/* 1215 */           .page-id-167 .sponsor-row .partner-img-col.organizers-col #ct_image_801_post_213,
/* 1216 */           .page-id-2 .sponsor-row .partner-img-col.organizers-col #ct_image_801_post_213 {
/* 1217 */             width: 50% !important; } }
/* 1218 */       .home .sponsor-row .partner-img-col.co-orgaizers-col #ct_image_840_post_2,
/* 1219 */       .page-id-167 .sponsor-row .partner-img-col.co-orgaizers-col #ct_image_840_post_2,
/* 1220 */       .page-id-2 .sponsor-row .partner-img-col.co-orgaizers-col #ct_image_840_post_2 {
/* 1221 */         width: 40% !important; }
/* 1222 */         @media (min-width: 601px) {
/* 1223 */           .home .sponsor-row .partner-img-col.co-orgaizers-col #ct_image_840_post_2,
/* 1224 */           .page-id-167 .sponsor-row .partner-img-col.co-orgaizers-col #ct_image_840_post_2,
/* 1225 */           .page-id-2 .sponsor-row .partner-img-col.co-orgaizers-col #ct_image_840_post_2 {
/* 1226 */             margin-top: -4.1666666667vw !important; } }
/* 1227 */         @media (max-width: 600px) {
/* 1228 */           .home .sponsor-row .partner-img-col.co-orgaizers-col #ct_image_840_post_2,
/* 1229 */           .page-id-167 .sponsor-row .partner-img-col.co-orgaizers-col #ct_image_840_post_2,
/* 1230 */           .page-id-2 .sponsor-row .partner-img-col.co-orgaizers-col #ct_image_840_post_2 {
/* 1231 */             width: 50% !important;
/* 1232 */             padding-bottom: 4%; } }
/* 1233 */       .home .sponsor-row .partner-img-col.co-orgaizers-col #ct_image_841_post_2,
/* 1234 */       .page-id-167 .sponsor-row .partner-img-col.co-orgaizers-col #ct_image_841_post_2,
/* 1235 */       .page-id-2 .sponsor-row .partner-img-col.co-orgaizers-col #ct_image_841_post_2 {
/* 1236 */         width: 33% !important; }
/* 1237 */         @media (min-width: 601px) {
/* 1238 */           .home .sponsor-row .partner-img-col.co-orgaizers-col #ct_image_841_post_2,
/* 1239 */           .page-id-167 .sponsor-row .partner-img-col.co-orgaizers-col #ct_image_841_post_2,
/* 1240 */           .page-id-2 .sponsor-row .partner-img-col.co-orgaizers-col #ct_image_841_post_2 {
/* 1241 */             margin-top: -4.1666666667vw !important; } }
/* 1242 */         @media (max-width: 600px) {
/* 1243 */           .home .sponsor-row .partner-img-col.co-orgaizers-col #ct_image_841_post_2,
/* 1244 */           .page-id-167 .sponsor-row .partner-img-col.co-orgaizers-col #ct_image_841_post_2,
/* 1245 */           .page-id-2 .sponsor-row .partner-img-col.co-orgaizers-col #ct_image_841_post_2 {
/* 1246 */             width: 50% !important; } }
/* 1247 */       .home .sponsor-row .partner-img-col#ct_column_595_post_2,
/* 1248 */       .page-id-167 .sponsor-row .partner-img-col#ct_column_595_post_2,
/* 1249 */       .page-id-2 .sponsor-row .partner-img-col#ct_column_595_post_2 {
/* 1250 */         flex-wrap: wrap; }

/* style.css */

/* 1251 */         .home .sponsor-row .partner-img-col#ct_column_595_post_2 .partner-img,
/* 1252 */         .page-id-167 .sponsor-row .partner-img-col#ct_column_595_post_2 .partner-img,
/* 1253 */         .page-id-2 .sponsor-row .partner-img-col#ct_column_595_post_2 .partner-img {
/* 1254 */           width: 33% !important;
/* 1255 */           padding: 0 6.9444444444vw 4% !important; }
/* 1256 */           @media (max-width: 600px) {
/* 1257 */             .home .sponsor-row .partner-img-col#ct_column_595_post_2 .partner-img,
/* 1258 */             .page-id-167 .sponsor-row .partner-img-col#ct_column_595_post_2 .partner-img,
/* 1259 */             .page-id-2 .sponsor-row .partner-img-col#ct_column_595_post_2 .partner-img {
/* 1260 */               width: 50% !important; } }
/* 1261 */           .home .sponsor-row .partner-img-col#ct_column_595_post_2 .partner-img:nth-child(1),
/* 1262 */           .page-id-167 .sponsor-row .partner-img-col#ct_column_595_post_2 .partner-img:nth-child(1),
/* 1263 */           .page-id-2 .sponsor-row .partner-img-col#ct_column_595_post_2 .partner-img:nth-child(1) {
/* 1264 */             padding: 0 5.5555555556vw !important; }
/* 1265 */           .home .sponsor-row .partner-img-col#ct_column_595_post_2 .partner-img:nth-child(2),
/* 1266 */           .page-id-167 .sponsor-row .partner-img-col#ct_column_595_post_2 .partner-img:nth-child(2),
/* 1267 */           .page-id-2 .sponsor-row .partner-img-col#ct_column_595_post_2 .partner-img:nth-child(2) {
/* 1268 */             padding: 0 6.9444444444vw !important; }
/* 1269 */             @media (max-width: 600px) {
/* 1270 */               .home .sponsor-row .partner-img-col#ct_column_595_post_2 .partner-img:nth-child(2),
/* 1271 */               .page-id-167 .sponsor-row .partner-img-col#ct_column_595_post_2 .partner-img:nth-child(2),
/* 1272 */               .page-id-2 .sponsor-row .partner-img-col#ct_column_595_post_2 .partner-img:nth-child(2) {
/* 1273 */                 padding: 0 8.3333333333vw 4.1666666667vw !important; } }
/* 1274 */           .home .sponsor-row .partner-img-col#ct_column_595_post_2 .partner-img:nth-child(3),
/* 1275 */           .page-id-167 .sponsor-row .partner-img-col#ct_column_595_post_2 .partner-img:nth-child(3),
/* 1276 */           .page-id-2 .sponsor-row .partner-img-col#ct_column_595_post_2 .partner-img:nth-child(3) {
/* 1277 */             padding: 0 4.1666666667vw !important; }
/* 1278 */           .home .sponsor-row .partner-img-col#ct_column_595_post_2 .partner-img:nth-child(4),
/* 1279 */           .page-id-167 .sponsor-row .partner-img-col#ct_column_595_post_2 .partner-img:nth-child(4),
/* 1280 */           .page-id-2 .sponsor-row .partner-img-col#ct_column_595_post_2 .partner-img:nth-child(4) {
/* 1281 */             padding: 4.1666666667vw 6.9444444444vw 4% !important;
/* 1282 */             margin: 0 !important; }
/* 1283 */             @media (max-width: 600px) {
/* 1284 */               .home .sponsor-row .partner-img-col#ct_column_595_post_2 .partner-img:nth-child(4),
/* 1285 */               .page-id-167 .sponsor-row .partner-img-col#ct_column_595_post_2 .partner-img:nth-child(4),
/* 1286 */               .page-id-2 .sponsor-row .partner-img-col#ct_column_595_post_2 .partner-img:nth-child(4) {
/* 1287 */                 width: 50% !important;
/* 1288 */                 padding: 0 8.3333333333vw; } }
/* 1289 */           .home .sponsor-row .partner-img-col#ct_column_595_post_2 .partner-img:nth-child(5),
/* 1290 */           .page-id-167 .sponsor-row .partner-img-col#ct_column_595_post_2 .partner-img:nth-child(5),
/* 1291 */           .page-id-2 .sponsor-row .partner-img-col#ct_column_595_post_2 .partner-img:nth-child(5) {
/* 1292 */             margin: 0 !important;
/* 1293 */             padding: 0 6.9444444444vw !important; }
/* 1294 */             @media (max-width: 600px) {
/* 1295 */               .home .sponsor-row .partner-img-col#ct_column_595_post_2 .partner-img:nth-child(5),
/* 1296 */               .page-id-167 .sponsor-row .partner-img-col#ct_column_595_post_2 .partner-img:nth-child(5),
/* 1297 */               .page-id-2 .sponsor-row .partner-img-col#ct_column_595_post_2 .partner-img:nth-child(5) {
/* 1298 */                 padding: 0 8.3333333333vw !important; } }
/* 1299 */       .home .sponsor-row .partner-img-col#ct_column_813_post_213,
/* 1300 */       .page-id-167 .sponsor-row .partner-img-col#ct_column_813_post_213,

/* style.css */

/* 1301 */       .page-id-2 .sponsor-row .partner-img-col#ct_column_813_post_213 {
/* 1302 */         flex-wrap: wrap; }
/* 1303 */         .home .sponsor-row .partner-img-col#ct_column_813_post_213 .partner-img,
/* 1304 */         .page-id-167 .sponsor-row .partner-img-col#ct_column_813_post_213 .partner-img,
/* 1305 */         .page-id-2 .sponsor-row .partner-img-col#ct_column_813_post_213 .partner-img {
/* 1306 */           width: 25% !important;
/* 1307 */           padding: 0 4.1666666667vw 4% !important; }
/* 1308 */           @media (max-width: 600px) {
/* 1309 */             .home .sponsor-row .partner-img-col#ct_column_813_post_213 .partner-img,
/* 1310 */             .page-id-167 .sponsor-row .partner-img-col#ct_column_813_post_213 .partner-img,
/* 1311 */             .page-id-2 .sponsor-row .partner-img-col#ct_column_813_post_213 .partner-img {
/* 1312 */               padding-bottom: 0 !important; } }
/* 1313 */           @media (max-width: 600px) {
/* 1314 */             .home .sponsor-row .partner-img-col#ct_column_813_post_213 .partner-img,
/* 1315 */             .page-id-167 .sponsor-row .partner-img-col#ct_column_813_post_213 .partner-img,
/* 1316 */             .page-id-2 .sponsor-row .partner-img-col#ct_column_813_post_213 .partner-img {
/* 1317 */               width: 50% !important; } }
/* 1318 */           @media (max-width: min-width) {
/* 1319 */             .home .sponsor-row .partner-img-col#ct_column_813_post_213 .partner-img:nth-child(n+4),
/* 1320 */             .page-id-167 .sponsor-row .partner-img-col#ct_column_813_post_213 .partner-img:nth-child(n+4),
/* 1321 */             .page-id-2 .sponsor-row .partner-img-col#ct_column_813_post_213 .partner-img:nth-child(n+4) {
/* 1322 */               padding-top: 2.7777777778vw !important; } }
/* 1323 */   .home .partner-row,
/* 1324 */   .page-id-167 .partner-row,
/* 1325 */   .page-id-2 .partner-row {
/* 1326 */     padding-bottom: 4.1666666667vw; }
/* 1327 */     @media (max-width: 600px) {
/* 1328 */       .home .partner-row,
/* 1329 */       .page-id-167 .partner-row,
/* 1330 */       .page-id-2 .partner-row {
/* 1331 */         padding-bottom: 0; } }
/* 1332 */     .home .partner-row svg,
/* 1333 */     .page-id-167 .partner-row svg,
/* 1334 */     .page-id-2 .partner-row svg {
/* 1335 */       vertical-align: top !important; }
/* 1336 */     @media (max-width: 1024px) {
/* 1337 */       .home .partner-row .optic-cols,
/* 1338 */       .page-id-167 .partner-row .optic-cols,
/* 1339 */       .page-id-2 .partner-row .optic-cols {
/* 1340 */         padding-bottom: 8.3333333333vw; } }
/* 1341 */     @media (max-width: 600px) {
/* 1342 */       .home .partner-row .optic-cols,
/* 1343 */       .page-id-167 .partner-row .optic-cols,
/* 1344 */       .page-id-2 .partner-row .optic-cols {
/* 1345 */         padding-bottom: 0; } }
/* 1346 */     @media (max-width: 600px) {
/* 1347 */       .home .partner-row .optic-cols > div,
/* 1348 */       .page-id-167 .partner-row .optic-cols > div,
/* 1349 */       .page-id-2 .partner-row .optic-cols > div {
/* 1350 */         flex-wrap: wrap; } }

/* style.css */

/* 1351 */     .home .partner-row .optic-cols > div .optic-logo-col,
/* 1352 */     .page-id-167 .partner-row .optic-cols > div .optic-logo-col,
/* 1353 */     .page-id-2 .partner-row .optic-cols > div .optic-logo-col {
/* 1354 */       display: flex;
/* 1355 */       flex-direction: column;
/* 1356 */       align-items: center;
/* 1357 */       justify-content: space-between; }
/* 1358 */       @media (max-width: 600px) {
/* 1359 */         .home .partner-row .optic-cols > div .optic-logo-col,
/* 1360 */         .page-id-167 .partner-row .optic-cols > div .optic-logo-col,
/* 1361 */         .page-id-2 .partner-row .optic-cols > div .optic-logo-col {
/* 1362 */           flex-basis: 100%;
/* 1363 */           padding: 8.3333333333vw 0; } }
/* 1364 */       @media (max-width: 1024px) {
/* 1365 */         .home .partner-row .optic-cols > div .optic-logo-col .side-link,
/* 1366 */         .page-id-167 .partner-row .optic-cols > div .optic-logo-col .side-link,
/* 1367 */         .page-id-2 .partner-row .optic-cols > div .optic-logo-col .side-link {
/* 1368 */           transform: translateY(8.3333333333vw); } }
/* 1369 */       @media (max-width: 600px) {
/* 1370 */         .home .partner-row .optic-cols > div .optic-logo-col .side-link,
/* 1371 */         .page-id-167 .partner-row .optic-cols > div .optic-logo-col .side-link,
/* 1372 */         .page-id-2 .partner-row .optic-cols > div .optic-logo-col .side-link {
/* 1373 */           display: none; } }
/* 1374 */       .home .partner-row .optic-cols > div .optic-logo-col .optic-title,
/* 1375 */       .page-id-167 .partner-row .optic-cols > div .optic-logo-col .optic-title,
/* 1376 */       .page-id-2 .partner-row .optic-cols > div .optic-logo-col .optic-title {
/* 1377 */         text-align: center;
/* 1378 */         color: #007CDB;
/* 1379 */         text-transform: uppercase;
/* 1380 */         line-height: 1em !important; }
/* 1381 */         @media (max-width: 600px) {
/* 1382 */           .home .partner-row .optic-cols > div .optic-logo-col .optic-title,
/* 1383 */           .page-id-167 .partner-row .optic-cols > div .optic-logo-col .optic-title,
/* 1384 */           .page-id-2 .partner-row .optic-cols > div .optic-logo-col .optic-title {
/* 1385 */             padding: 8.3333333333vw 0; } }
/* 1386 */       .home .partner-row .optic-cols > div .optic-logo-col .optic-logo,
/* 1387 */       .page-id-167 .partner-row .optic-cols > div .optic-logo-col .optic-logo,
/* 1388 */       .page-id-2 .partner-row .optic-cols > div .optic-logo-col .optic-logo {
/* 1389 */         width: 12.5vw; }
/* 1390 */         @media (max-width: 600px) {
/* 1391 */           .home .partner-row .optic-cols > div .optic-logo-col .optic-logo,
/* 1392 */           .page-id-167 .partner-row .optic-cols > div .optic-logo-col .optic-logo,
/* 1393 */           .page-id-2 .partner-row .optic-cols > div .optic-logo-col .optic-logo {
/* 1394 */             width: 41.6666666667vw;
/* 1395 */             margin-bottom: 8.3333333333vw; } }
/* 1396 */     .home .partner-row .optic-cols > div .optic-desc-col,
/* 1397 */     .page-id-167 .partner-row .optic-cols > div .optic-desc-col,
/* 1398 */     .page-id-2 .partner-row .optic-cols > div .optic-desc-col {
/* 1399 */       background: #007CDB; }
/* 1400 */       @media (max-width: 600px) {

/* style.css */

/* 1401 */         .home .partner-row .optic-cols > div .optic-desc-col,
/* 1402 */         .page-id-167 .partner-row .optic-cols > div .optic-desc-col,
/* 1403 */         .page-id-2 .partner-row .optic-cols > div .optic-desc-col {
/* 1404 */           flex-basis: 100%; } }
/* 1405 */       .home .partner-row .optic-cols > div .optic-desc-col .side-link,
/* 1406 */       .page-id-167 .partner-row .optic-cols > div .optic-desc-col .side-link,
/* 1407 */       .page-id-2 .partner-row .optic-cols > div .optic-desc-col .side-link {
/* 1408 */         display: none; }
/* 1409 */         .home .partner-row .optic-cols > div .optic-desc-col .side-link a,
/* 1410 */         .page-id-167 .partner-row .optic-cols > div .optic-desc-col .side-link a,
/* 1411 */         .page-id-2 .partner-row .optic-cols > div .optic-desc-col .side-link a {
/* 1412 */           color: #ffffff;
/* 1413 */           padding-bottom: 8.3333333333vw; }
/* 1414 */         @media (max-width: 600px) {
/* 1415 */           .home .partner-row .optic-cols > div .optic-desc-col .side-link,
/* 1416 */           .page-id-167 .partner-row .optic-cols > div .optic-desc-col .side-link,
/* 1417 */           .page-id-2 .partner-row .optic-cols > div .optic-desc-col .side-link {
/* 1418 */             display: initial; } }
/* 1419 */       .home .partner-row .optic-cols > div .optic-desc-col .optic-line,
/* 1420 */       .page-id-167 .partner-row .optic-cols > div .optic-desc-col .optic-line,
/* 1421 */       .page-id-2 .partner-row .optic-cols > div .optic-desc-col .optic-line {
/* 1422 */         text-align: center;
/* 1423 */         display: inline-block;
/* 1424 */         position: relative;
/* 1425 */         margin-left: 8.3333333333vw;
/* 1426 */         margin-top: 4.1666666667vw;
/* 1427 */         transform: translateX(-50%); }
/* 1428 */         @media (max-width: 768px) {
/* 1429 */           .home .partner-row .optic-cols > div .optic-desc-col .optic-line,
/* 1430 */           .page-id-167 .partner-row .optic-cols > div .optic-desc-col .optic-line,
/* 1431 */           .page-id-2 .partner-row .optic-cols > div .optic-desc-col .optic-line {
/* 1432 */             display: none; } }
/* 1433 */         .home .partner-row .optic-cols > div .optic-desc-col .optic-line::before,
/* 1434 */         .page-id-167 .partner-row .optic-cols > div .optic-desc-col .optic-line::before,
/* 1435 */         .page-id-2 .partner-row .optic-cols > div .optic-desc-col .optic-line::before {
/* 1436 */           content: '';
/* 1437 */           display: block;
/* 1438 */           width: 3px;
/* 1439 */           height: 4.5833333333vw;
/* 1440 */           background: #E9BE46;
/* 1441 */           position: absolute;
/* 1442 */           left: 50%;
/* 1443 */           transform: translateY(-140%); }
/* 1444 */       .home .partner-row .optic-cols > div .optic-desc-col .optic-desc,
/* 1445 */       .page-id-167 .partner-row .optic-cols > div .optic-desc-col .optic-desc,
/* 1446 */       .page-id-2 .partner-row .optic-cols > div .optic-desc-col .optic-desc {
/* 1447 */         padding: 8.3333333333vw;
/* 1448 */         padding-top: 4.1666666667vw;
/* 1449 */         padding-left: 16.6666666667vw; }
/* 1450 */         @media (max-width: 1024px) {

/* style.css */

/* 1451 */           .home .partner-row .optic-cols > div .optic-desc-col .optic-desc,
/* 1452 */           .page-id-167 .partner-row .optic-cols > div .optic-desc-col .optic-desc,
/* 1453 */           .page-id-2 .partner-row .optic-cols > div .optic-desc-col .optic-desc {
/* 1454 */             padding-left: 8.3333333333vw; } }
/* 1455 */         @media (max-width: 768px) {
/* 1456 */           .home .partner-row .optic-cols > div .optic-desc-col .optic-desc,
/* 1457 */           .page-id-167 .partner-row .optic-cols > div .optic-desc-col .optic-desc,
/* 1458 */           .page-id-2 .partner-row .optic-cols > div .optic-desc-col .optic-desc {
/* 1459 */             padding-top: 8.3333333333vw;
/* 1460 */             padding-left: 8.3333333333vw; } }
/* 1461 */         @media (max-width: 600px) {
/* 1462 */           .home .partner-row .optic-cols > div .optic-desc-col .optic-desc,
/* 1463 */           .page-id-167 .partner-row .optic-cols > div .optic-desc-col .optic-desc,
/* 1464 */           .page-id-2 .partner-row .optic-cols > div .optic-desc-col .optic-desc {
/* 1465 */             margin: 8.3333333333vw 0; } }
/* 1466 */   .home .updates-row,
/* 1467 */   .page-id-167 .updates-row,
/* 1468 */   .page-id-2 .updates-row {
/* 1469 */     padding: 0 0 8.3333333333vw 0; }
/* 1470 */     @media (max-width: 600px) {
/* 1471 */       .home .updates-row,
/* 1472 */       .page-id-167 .updates-row,
/* 1473 */       .page-id-2 .updates-row {
/* 1474 */         padding-bottom: 0; } }
/* 1475 */     .home .updates-row .pop-comment,
/* 1476 */     .page-id-167 .updates-row .pop-comment,
/* 1477 */     .page-id-2 .updates-row .pop-comment {
/* 1478 */       width: auto; }
/* 1479 */       @media (max-width: 600px) {
/* 1480 */         .home .updates-row .pop-comment,
/* 1481 */         .page-id-167 .updates-row .pop-comment,
/* 1482 */         .page-id-2 .updates-row .pop-comment {
/* 1483 */           width: 66.6666666667vw; } }
/* 1484 */       .home .updates-row .pop-comment span,
/* 1485 */       .page-id-167 .updates-row .pop-comment span,
/* 1486 */       .page-id-2 .updates-row .pop-comment span {
/* 1487 */         font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif !important; }
/* 1488 */         @media (max-width: 600px) {
/* 1489 */           .home .updates-row .pop-comment span,
/* 1490 */           .page-id-167 .updates-row .pop-comment span,
/* 1491 */           .page-id-2 .updates-row .pop-comment span {
/* 1492 */             width: 50vw; } }
/* 1493 */         .home .updates-row .pop-comment span span,
/* 1494 */         .page-id-167 .updates-row .pop-comment span span,
/* 1495 */         .page-id-2 .updates-row .pop-comment span span {
/* 1496 */           font-family: 'Montserrat';
/* 1497 */           font-size: 0.8em;
/* 1498 */           display: block; }
/* 1499 */     .home .updates-row .form-wrapper,
/* 1500 */     .page-id-167 .updates-row .form-wrapper,

/* style.css */

/* 1501 */     .page-id-2 .updates-row .form-wrapper {
/* 1502 */       background: #79BAEC;
/* 1503 */       width: 50vw;
/* 1504 */       margin: 0 auto;
/* 1505 */       margin-top: 4.1666666667vw;
/* 1506 */       display: flex;
/* 1507 */       flex-direction: column; }
/* 1508 */       @media (max-width: 600px) {
/* 1509 */         .home .updates-row .form-wrapper,
/* 1510 */         .page-id-167 .updates-row .form-wrapper,
/* 1511 */         .page-id-2 .updates-row .form-wrapper {
/* 1512 */           width: 100vw;
/* 1513 */           margin-top: 8.3333333333vw; } }
/* 1514 */       .home .updates-row .form-wrapper .gform_confirmation_wrapper,
/* 1515 */       .page-id-167 .updates-row .form-wrapper .gform_confirmation_wrapper,
/* 1516 */       .page-id-2 .updates-row .form-wrapper .gform_confirmation_wrapper {
/* 1517 */         color: #ffffff;
/* 1518 */         text-align: center;
/* 1519 */         padding: 2.0833333333vw; }
/* 1520 */       .home .updates-row .form-wrapper .validation_error,
/* 1521 */       .page-id-167 .updates-row .form-wrapper .validation_error,
/* 1522 */       .page-id-2 .updates-row .form-wrapper .validation_error {
/* 1523 */         display: none; }
/* 1524 */       .home .updates-row .form-wrapper .validation_message,
/* 1525 */       .page-id-167 .updates-row .form-wrapper .validation_message,
/* 1526 */       .page-id-2 .updates-row .form-wrapper .validation_message {
/* 1527 */         color: #d44949;
/* 1528 */         position: absolute; }
/* 1529 */       .home .updates-row .form-wrapper form,
/* 1530 */       .page-id-167 .updates-row .form-wrapper form,
/* 1531 */       .page-id-2 .updates-row .form-wrapper form {
/* 1532 */         display: flex;
/* 1533 */         align-items: center;
/* 1534 */         justify-content: center;
/* 1535 */         height: 8.3333333333vw; }
/* 1536 */         @media (max-width: 600px) {
/* 1537 */           .home .updates-row .form-wrapper form,
/* 1538 */           .page-id-167 .updates-row .form-wrapper form,
/* 1539 */           .page-id-2 .updates-row .form-wrapper form {
/* 1540 */             height: 16.6666666667vw; } }
/* 1541 */         .home .updates-row .form-wrapper form li,
/* 1542 */         .page-id-167 .updates-row .form-wrapper form li,
/* 1543 */         .page-id-2 .updates-row .form-wrapper form li {
/* 1544 */           list-style: none; }
/* 1545 */           .home .updates-row .form-wrapper form li input,
/* 1546 */           .page-id-167 .updates-row .form-wrapper form li input,
/* 1547 */           .page-id-2 .updates-row .form-wrapper form li input {
/* 1548 */             padding: 0.5em;
/* 1549 */             width: 33.3333333333vw;
/* 1550 */             text-align: right;

/* style.css */

/* 1551 */             border: none;
/* 1552 */             outline: none; }
/* 1553 */             @media (max-width: 600px) {
/* 1554 */               .home .updates-row .form-wrapper form li input,
/* 1555 */               .page-id-167 .updates-row .form-wrapper form li input,
/* 1556 */               .page-id-2 .updates-row .form-wrapper form li input {
/* 1557 */                 width: 66.6666666667vw; } }
/* 1558 */         .home .updates-row .form-wrapper form .gform_footer,
/* 1559 */         .page-id-167 .updates-row .form-wrapper form .gform_footer,
/* 1560 */         .page-id-2 .updates-row .form-wrapper form .gform_footer {
/* 1561 */           display: flex; }
/* 1562 */           .home .updates-row .form-wrapper form .gform_footer .gform_ajax_spinner,
/* 1563 */           .page-id-167 .updates-row .form-wrapper form .gform_footer .gform_ajax_spinner,
/* 1564 */           .page-id-2 .updates-row .form-wrapper form .gform_footer .gform_ajax_spinner {
/* 1565 */             height: 100%;
/* 1566 */             width: auto;
/* 1567 */             margin-top: 100%;
/* 1568 */             transform: translateY(50%) translateX(50%);
/* 1569 */             filter: brightness(1000%); }
/* 1570 */           .home .updates-row .form-wrapper form .gform_footer .button,
/* 1571 */           .page-id-167 .updates-row .form-wrapper form .gform_footer .button,
/* 1572 */           .page-id-2 .updates-row .form-wrapper form .gform_footer .button {
/* 1573 */             background: transparent;
/* 1574 */             border: none;
/* 1575 */             outline: none;
/* 1576 */             display: inherit; }
/* 1577 */           .home .updates-row .form-wrapper form .gform_footer .gf_submit_replace,
/* 1578 */           .page-id-167 .updates-row .form-wrapper form .gform_footer .gf_submit_replace,
/* 1579 */           .page-id-2 .updates-row .form-wrapper form .gform_footer .gf_submit_replace {
/* 1580 */             width: 2.7777777778vw;
/* 1581 */             outline: none;
/* 1582 */             cursor: pointer;
/* 1583 */             border-radius: 0; }
/* 1584 */             @media (max-width: 600px) {
/* 1585 */               .home .updates-row .form-wrapper form .gform_footer .gf_submit_replace,
/* 1586 */               .page-id-167 .updates-row .form-wrapper form .gform_footer .gf_submit_replace,
/* 1587 */               .page-id-2 .updates-row .form-wrapper form .gform_footer .gf_submit_replace {
/* 1588 */                 width: 8.3333333333vw; } }
/* 1589 */             .home .updates-row .form-wrapper form .gform_footer .gf_submit_replace .submit-svg,
/* 1590 */             .page-id-167 .updates-row .form-wrapper form .gform_footer .gf_submit_replace .submit-svg,
/* 1591 */             .page-id-2 .updates-row .form-wrapper form .gform_footer .gf_submit_replace .submit-svg {
/* 1592 */               transition: 0.28s ease-in-out;
/* 1593 */               fill: rgba(0, 0, 0, 0); }
/* 1594 */             .home .updates-row .form-wrapper form .gform_footer .gf_submit_replace:hover .submit-svg,
/* 1595 */             .page-id-167 .updates-row .form-wrapper form .gform_footer .gf_submit_replace:hover .submit-svg,
/* 1596 */             .page-id-2 .updates-row .form-wrapper form .gform_footer .gf_submit_replace:hover .submit-svg {
/* 1597 */               fill: #ffffff; }
/* 1598 */   .home #ct_text_block_100043_post_45,
/* 1599 */   .home #ct_text_block_100041_post_45,
/* 1600 */   .home #ct_text_block_100047_post_45,

/* style.css */

/* 1601 */   .page-id-167 #ct_text_block_100043_post_45,
/* 1602 */   .page-id-167 #ct_text_block_100041_post_45,
/* 1603 */   .page-id-167 #ct_text_block_100047_post_45,
/* 1604 */   .page-id-2 #ct_text_block_100043_post_45,
/* 1605 */   .page-id-2 #ct_text_block_100041_post_45,
/* 1606 */   .page-id-2 #ct_text_block_100047_post_45 {
/* 1607 */     font-size: 1em !important; }
/* 1608 */   @media (max-width: 600px) {
/* 1609 */     .home .footer .footer-form,
/* 1610 */     .page-id-167 .footer .footer-form,
/* 1611 */     .page-id-2 .footer .footer-form {
/* 1612 */       background: #ffffff; } }
/* 1613 */ 
/* 1614 */ .page-id-21 {
/* 1615 */   /******************************************************************
/* 1616 *|   Stylesheet: FAQ Page
/* 1617 *|   
/* 1618 *|   Styles for faq ONLY. If the styles will be used across the site,
/* 1619 *|   use the _base.scss file.
/* 1620 *|   ******************************************************************/ }
/* 1621 */   .page-id-21 .nav-header {
/* 1622 */     border-color: #007CDB !important; }
/* 1623 */     @media (min-width: 601px) {
/* 1624 */       .page-id-21 .nav-header:not(.active) .menu-text,
/* 1625 */       .page-id-21 .nav-header .menu-logo {
/* 1626 */         color: #007CDB !important; } }
/* 1627 */   @media (max-width: 600px) {
/* 1628 */     .page-id-21 .footer-form {
/* 1629 */       display: none; } }
/* 1630 */   .page-id-21 .nav-row {
/* 1631 */     padding-top: 8.3333333333vw;
/* 1632 */     padding-bottom: 4.1666666667vw; }
/* 1633 */     .page-id-21 .nav-row .page-title {
/* 1634 */       color: #007CDB;
/* 1635 */       text-align: center; }
/* 1636 */   .page-id-21 .requirements-row {
/* 1637 */     margin-bottom: 8.3333333333vw; }
/* 1638 */   .page-id-21 .ct-li {
/* 1639 */     font-weight: 600 !important; }
/* 1640 */ 
/* 1641 */ .page-id-223 {
/* 1642 */   /******************************************************************
/* 1643 *|   Stylesheet: VHacks in the News Page
/* 1644 *|   
/* 1645 *|   Styles for VHacks in the News Page ONLY. If the styles will be used across the site,
/* 1646 *|   use the _base.scss file.
/* 1647 *|   ******************************************************************/ }
/* 1648 */   .page-id-223 .nav-header {
/* 1649 */     border-color: #007CDB !important; }
/* 1650 */     @media (min-width: 601px) {

/* style.css */

/* 1651 */       .page-id-223 .nav-header:not(.active) .menu-text,
/* 1652 */       .page-id-223 .nav-header .menu-logo {
/* 1653 */         color: #007CDB !important; } }
/* 1654 */   .page-id-223 .nav-row {
/* 1655 */     padding-top: 8.3333333333vw;
/* 1656 */     padding-bottom: 4.1666666667vw; }
/* 1657 */     .page-id-223 .nav-row .page-title {
/* 1658 */       color: #007CDB;
/* 1659 */       text-align: center; }
/* 1660 */   .page-id-223 .lb-social {
/* 1661 */     width: 100%;
/* 1662 */     display: flex;
/* 1663 */     flex-wrap: wrap;
/* 1664 */     padding: 4.1666666667vw 8.3333333333vw 8.3333333333vw;
/* 1665 */     justify-content: flex-start; }
/* 1666 */     .page-id-223 .lb-social article {
/* 1667 */       flex-basis: calc(100% / 3);
/* 1668 */       padding: 2.0833333333vw; }
/* 1669 */       @media (max-width: 1024px) {
/* 1670 */         .page-id-223 .lb-social article {
/* 1671 */           flex-basis: calc(100% / 2); } }
/* 1672 */       @media (max-width: 600px) {
/* 1673 */         .page-id-223 .lb-social article {
/* 1674 */           flex-basis: 100%; } }
/* 1675 */       .page-id-223 .lb-social article .lb-column .post-image-wrapper {
/* 1676 */         padding-bottom: 2.0833333333vw;
/* 1677 */         position: relative; }
/* 1678 */         .page-id-223 .lb-social article .lb-column .post-image-wrapper .post-image {
/* 1679 */           width: 100%;
/* 1680 */           height: 25vw;
/* 1681 */           background-size: cover !important;
/* 1682 */           background-repeat: no-repeat !important;
/* 1683 */           background-position: center top !important; }
/* 1684 */           @media (max-width: 1024px) {
/* 1685 */             .page-id-223 .lb-social article .lb-column .post-image-wrapper .post-image {
/* 1686 */               min-height: 250px; } }
/* 1687 */         .page-id-223 .lb-social article .lb-column .post-image-wrapper .lb-post-bar {
/* 1688 */           width: 3px;
/* 1689 */           height: 8.3333333333vw;
/* 1690 */           background: #E9BE46;
/* 1691 */           position: absolute;
/* 1692 */           left: 2.0833333333vw;
/* 1693 */           bottom: 1.0416666667vw;
/* 1694 */           transition: 0.28s ease-in-out; }
/* 1695 */       .page-id-223 .lb-social article .lb-column .lb-post-info {
/* 1696 */         position: relative; }
/* 1697 */         .page-id-223 .lb-social article .lb-column .lb-post-info .lb-post-title {
/* 1698 */           font-size: 1.25em !important;
/* 1699 */           color: #007CDB !important;
/* 1700 */           font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;

/* style.css */

/* 1701 */           margin: 0 !important;
/* 1702 */           text-align: left;
/* 1703 */           line-height: 1em !important;
/* 1704 */           width: 90%; }
/* 1705 */         .page-id-223 .lb-social article .lb-column .lb-post-info .lb-plus {
/* 1706 */           position: absolute;
/* 1707 */           font-size: 2em;
/* 1708 */           color: #E9BE46;
/* 1709 */           top: 0;
/* 1710 */           right: 0;
/* 1711 */           transition: 0.28s ease-in-out;
/* 1712 */           font-weight: 400; }
/* 1713 */         .page-id-223 .lb-social article .lb-column .lb-post-info .lb-news-outlet {
/* 1714 */           font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
/* 1715 */           color: #95989A;
/* 1716 */           text-align: left; }
/* 1717 */           @media (max-width: 600px) {
/* 1718 */             .page-id-223 .lb-social article .lb-column .lb-post-info .lb-news-outlet p {
/* 1719 */               margin: 0 0 4.1666666667vw 0; } }
/* 1720 */       .page-id-223 .lb-social article:hover .lb-plus, .page-id-223 .lb-social article:focus .lb-plus {
/* 1721 */         transform: rotate(45deg); }
/* 1722 */ 
/* 1723 */ .page-id-58,
/* 1724 */ .page-id-92 {
/* 1725 */   /******************************************************************
/* 1726 *|   Stylesheet: Who We Are Page
/* 1727 *|   
/* 1728 *|   Styles for Who we are ONLY. If the styles will be used across the site,
/* 1729 *|   use the _base.scss file.
/* 1730 *|   ******************************************************************/
/* 1731 */   /* Outer */
/* 1732 */   /* Inner */
/* 1733 */   /* Close Button */ }
/* 1734 */   .page-id-58 .nav-header,
/* 1735 */   .page-id-92 .nav-header {
/* 1736 */     border-color: #007CDB !important; }
/* 1737 */     @media (min-width: 601px) {
/* 1738 */       .page-id-58 .nav-header:not(.active) .menu-text,
/* 1739 */       .page-id-58 .nav-header .menu-logo,
/* 1740 */       .page-id-92 .nav-header:not(.active) .menu-text,
/* 1741 */       .page-id-92 .nav-header .menu-logo {
/* 1742 */         color: #007CDB !important; } }
/* 1743 */   @media (max-width: 600px) {
/* 1744 */     .page-id-58 .footer-form,
/* 1745 */     .page-id-92 .footer-form {
/* 1746 */       display: none; } }
/* 1747 */   .page-id-58 .profile-container,
/* 1748 */   .page-id-92 .profile-container {
/* 1749 */     width: 83.3333333333vw;
/* 1750 */     margin: 0 auto;

/* style.css */

/* 1751 */     display: flex;
/* 1752 */     justify-content: flex-start;
/* 1753 */     flex-wrap: wrap; }
/* 1754 */     .page-id-58 .profile-container .profile,
/* 1755 */     .page-id-92 .profile-container .profile {
/* 1756 */       flex-basis: 30%;
/* 1757 */       margin: 1.5%;
/* 1758 */       background-size: cover;
/* 1759 */       background-position: center;
/* 1760 */       height: 20.8333333333vw;
/* 1761 */       position: relative; }
/* 1762 */       @media (max-width: 1000px) {
/* 1763 */         .page-id-58 .profile-container .profile,
/* 1764 */         .page-id-92 .profile-container .profile {
/* 1765 */           flex-basis: 47%;
/* 1766 */           height: 25vw; } }
/* 1767 */       @media (max-width: 600px) {
/* 1768 */         .page-id-58 .profile-container .profile,
/* 1769 */         .page-id-92 .profile-container .profile {
/* 1770 */           flex-basis: 100%;
/* 1771 */           height: 45.8333333333vw; } }
/* 1772 */       .page-id-58 .profile-container .profile:hover .profile-text,
/* 1773 */       .page-id-92 .profile-container .profile:hover .profile-text {
/* 1774 */         opacity: 1; }
/* 1775 */       .page-id-58 .profile-container .profile:hover::after,
/* 1776 */       .page-id-92 .profile-container .profile:hover::after {
/* 1777 */         transform: rotate(45deg); }
/* 1778 */       .page-id-58 .profile-container .profile::after,
/* 1779 */       .page-id-92 .profile-container .profile::after {
/* 1780 */         content: '+';
/* 1781 */         font-size: 2em;
/* 1782 */         color: #E9BE46;
/* 1783 */         position: absolute;
/* 1784 */         bottom: 2.0833333333vw;
/* 1785 */         right: 2.0833333333vw;
/* 1786 */         transition: 0.28s ease-in-out; }
/* 1787 */       .page-id-58 .profile-container .profile .profile-text,
/* 1788 */       .page-id-92 .profile-container .profile .profile-text {
/* 1789 */         opacity: 0;
/* 1790 */         display: flex;
/* 1791 */         flex-direction: row;
/* 1792 */         justify-content: space-between;
/* 1793 */         flex-wrap: wrap;
/* 1794 */         text-align: center;
/* 1795 */         background: rgba(0, 124, 219, 0.88);
/* 1796 */         color: #ffffff;
/* 1797 */         height: 100%;
/* 1798 */         width: 100%;
/* 1799 */         align-items: center;
/* 1800 */         transition: 0.28s ease-in-out;

/* style.css */

/* 1801 */         padding: 1.0416666667vw; }
/* 1802 */   .page-id-58 .intro-row,
/* 1803 */   .page-id-92 .intro-row {
/* 1804 */     padding: 14.5833333333vw 8.3333333333vw 5vw 16.6666666667vw; }
/* 1805 */     @media (max-width: 1500px) {
/* 1806 */       .page-id-58 .intro-row,
/* 1807 */       .page-id-92 .intro-row {
/* 1808 */         padding-left: 8.3333333333vw; } }
/* 1809 */     @media (max-width: 1000px) {
/* 1810 */       .page-id-58 .intro-row .intro-cols > div,
/* 1811 */       .page-id-92 .intro-row .intro-cols > div {
/* 1812 */         flex-wrap: wrap; } }
/* 1813 */     .page-id-58 .intro-row .intro-cols .box-col,
/* 1814 */     .page-id-92 .intro-row .intro-cols .box-col {
/* 1815 */       background: #79BAEC;
/* 1816 */       width: 33.3333333333vw !important; }
/* 1817 */       @media (max-width: 1000px) {
/* 1818 */         .page-id-58 .intro-row .intro-cols .box-col,
/* 1819 */         .page-id-92 .intro-row .intro-cols .box-col {
/* 1820 */           width: 83.3333333333vw !important;
/* 1821 */           height: 25vw; } }
/* 1822 */       @media (max-width: 600px) {
/* 1823 */         .page-id-58 .intro-row .intro-cols .box-col,
/* 1824 */         .page-id-92 .intro-row .intro-cols .box-col {
/* 1825 */           height: 50vw; } }
/* 1826 */       .page-id-58 .intro-row .intro-cols .box-col .box,
/* 1827 */       .page-id-92 .intro-row .intro-cols .box-col .box {
/* 1828 */         background: #79BAEC;
/* 1829 */         width: 33.3333333333vw;
/* 1830 */         height: 100%;
/* 1831 */         display: flex;
/* 1832 */         align-items: center;
/* 1833 */         justify-content: center; }
/* 1834 */         @media (max-width: 1000px) {
/* 1835 */           .page-id-58 .intro-row .intro-cols .box-col .box,
/* 1836 */           .page-id-92 .intro-row .intro-cols .box-col .box {
/* 1837 */             width: inherit; } }
/* 1838 */         .page-id-58 .intro-row .intro-cols .box-col .box .box-text,
/* 1839 */         .page-id-92 .intro-row .intro-cols .box-col .box .box-text {
/* 1840 */           text-transform: uppercase !important;
/* 1841 */           color: #ffffff; }
/* 1842 */     .page-id-58 .intro-row .intro-cols .desc-col,
/* 1843 */     .page-id-92 .intro-row .intro-cols .desc-col {
/* 1844 */       padding: 4.1666666667vw;
/* 1845 */       padding-left: 12.5vw;
/* 1846 */       flex-grow: 2; }
/* 1847 */       @media (max-width: 1000px) {
/* 1848 */         .page-id-58 .intro-row .intro-cols .desc-col,
/* 1849 */         .page-id-92 .intro-row .intro-cols .desc-col {
/* 1850 */           width: 83.3333333333vw !important;

/* style.css */

/* 1851 */           padding: 8.3333333333vw 0; } }
/* 1852 */   .page-id-58 .advisor-row,
/* 1853 */   .page-id-92 .advisor-row {
/* 1854 */     margin-bottom: 8.3333333333vw; }
/* 1855 */     .page-id-58 .advisor-row .bio_name,
/* 1856 */     .page-id-92 .advisor-row .bio_name {
/* 1857 */       align-self: center; }
/* 1858 */   .page-id-58 .bio_byline,
/* 1859 */   .page-id-58 .bio_name,
/* 1860 */   .page-id-92 .bio_byline,
/* 1861 */   .page-id-92 .bio_name {
/* 1862 */     flex: 0 0 auto;
/* 1863 */     width: 100%;
/* 1864 */     height: 10%; }
/* 1865 */   .page-id-58 .bio_byline,
/* 1866 */   .page-id-92 .bio_byline {
/* 1867 */     align-self: flex-start;
/* 1868 */     margin-top: 50px; }
/* 1869 */   .page-id-58 .bio_name,
/* 1870 */   .page-id-92 .bio_name {
/* 1871 */     font: 400 1.2em/1em "Quantico", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
/* 1872 */     text-transform: uppercase;
/* 1873 */     align-self: flex-end; }
/* 1874 */   .page-id-58 .popup,
/* 1875 */   .page-id-92 .popup {
/* 1876 */     width: 100%;
/* 1877 */     height: 100%;
/* 1878 */     display: none;
/* 1879 */     position: fixed;
/* 1880 */     z-index: 9999;
/* 1881 */     top: 0px;
/* 1882 */     left: 0px;
/* 1883 */     background: rgba(0, 124, 219, 0.88); }
/* 1884 */   .page-id-58 .popup-inner,
/* 1885 */   .page-id-92 .popup-inner {
/* 1886 */     max-width: 1200px;
/* 1887 */     width: 90%;
/* 1888 */     padding: 0;
/* 1889 */     position: absolute;
/* 1890 */     top: 50%;
/* 1891 */     left: 50%;
/* 1892 */     -webkit-transform: translate(-50%, -50%);
/* 1893 */     transform: translate(-50%, -50%);
/* 1894 */     background: #fff; }
/* 1895 */     @media (max-width: 1024px) {
/* 1896 */       .page-id-58 .popup-inner,
/* 1897 */       .page-id-92 .popup-inner {
/* 1898 */         width: 50%;
/* 1899 */         height: auto; } }
/* 1900 */     @media (max-width: 480px) {

/* style.css */

/* 1901 */       .page-id-58 .popup-inner,
/* 1902 */       .page-id-92 .popup-inner {
/* 1903 */         width: 70%; } }
/* 1904 */     .page-id-58 .popup-inner::after,
/* 1905 */     .page-id-92 .popup-inner::after {
/* 1906 */       content: '';
/* 1907 */       background-color: #E9BE46;
/* 1908 */       width: 20px;
/* 1909 */       height: 100px;
/* 1910 */       display: block;
/* 1911 */       position: absolute;
/* 1912 */       left: -10px;
/* 1913 */       bottom: -20px; }
/* 1914 */       @media (max-width: 480px) {
/* 1915 */         .page-id-58 .popup-inner::after,
/* 1916 */         .page-id-92 .popup-inner::after {
/* 1917 */           display: none; } }
/* 1918 */     .page-id-58 .popup-inner .img_wrapper,
/* 1919 */     .page-id-92 .popup-inner .img_wrapper {
/* 1920 */       width: 45%;
/* 1921 */       height: 29.1666666667vw;
/* 1922 */       float: left; }
/* 1923 */       @media (max-width: 1500px) {
/* 1924 */         .page-id-58 .popup-inner .img_wrapper,
/* 1925 */         .page-id-92 .popup-inner .img_wrapper {
/* 1926 */           height: 45.8333333333vw; } }
/* 1927 */       @media (max-width: 1024px) {
/* 1928 */         .page-id-58 .popup-inner .img_wrapper,
/* 1929 */         .page-id-92 .popup-inner .img_wrapper {
/* 1930 */           width: 100%;
/* 1931 */           height: 400px;
/* 1932 */           width: 100%; } }
/* 1933 */       @media (max-width: 480px) {
/* 1934 */         .page-id-58 .popup-inner .img_wrapper,
/* 1935 */         .page-id-92 .popup-inner .img_wrapper {
/* 1936 */           height: 175px; } }
/* 1937 */       .page-id-58 .popup-inner .img_wrapper img,
/* 1938 */       .page-id-92 .popup-inner .img_wrapper img {
/* 1939 */         width: 100%;
/* 1940 */         height: 100%;
/* 1941 */         object-fit: cover; }
/* 1942 */     .page-id-58 .popup-inner .popup_text,
/* 1943 */     .page-id-92 .popup-inner .popup_text {
/* 1944 */       width: 45%;
/* 1945 */       display: block;
/* 1946 */       float: right;
/* 1947 */       margin: 10px 40px; }
/* 1948 */       @media (max-width: 1024px) {
/* 1949 */         .page-id-58 .popup-inner .popup_text,
/* 1950 */         .page-id-92 .popup-inner .popup_text {

/* style.css */

/* 1951 */           width: 100%;
/* 1952 */           padding: 20px 40px;
/* 1953 */           float: left;
/* 1954 */           margin: 0 !important; } }
/* 1955 */       @media (max-width: 480px) {
/* 1956 */         .page-id-58 .popup-inner .popup_text,
/* 1957 */         .page-id-92 .popup-inner .popup_text {
/* 1958 */           padding: 10px 20px; } }
/* 1959 */       .page-id-58 .popup-inner .popup_text h2,
/* 1960 */       .page-id-92 .popup-inner .popup_text h2 {
/* 1961 */         font-size: 1.1em !important;
/* 1962 */         line-height: 1.3em !important;
/* 1963 */         margin-bottom: 0.2em;
/* 1964 */         text-transform: uppercase;
/* 1965 */         color: #79BAEC;
/* 1966 */         font-weight: 800 !important; }
/* 1967 */       .page-id-58 .popup-inner .popup_text .byline,
/* 1968 */       .page-id-92 .popup-inner .popup_text .byline {
/* 1969 */         font-size: 0.8em;
/* 1970 */         border-bottom: 2px solid #E9BE46;
/* 1971 */         padding-bottom: 3px;
/* 1972 */         display: inline-block; }
/* 1973 */       .page-id-58 .popup-inner .popup_text p,
/* 1974 */       .page-id-92 .popup-inner .popup_text p {
/* 1975 */         font-size: 0.8em; }
/* 1976 */         @media (max-width: 480px) {
/* 1977 */           .page-id-58 .popup-inner .popup_text p,
/* 1978 */           .page-id-92 .popup-inner .popup_text p {
/* 1979 */             font-size: 11.5px; } }
/* 1980 */         @media (max-width: 320px) {
/* 1981 */           .page-id-58 .popup-inner .popup_text p,
/* 1982 */           .page-id-92 .popup-inner .popup_text p {
/* 1983 */             font-size: 0.9em; } }
/* 1984 */   .page-id-58 .popup-close,
/* 1985 */   .page-id-92 .popup-close {
/* 1986 */     width: 30px;
/* 1987 */     height: 30px;
/* 1988 */     padding-top: 3px;
/* 1989 */     display: inline-block;
/* 1990 */     position: absolute;
/* 1991 */     top: 0px;
/* 1992 */     right: 0px;
/* 1993 */     transition: 0.28s ease-in-out;
/* 1994 */     -webkit-transform: translate(50%, -50%);
/* 1995 */     transform: translate(50%, -50%);
/* 1996 */     background: rgba(233, 190, 70, 0.8);
/* 1997 */     font-family: Arial, Sans-Serif;
/* 1998 */     font-size: 20px;
/* 1999 */     text-align: center;
/* 2000 */     line-height: 100%;

/* style.css */

/* 2001 */     color: #fff; }
/* 2002 */   .page-id-58 .popup-close:hover,
/* 2003 */   .page-id-92 .popup-close:hover {
/* 2004 */     background: #e9be46;
/* 2005 */     color: #fff;
/* 2006 */     text-decoration: none; }
/* 2007 */ 
/* 2008 */ .page-id-188,
/* 2009 */ .page-id-2 {
/* 2010 */   /******************************************************************
/* 2011 *|   Stylesheet: Theme Page
/* 2012 *|   
/* 2013 *|   Styles for theme page ONLY. If the styles will be used across the site,
/* 2014 *|   use the _base.scss file.
/* 2015 *|   ******************************************************************/ }
/* 2016 */   .page-id-188 .themes-row,
/* 2017 */   .page-id-2 .themes-row {
/* 2018 */     padding-bottom: 8.3333333333vw; }
/* 2019 */     .page-id-188 .themes-row .themes-intro-columns,
/* 2020 */     .page-id-2 .themes-row .themes-intro-columns {
/* 2021 */       padding: 8.3333333333vw; }
/* 2022 */       @media (max-width: 1200px) {
/* 2023 */         .page-id-188 .themes-row .themes-intro-columns,
/* 2024 */         .page-id-2 .themes-row .themes-intro-columns {
/* 2025 */           padding-right: 0; }
/* 2026 */           .page-id-188 .themes-row .themes-intro-columns > div,
/* 2027 */           .page-id-2 .themes-row .themes-intro-columns > div {
/* 2028 */             flex-direction: column;
/* 2029 */             flex-wrap: wrap; } }
/* 2030 */       @media (max-width: 600px) {
/* 2031 */         .page-id-188 .themes-row .themes-intro-columns,
/* 2032 */         .page-id-2 .themes-row .themes-intro-columns {
/* 2033 */           padding-top: 0;
/* 2034 */           padding-left: 0; } }
/* 2035 */       .page-id-188 .themes-row .themes-intro-columns .title-col,
/* 2036 */       .page-id-2 .themes-row .themes-intro-columns .title-col {
/* 2037 */         align-items: center;
/* 2038 */         justify-content: flex-end;
/* 2039 */         display: flex;
/* 2040 */         padding-right: 8.3333333333vw; }
/* 2041 */         @media (max-width: 1200px) {
/* 2042 */           .page-id-188 .themes-row .themes-intro-columns .title-col,
/* 2043 */           .page-id-2 .themes-row .themes-intro-columns .title-col {
/* 2044 */             padding: 4.1666666667vw;
/* 2045 */             padding-bottom: 8.3333333333vw;
/* 2046 */             width: 100% !important;
/* 2047 */             justify-content: flex-start; } }
/* 2048 */         @media (max-width: 600px) {
/* 2049 */           .page-id-188 .themes-row .themes-intro-columns .title-col,
/* 2050 */           .page-id-2 .themes-row .themes-intro-columns .title-col {

/* style.css */

/* 2051 */             justify-content: center;
/* 2052 */             padding-top: 12.5vw; } }
/* 2053 */         .page-id-188 .themes-row .themes-intro-columns .title-col .themes-title,
/* 2054 */         .page-id-2 .themes-row .themes-intro-columns .title-col .themes-title {
/* 2055 */           color: #007CDB; }
/* 2056 */           .page-id-188 .themes-row .themes-intro-columns .title-col .themes-title span,
/* 2057 */           .page-id-2 .themes-row .themes-intro-columns .title-col .themes-title span {
/* 2058 */             color: #E9BE46; }
/* 2059 */       .page-id-188 .themes-row .themes-intro-columns .text-col,
/* 2060 */       .page-id-2 .themes-row .themes-intro-columns .text-col {
/* 2061 */         padding: 8.3333333333vw;
/* 2062 */         background: #79BAEC;
/* 2063 */         color: #ffffff; }
/* 2064 */         @media (max-width: 1200px) {
/* 2065 */           .page-id-188 .themes-row .themes-intro-columns .text-col,
/* 2066 */           .page-id-2 .themes-row .themes-intro-columns .text-col {
/* 2067 */             width: 75vw !important;
/* 2068 */             align-self: flex-end; } }
/* 2069 */         @media (max-width: 600px) {
/* 2070 */           .page-id-188 .themes-row .themes-intro-columns .text-col,
/* 2071 */           .page-id-2 .themes-row .themes-intro-columns .text-col {
/* 2072 */             background: transparent;
/* 2073 */             color: #95989A;
/* 2074 */             align-self: center;
/* 2075 */             width: 100% !important; } }
/* 2076 */         .page-id-188 .themes-row .themes-intro-columns .text-col::after,
/* 2077 */         .page-id-2 .themes-row .themes-intro-columns .text-col::after {
/* 2078 */           content: '';
/* 2079 */           width: 12px;
/* 2080 */           height: 80%;
/* 2081 */           background: #E9BE46;
/* 2082 */           position: absolute;
/* 2083 */           display: block;
/* 2084 */           right: 0;
/* 2085 */           top: 50%;
/* 2086 */           transform: translateY(-50%); }
/* 2087 */           @media (max-width: 600px) {
/* 2088 */             .page-id-188 .themes-row .themes-intro-columns .text-col::after,
/* 2089 */             .page-id-2 .themes-row .themes-intro-columns .text-col::after {
/* 2090 */               display: none; } }
/* 2091 */     .page-id-188 .themes-row .first-theme,
/* 2092 */     .page-id-2 .themes-row .first-theme {
/* 2093 */       z-index: 99;
/* 2094 */       position: relative; }
/* 2095 */       @media (max-width: 1200px) {
/* 2096 */         .page-id-188 .themes-row .first-theme,
/* 2097 */         .page-id-2 .themes-row .first-theme {
/* 2098 */           padding: 8.3333333333vw; } }
/* 2099 */       @media (max-width: 600px) {
/* 2100 */         .page-id-188 .themes-row .first-theme,

/* style.css */

/* 2101 */         .page-id-2 .themes-row .first-theme {
/* 2102 */           padding: 8.3333333333vw 0; } }
/* 2103 */       .page-id-188 .themes-row .first-theme .first-columns,
/* 2104 */       .page-id-2 .themes-row .first-theme .first-columns {
/* 2105 */         margin-top: 2.0833333333vw; }
/* 2106 */         @media (max-width: 1200px) {
/* 2107 */           .page-id-188 .themes-row .first-theme .first-columns,
/* 2108 */           .page-id-2 .themes-row .first-theme .first-columns {
/* 2109 */             margin-top: 0; }
/* 2110 */             .page-id-188 .themes-row .first-theme .first-columns > div,
/* 2111 */             .page-id-2 .themes-row .first-theme .first-columns > div {
/* 2112 */               flex-direction: column; } }
/* 2113 */         @media (max-width: 1200px) {
/* 2114 */           .page-id-188 .themes-row .first-theme .first-columns .text-col,
/* 2115 */           .page-id-2 .themes-row .first-theme .first-columns .text-col {
/* 2116 */             width: 50vw !important; } }
/* 2117 */         @media (max-width: 600px) {
/* 2118 */           .page-id-188 .themes-row .first-theme .first-columns .text-col,
/* 2119 */           .page-id-2 .themes-row .first-theme .first-columns .text-col {
/* 2120 */             width: 100% !important; } }
/* 2121 */         .page-id-188 .themes-row .first-theme .first-columns .text-col .first-text,
/* 2122 */         .page-id-2 .themes-row .first-theme .first-columns .text-col .first-text {
/* 2123 */           color: #ffffff;
/* 2124 */           background: #007CDB;
/* 2125 */           padding: 8.3333333333vw 5.5555555556vw;
/* 2126 */           padding-top: 11.25vw;
/* 2127 */           width: 25vw;
/* 2128 */           margin: 0 auto;
/* 2129 */           letter-spacing: 0.1em; }
/* 2130 */           @media (max-width: 1200px) {
/* 2131 */             .page-id-188 .themes-row .first-theme .first-columns .text-col .first-text,
/* 2132 */             .page-id-2 .themes-row .first-theme .first-columns .text-col .first-text {
/* 2133 */               width: 100%; } }
/* 2134 */           @media (max-width: 600px) {
/* 2135 */             .page-id-188 .themes-row .first-theme .first-columns .text-col .first-text,
/* 2136 */             .page-id-2 .themes-row .first-theme .first-columns .text-col .first-text {
/* 2137 */               padding: 16.6666666667vw 8.3333333333vw;
/* 2138 */               height: 100%;
/* 2139 */               display: flex;
/* 2140 */               align-items: center; } }
/* 2141 */           .page-id-188 .themes-row .first-theme .first-columns .text-col .first-text::before,
/* 2142 */           .page-id-2 .themes-row .first-theme .first-columns .text-col .first-text::before {
/* 2143 */             content: '01';
/* 2144 */             display: block;
/* 2145 */             position: absolute;
/* 2146 */             color: #95989A;
/* 2147 */             top: -2.7777777778vw;
/* 2148 */             left: 0;
/* 2149 */             font-size: 2.5em;
/* 2150 */             transform: translateY(-50%); }

/* style.css */

/* 2151 */             @media (max-width: 600px) {
/* 2152 */               .page-id-188 .themes-row .first-theme .first-columns .text-col .first-text::before,
/* 2153 */               .page-id-2 .themes-row .first-theme .first-columns .text-col .first-text::before {
/* 2154 */                 left: initial;
/* 2155 */                 right: 8.3333333333vw;
/* 2156 */                 top: -6.25vw;
/* 2157 */                 font-size: 1.8em; } }
/* 2158 */         .page-id-188 .themes-row .first-theme .first-columns .text-col .third-text,
/* 2159 */         .page-id-2 .themes-row .first-theme .first-columns .text-col .third-text {
/* 2160 */           padding-top: 8.3333333333vw; }
/* 2161 */           .page-id-188 .themes-row .first-theme .first-columns .text-col .third-text::before,
/* 2162 */           .page-id-2 .themes-row .first-theme .first-columns .text-col .third-text::before {
/* 2163 */             content: '03' !important; }
/* 2164 */         .page-id-188 .themes-row .first-theme .first-columns .text-col .first-title,
/* 2165 */         .page-id-2 .themes-row .first-theme .first-columns .text-col .first-title {
/* 2166 */           color: #007CDB;
/* 2167 */           height: 6.25vw;
/* 2168 */           display: table-cell;
/* 2169 */           vertical-align: middle;
/* 2170 */           position: relative;
/* 2171 */           padding-left: 16.6666666667vw;
/* 2172 */           padding-bottom: 4.1666666667vw;
/* 2173 */           z-index: 9999; }
/* 2174 */           .page-id-188 .themes-row .first-theme .first-columns .text-col .first-title::before,
/* 2175 */           .page-id-2 .themes-row .first-theme .first-columns .text-col .first-title::before {
/* 2176 */             content: '';
/* 2177 */             display: block;
/* 2178 */             background: #E9BE46;
/* 2179 */             height: 3px;
/* 2180 */             width: 20.8333333333vw;
/* 2181 */             position: absolute;
/* 2182 */             top: 100%;
/* 2183 */             z-index: 999; }
/* 2184 */           @media (min-width: 601px) {
/* 2185 */             .page-id-188 .themes-row .first-theme .first-columns .text-col .first-title,
/* 2186 */             .page-id-2 .themes-row .first-theme .first-columns .text-col .first-title {
/* 2187 */               display: none; } }
/* 2188 */         .page-id-188 .themes-row .first-theme .first-columns .image-col,
/* 2189 */         .page-id-2 .themes-row .first-theme .first-columns .image-col {
/* 2190 */           transform: translateX(-4.1666666667vw); }
/* 2191 */           @media (max-width: 1200px) {
/* 2192 */             .page-id-188 .themes-row .first-theme .first-columns .image-col,
/* 2193 */             .page-id-2 .themes-row .first-theme .first-columns .image-col {
/* 2194 */               transform: translateY(-8.3333333333vw);
/* 2195 */               align-self: flex-end;
/* 2196 */               width: 54.1666666667vw !important; } }
/* 2197 */           @media (max-width: 600px) {
/* 2198 */             .page-id-188 .themes-row .first-theme .first-columns .image-col,
/* 2199 */             .page-id-2 .themes-row .first-theme .first-columns .image-col {
/* 2200 */               width: 83.3333333333vw !important; } }

/* style.css */

/* 2201 */           .page-id-188 .themes-row .first-theme .first-columns .image-col .first-title,
/* 2202 */           .page-id-2 .themes-row .first-theme .first-columns .image-col .first-title {
/* 2203 */             color: #007CDB;
/* 2204 */             height: 6.25vw;
/* 2205 */             display: table-cell;
/* 2206 */             vertical-align: middle;
/* 2207 */             position: relative; }
/* 2208 */             @media (max-width: 1200px) {
/* 2209 */               .page-id-188 .themes-row .first-theme .first-columns .image-col .first-title,
/* 2210 */               .page-id-2 .themes-row .first-theme .first-columns .image-col .first-title {
/* 2211 */                 transform: translateX(25vw) translateY(-18.75vw) !important; } }
/* 2212 */             @media (max-width: 600px) {
/* 2213 */               .page-id-188 .themes-row .first-theme .first-columns .image-col .first-title,
/* 2214 */               .page-id-2 .themes-row .first-theme .first-columns .image-col .first-title {
/* 2215 */                 display: none; } }
/* 2216 */             .page-id-188 .themes-row .first-theme .first-columns .image-col .first-title::before,
/* 2217 */             .page-id-2 .themes-row .first-theme .first-columns .image-col .first-title::before {
/* 2218 */               content: '';
/* 2219 */               display: block;
/* 2220 */               background: #E9BE46;
/* 2221 */               height: 3px;
/* 2222 */               width: 8.3333333333vw;
/* 2223 */               position: absolute;
/* 2224 */               top: 50%;
/* 2225 */               left: -2.0833333333vw;
/* 2226 */               transform: translateX(-100%); }
/* 2227 */               @media (max-width: 600px) {
/* 2228 */                 .page-id-188 .themes-row .first-theme .first-columns .image-col .first-title::before,
/* 2229 */                 .page-id-2 .themes-row .first-theme .first-columns .image-col .first-title::before {
/* 2230 */                   display: none; } }
/* 2231 */           .page-id-188 .themes-row .first-theme .first-columns .image-col .first-img,
/* 2232 */           .page-id-2 .themes-row .first-theme .first-columns .image-col .first-img {
/* 2233 */             width: 37.5vw; }
/* 2234 */             @media (max-width: 1200px) {
/* 2235 */               .page-id-188 .themes-row .first-theme .first-columns .image-col .first-img,
/* 2236 */               .page-id-2 .themes-row .first-theme .first-columns .image-col .first-img {
/* 2237 */                 width: 100%; } }
/* 2238 */           .page-id-188 .themes-row .first-theme .first-columns .image-col .third-img,
/* 2239 */           .page-id-2 .themes-row .first-theme .first-columns .image-col .third-img {
/* 2240 */             width: 27.0833333333vw; }
/* 2241 */     .page-id-188 .themes-row .second-theme,
/* 2242 */     .page-id-2 .themes-row .second-theme {
/* 2243 */       margin-top: -5.5555555556vw;
/* 2244 */       padding-bottom: 8.3333333333vw; }
/* 2245 */       @media (max-width: 600px) {
/* 2246 */         .page-id-188 .themes-row .second-theme,
/* 2247 */         .page-id-2 .themes-row .second-theme {
/* 2248 */           margin-top: 0; } }
/* 2249 */       @media (max-width: 600px) {
/* 2250 */         .page-id-188 .themes-row .second-theme .second-columns > div,

/* style.css */

/* 2251 */         .page-id-2 .themes-row .second-theme .second-columns > div {
/* 2252 */           flex-wrap: wrap; } }
/* 2253 */       .page-id-188 .themes-row .second-theme .second-columns .image-col,
/* 2254 */       .page-id-2 .themes-row .second-theme .second-columns .image-col {
/* 2255 */         width: 66.6666666667vw !important; }
/* 2256 */         @media (max-width: 1200px) {
/* 2257 */           .page-id-188 .themes-row .second-theme .second-columns .image-col,
/* 2258 */           .page-id-2 .themes-row .second-theme .second-columns .image-col {
/* 2259 */             width: 58.3333333333vw !important; } }
/* 2260 */         @media (max-width: 600px) {
/* 2261 */           .page-id-188 .themes-row .second-theme .second-columns .image-col,
/* 2262 */           .page-id-2 .themes-row .second-theme .second-columns .image-col {
/* 2263 */             width: 100% !important; } }
/* 2264 */         .page-id-188 .themes-row .second-theme .second-columns .image-col .second-title,
/* 2265 */         .page-id-2 .themes-row .second-theme .second-columns .image-col .second-title {
/* 2266 */           color: #007CDB;
/* 2267 */           height: 6.25vw;
/* 2268 */           display: table-cell;
/* 2269 */           vertical-align: middle;
/* 2270 */           position: relative;
/* 2271 */           padding-left: 16.6666666667vw;
/* 2272 */           padding-bottom: 4.1666666667vw;
/* 2273 */           z-index: 9999; }
/* 2274 */           .page-id-188 .themes-row .second-theme .second-columns .image-col .second-title::before,
/* 2275 */           .page-id-2 .themes-row .second-theme .second-columns .image-col .second-title::before {
/* 2276 */             content: '';
/* 2277 */             display: block;
/* 2278 */             background: #E9BE46;
/* 2279 */             height: 3px;
/* 2280 */             width: 20.8333333333vw;
/* 2281 */             position: absolute;
/* 2282 */             top: 100%;
/* 2283 */             z-index: 999; }
/* 2284 */           @media (min-width: 601px) {
/* 2285 */             .page-id-188 .themes-row .second-theme .second-columns .image-col .second-title,
/* 2286 */             .page-id-2 .themes-row .second-theme .second-columns .image-col .second-title {
/* 2287 */               display: none; } }
/* 2288 */         .page-id-188 .themes-row .second-theme .second-columns .image-col .second-img,
/* 2289 */         .page-id-2 .themes-row .second-theme .second-columns .image-col .second-img {
/* 2290 */           width: 100%;
/* 2291 */           height: 37.5vw;
/* 2292 */           object-fit: cover; }
/* 2293 */           @media (max-width: 600px) {
/* 2294 */             .page-id-188 .themes-row .second-theme .second-columns .image-col .second-img,
/* 2295 */             .page-id-2 .themes-row .second-theme .second-columns .image-col .second-img {
/* 2296 */               width: 79.1666666667vw; } }
/* 2297 */       .page-id-188 .themes-row .second-theme .second-columns .text-col,
/* 2298 */       .page-id-2 .themes-row .second-theme .second-columns .text-col {
/* 2299 */         width: 41.6666666667vw !important;
/* 2300 */         height: 31.25vw;

/* style.css */

/* 2301 */         position: absolute;
/* 2302 */         bottom: -6.25vw;
/* 2303 */         right: 0; }
/* 2304 */         @media (max-width: 1200px) {
/* 2305 */           .page-id-188 .themes-row .second-theme .second-columns .text-col,
/* 2306 */           .page-id-2 .themes-row .second-theme .second-columns .text-col {
/* 2307 */             width: 58.3333333333vw !important; } }
/* 2308 */         @media (max-width: 600px) {
/* 2309 */           .page-id-188 .themes-row .second-theme .second-columns .text-col,
/* 2310 */           .page-id-2 .themes-row .second-theme .second-columns .text-col {
/* 2311 */             position: relative;
/* 2312 */             bottom: 0;
/* 2313 */             width: 100% !important;
/* 2314 */             height: 100%; } }
/* 2315 */         .page-id-188 .themes-row .second-theme .second-columns .text-col .second-title,
/* 2316 */         .page-id-2 .themes-row .second-theme .second-columns .text-col .second-title {
/* 2317 */           bottom: 0;
/* 2318 */           color: #007CDB;
/* 2319 */           margin-bottom: 2.0833333333vw;
/* 2320 */           display: table-cell;
/* 2321 */           vertical-align: middle;
/* 2322 */           position: relative;
/* 2323 */           float: right;
/* 2324 */           margin-right: 8.3333333333vw; }
/* 2325 */           @media (max-width: 1200px) {
/* 2326 */             .page-id-188 .themes-row .second-theme .second-columns .text-col .second-title,
/* 2327 */             .page-id-2 .themes-row .second-theme .second-columns .text-col .second-title {
/* 2328 */               transform: translateX(16.6666666667vw) translateY(-8.33333vw) !important;
/* 2329 */               margin-bottom: 0;
/* 2330 */               float: none;
/* 2331 */               width: 41.6666666667vw;
/* 2332 */               margin-right: 0;
/* 2333 */               text-align: center; } }
/* 2334 */           @media (max-width: 600px) {
/* 2335 */             .page-id-188 .themes-row .second-theme .second-columns .text-col .second-title,
/* 2336 */             .page-id-2 .themes-row .second-theme .second-columns .text-col .second-title {
/* 2337 */               display: none; } }
/* 2338 */           .page-id-188 .themes-row .second-theme .second-columns .text-col .second-title::before,
/* 2339 */           .page-id-2 .themes-row .second-theme .second-columns .text-col .second-title::before {
/* 2340 */             content: '';
/* 2341 */             display: block;
/* 2342 */             background: #E9BE46;
/* 2343 */             height: 3px;
/* 2344 */             width: 8.3333333333vw;
/* 2345 */             position: absolute;
/* 2346 */             top: 50%;
/* 2347 */             left: -2.0833333333vw;
/* 2348 */             transform: translateX(-100%); }
/* 2349 */             @media (max-width: 1200px) {
/* 2350 */               .page-id-188 .themes-row .second-theme .second-columns .text-col .second-title::before,

/* style.css */

/* 2351 */               .page-id-2 .themes-row .second-theme .second-columns .text-col .second-title::before {
/* 2352 */                 transform: translateX(-50%) translateY(2.0833333333vw);
/* 2353 */                 bottom: 0;
/* 2354 */                 top: initial;
/* 2355 */                 width: 16.6666666667vw;
/* 2356 */                 left: 0; } }
/* 2357 */         .page-id-188 .themes-row .second-theme .second-columns .text-col .second-text,
/* 2358 */         .page-id-2 .themes-row .second-theme .second-columns .text-col .second-text {
/* 2359 */           color: #ffffff;
/* 2360 */           background: #79BAEC;
/* 2361 */           width: 41.6666666667vw;
/* 2362 */           height: 25vw;
/* 2363 */           padding: 8.3333333333vw;
/* 2364 */           bottom: 0;
/* 2365 */           margin-left: -8.3333333333vw;
/* 2366 */           letter-spacing: 0.1em;
/* 2367 */           display: flex;
/* 2368 */           align-items: center; }
/* 2369 */           @media (max-width: 1200px) {
/* 2370 */             .page-id-188 .themes-row .second-theme .second-columns .text-col .second-text,
/* 2371 */             .page-id-2 .themes-row .second-theme .second-columns .text-col .second-text {
/* 2372 */               height: 100%;
/* 2373 */               width: 100%;
/* 2374 */               margin-left: 0;
/* 2375 */               padding: 16.6666666667vw 8.3333333333vw; } }
/* 2376 */           .page-id-188 .themes-row .second-theme .second-columns .text-col .second-text::before,
/* 2377 */           .page-id-2 .themes-row .second-theme .second-columns .text-col .second-text::before {
/* 2378 */             content: '02';
/* 2379 */             display: block;
/* 2380 */             position: absolute;
/* 2381 */             color: #ffffff;
/* 2382 */             top: 8.3333333333vw;
/* 2383 */             left: 0;
/* 2384 */             transform: translateX(-50%) translateY(-50%);
/* 2385 */             font-size: 2.5em; }
/* 2386 */             @media (max-width: 1200px) {
/* 2387 */               .page-id-188 .themes-row .second-theme .second-columns .text-col .second-text::before,
/* 2388 */               .page-id-2 .themes-row .second-theme .second-columns .text-col .second-text::before {
/* 2389 */                 transform: translateX(16.6666666667vw) translateY(-50%);
/* 2390 */                 font-size: 1.8em; } }
/* 2391 */             @media (max-width: 768px) {
/* 2392 */               .page-id-188 .themes-row .second-theme .second-columns .text-col .second-text::before,
/* 2393 */               .page-id-2 .themes-row .second-theme .second-columns .text-col .second-text::before {
/* 2394 */                 transform: translateX(16.6666666667vw) translateY(-100%); } }
/* 2395 */             @media (max-width: 600px) {
/* 2396 */               .page-id-188 .themes-row .second-theme .second-columns .text-col .second-text::before,
/* 2397 */               .page-id-2 .themes-row .second-theme .second-columns .text-col .second-text::before {
/* 2398 */                 transform: translateX(8.3333333333vw) translateY(-16.6666666667vw); } }
/* 2399 */     @media (max-width: 1200px) {
/* 2400 */       .page-id-188 .themes-row .third-theme,

/* style.css */

/* 2401 */       .page-id-2 .themes-row .third-theme {
/* 2402 */         padding-bottom: 0 !important;
/* 2403 */         padding-left: 0 !important;
/* 2404 */         margin-top: 12.5vw; }
/* 2405 */         .page-id-188 .themes-row .third-theme::before,
/* 2406 */         .page-id-2 .themes-row .third-theme::before {
/* 2407 */           content: '03';
/* 2408 */           display: block;
/* 2409 */           position: absolute;
/* 2410 */           color: #95989A;
/* 2411 */           top: 4.1666666667vw;
/* 2412 */           right: 2.0833333333vw;
/* 2413 */           font-size: 2.5em;
/* 2414 */           transform: translateY(-50%); }
/* 2415 */         .page-id-188 .themes-row .third-theme::after,
/* 2416 */         .page-id-2 .themes-row .third-theme::after {
/* 2417 */           content: '';
/* 2418 */           width: 12px;
/* 2419 */           height: 100%;
/* 2420 */           background: #E9BE46;
/* 2421 */           position: absolute;
/* 2422 */           display: block;
/* 2423 */           right: 0;
/* 2424 */           top: 50%;
/* 2425 */           transform: translateY(-50%); }
/* 2426 */         .page-id-188 .themes-row .third-theme .first-columns > div,
/* 2427 */         .page-id-2 .themes-row .third-theme .first-columns > div {
/* 2428 */           flex-direction: row; }
/* 2429 */           .page-id-188 .themes-row .third-theme .first-columns > div .image-col,
/* 2430 */           .page-id-2 .themes-row .third-theme .first-columns > div .image-col {
/* 2431 */             width: 41.6666666667vw !important; }
/* 2432 */             .page-id-188 .themes-row .third-theme .first-columns > div .image-col .first-title,
/* 2433 */             .page-id-2 .themes-row .third-theme .first-columns > div .image-col .first-title {
/* 2434 */               transform: translateX(calc(-100% - 8.3333333333vw)) !important; }
/* 2435 */               .page-id-188 .themes-row .third-theme .first-columns > div .image-col .first-title::before,
/* 2436 */               .page-id-2 .themes-row .third-theme .first-columns > div .image-col .first-title::before {
/* 2437 */                 display: none; }
/* 2438 */             .page-id-188 .themes-row .third-theme .first-columns > div .image-col .third-img,
/* 2439 */             .page-id-2 .themes-row .third-theme .first-columns > div .image-col .third-img {
/* 2440 */               width: 100%;
/* 2441 */               transform: translateX(-4.1666666667vw) translateY(-2.0833333333vw) !important; }
/* 2442 */           .page-id-188 .themes-row .third-theme .first-columns > div .text-col,
/* 2443 */           .page-id-2 .themes-row .third-theme .first-columns > div .text-col {
/* 2444 */             z-index: 99; }
/* 2445 */             .page-id-188 .themes-row .third-theme .first-columns > div .text-col::before,
/* 2446 */             .page-id-2 .themes-row .third-theme .first-columns > div .text-col::before {
/* 2447 */               content: '';
/* 2448 */               display: block;
/* 2449 */               background: #E9BE46;
/* 2450 */               height: 3px;

/* style.css */

/* 2451 */               width: 16.6666666667vw;
/* 2452 */               position: absolute;
/* 2453 */               right: 0;
/* 2454 */               z-index: 999; }
/* 2455 */             .page-id-188 .themes-row .third-theme .first-columns > div .text-col .third-text::before,
/* 2456 */             .page-id-2 .themes-row .third-theme .first-columns > div .text-col .third-text::before {
/* 2457 */               display: none; } }
/* 2458 */     @media (max-width: 600px) {
/* 2459 */       .page-id-188 .themes-row .third-theme::before, .page-id-188 .themes-row .third-theme::after,
/* 2460 */       .page-id-2 .themes-row .third-theme::before,
/* 2461 */       .page-id-2 .themes-row .third-theme::after {
/* 2462 */         display: none; }
/* 2463 */       .page-id-188 .themes-row .third-theme .first-columns > div,
/* 2464 */       .page-id-2 .themes-row .third-theme .first-columns > div {
/* 2465 */         flex-wrap: wrap; }
/* 2466 */         .page-id-188 .themes-row .third-theme .first-columns > div .image-col,
/* 2467 */         .page-id-2 .themes-row .third-theme .first-columns > div .image-col {
/* 2468 */           width: 100% !important;
/* 2469 */           transform: translateY(-8.3333333333vw);
/* 2470 */           z-index: 99; }
/* 2471 */           .page-id-188 .themes-row .third-theme .first-columns > div .image-col .first-title,
/* 2472 */           .page-id-2 .themes-row .third-theme .first-columns > div .image-col .first-title {
/* 2473 */             display: none; }
/* 2474 */           .page-id-188 .themes-row .third-theme .first-columns > div .image-col .third-img,
/* 2475 */           .page-id-2 .themes-row .third-theme .first-columns > div .image-col .third-img {
/* 2476 */             width: 66.6666666667vw; }
/* 2477 */         .page-id-188 .themes-row .third-theme .first-columns > div .text-col::before,
/* 2478 */         .page-id-2 .themes-row .third-theme .first-columns > div .text-col::before {
/* 2479 */           display: none; }
/* 2480 */         .page-id-188 .themes-row .third-theme .first-columns > div .text-col .third-text::before,
/* 2481 */         .page-id-2 .themes-row .third-theme .first-columns > div .text-col .third-text::before {
/* 2482 */           display: none; }
/* 2483 */         .page-id-188 .themes-row .third-theme .first-columns > div .text-col .third-text::after,
/* 2484 */         .page-id-2 .themes-row .third-theme .first-columns > div .text-col .third-text::after {
/* 2485 */           content: "03";
/* 2486 */           bottom: 4.1666666667vw;
/* 2487 */           right: 4.1666666667vw;
/* 2488 */           position: absolute;
/* 2489 */           font-size: 1.8em; } }
/* 2490 */ 
/* 2491 */ .single-post {
/* 2492 */   /******************************************************************
/* 2493 *|   Stylesheet: Article/Post template
/* 2494 *|   
/* 2495 *|   Styles for post templates ONLY. If the styles will be used across the site,
/* 2496 *|   use the _base.scss file.
/* 2497 *|   ******************************************************************/ }
/* 2498 */ 
/* 2499 */ /******************************************************************
/* 2500 *| Stylesheet: Universal Site Styles

/* style.css *|

/* 2501 *| 
/* 2502 *| Only put styles in here that will be used across the entire site.
/* 2503 *| For styles only applying to one particular page, use the appropriate
/* 2504 *| page SCSS file.
/* 2505 *| ******************************************************************/
/* 2506 */ /*********************
/* 2507 *| GENERAL STYLES
/* 2508 *| *********************/
/* 2509 */ @media (max-width: 380px) {
/* 2510 */   html {
/* 2511 */     width: 380px !important; } }
/* 2512 */ 
/* 2513 */ body {
/* 2514 */   font: 600 1em/1.2em "Montserrat", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
/* 2515 */   font-size: 100%;
/* 2516 */   line-height: 180%;
/* 2517 */   color: #95989A;
/* 2518 */   -webkit-font-smoothing: antialiased;
/* 2519 */   -moz-osx-font-smoothing: grayscale;
/* 2520 */   overflow-x: hidden; }
/* 2521 */   @media (max-width: 1024px) {
/* 2522 */     body {
/* 2523 */       font-size: 57.5%;
/* 2524 */       line-height: 250%; } }
/* 2525 */   body.open-header {
/* 2526 */     overflow: hidden; }
/* 2527 */   body.modal-active {
/* 2528 */     overflow: hidden; }
/* 2529 */ 
/* 2530 */ ::selection {
/* 2531 */   background: #E9BE46;
/* 2532 */   color: #ffffff; }
/* 2533 */ 
/* 2534 */ @media (max-width: 600px) {
/* 2535 */   .ct-inner-content {
/* 2536 */     margin-top: 80px !important; } }
/* 2537 */ /*********************
/* 2538 *| LINK STYLES
/* 2539 *| *********************/
/* 2540 */ a,
/* 2541 */ a:visited {
/* 2542 */   color: #79BAEC;
/* 2543 */   text-decoration: none;
/* 2544 */   transition: 0.28s ease-in-out;
/* 2545 */   /* on hover */
/* 2546 */   /* on click */
/* 2547 */   /* mobile tap color */ }
/* 2548 */   a:focus, a:hover,
/* 2549 */   a:visited:focus,
/* 2550 */   a:visited:hover {

/* style.css */

/* 2551 */     color: #E9BE46 !important; }
/* 2552 */   a:link,
/* 2553 */   a:visited:link {
/* 2554 */     /*
/* 2555 *|     this highlights links on iPhones/iPads.
/* 2556 *|     so it basically works like the :hover selector
/* 2557 *|     for mobile devices.
/* 2558 *|     */
/* 2559 */     -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }
/* 2560 */ 
/* 2561 */ /******************************************************************
/* 2562 *| H1, H2, H3, H4, H5 STYLES
/* 2563 *| ******************************************************************/
/* 2564 */ .h1,
/* 2565 */ .h2,
/* 2566 */ .h3,
/* 2567 */ .h4,
/* 2568 */ .h5,
/* 2569 */ h1,
/* 2570 */ h2,
/* 2571 */ h3,
/* 2572 */ h4,
/* 2573 */ h5 {
/* 2574 */   text-rendering: optimizelegibility;
/* 2575 */   font-weight: 500;
/* 2576 */   /*
/* 2577 *|   if you're going to use webfonts, be sure to check your weights
/* 2578 *|   http://css-tricks.com/watch-your-font-weight/
/* 2579 *|   */
/* 2580 */   /* removing text decoration from all headline links */ }
/* 2581 */   .h1 a,
/* 2582 */   .h2 a,
/* 2583 */   .h3 a,
/* 2584 */   .h4 a,
/* 2585 */   .h5 a,
/* 2586 */   h1 a,
/* 2587 */   h2 a,
/* 2588 */   h3 a,
/* 2589 */   h4 a,
/* 2590 */   h5 a {
/* 2591 */     text-decoration: none; }
/* 2592 */ 
/* 2593 */ :not(.ct-toolitem) .h1,
/* 2594 */ :not(.ct-toolitem) h1,
/* 2595 */ :not(.media-frame-title) .h1,
/* 2596 */ :not(.media-frame-title) h1 {
/* 2597 */   font: 800 6em/6.2em "Quantico", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif !important; }
/* 2598 */ :not(.ct-toolitem) .h2,
/* 2599 */ :not(.ct-toolitem) h2,
/* 2600 */ :not(.media-frame-title) .h2,

/* style.css */

/* 2601 */ :not(.media-frame-title) h2 {
/* 2602 */   font: 400 2.2em/2em "Quantico", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif !important; }
/* 2603 */ :not(.ct-toolitem) .h3,
/* 2604 */ :not(.ct-toolitem) h3,
/* 2605 */ :not(.media-frame-title) .h3,
/* 2606 */ :not(.media-frame-title) h3 {
/* 2607 */   font: 400 1.7em/1em "Quantico", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif !important; }
/* 2608 */ :not(.ct-toolitem) .h4,
/* 2609 */ :not(.ct-toolitem) h4,
/* 2610 */ :not(.media-frame-title) .h4,
/* 2611 */ :not(.media-frame-title) h4 {
/* 2612 */   font: 600 1.25em/1.75em "Montserrat", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif !important; }
/* 2613 */ :not(.ct-toolitem) .h5,
/* 2614 */ :not(.ct-toolitem) h5,
/* 2615 */ :not(.media-frame-title) .h5,
/* 2616 */ :not(.media-frame-title) h5 {
/* 2617 */   font: 400 2em/2.2em "Montserrat", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif !important; }
/* 2618 */ :not(.ct-toolitem) .h6,
/* 2619 */ :not(.ct-toolitem) h6,
/* 2620 */ :not(.media-frame-title) .h6,
/* 2621 */ :not(.media-frame-title) h6 {
/* 2622 */   font: 400 1.25em/1.25em "Montserrat", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif !important; }
/* 2623 */ 
/* 2624 */ .ct-toolitem h1, .ct-toolitem h2, .ct-toolitem h3, .ct-toolitem h4, .ct-toolitem h5, .ct-toolitem h6 {
/* 2625 */   font-family: system-ui, -apple-system, sans-serif !important;
/* 2626 */   line-height: 11px !important; }
/* 2627 */ 
/* 2628 */ .media-frame-title h1 {
/* 2629 */   font-size: 22px !important;
/* 2630 */   line-height: 50px !important;
/* 2631 */   font-family: sans-serif !important; }
/* 2632 */ 
/* 2633 */ .image-details h2, .image-details h3, .media-sidebar h2, .media-sidebar h3 {
/* 2634 */   font-weight: 600 !important;
/* 2635 */   font-size: 12px !important;
/* 2636 */   font-family: system-ui, -apple-system, sans-serif !important; }
/* 2637 */ 
/* 2638 */ @media (max-width: 1024px) {
/* 2639 */   .ct-text-block {
/* 2640 */     font-size: 1.2em; } }
/* 2641 */ 
/* 2642 */ /*********************
/* 2643 *| HEADER STYLES
/* 2644 *| *********************/
/* 2645 */ .mlh-tag a {
/* 2646 */   left: 4.1666666667vw !important;
/* 2647 */   z-index: 1 !important; }
/* 2648 */   @media (max-width: 600px) {
/* 2649 */     .mlh-tag a {
/* 2650 */       right: 2.0833333333vw;

/* style.css */

/* 2651 */       left: initial !important;
/* 2652 */       top: 80px !important;
/* 2653 */       position: absolute !important; } }
/* 2654 */ 
/* 2655 */ .home-logo {
/* 2656 */   position: absolute !important;
/* 2657 */   top: 2.0833333333vw;
/* 2658 */   left: 2.0833333333vw;
/* 2659 */   z-index: 999; }
/* 2660 */   @media (max-width: 1000px) {
/* 2661 */     .home-logo {
/* 2662 */       display: none !important; } }
/* 2663 */   .home-logo::after {
/* 2664 */     content: 'HOME';
/* 2665 */     display: block;
/* 2666 */     font-weight: 600 !important;
/* 2667 */     color: #79BAEC;
/* 2668 */     text-align: center;
/* 2669 */     transform: translateY(-50%);
/* 2670 */     opacity: 0;
/* 2671 */     transition: 0.28s ease-in-out;
/* 2672 */     font-size: 1.0416666667vw; }
/* 2673 */   .home-logo:hover::after {
/* 2674 */     transform: translateY(0);
/* 2675 */     opacity: 1; }
/* 2676 */   .home-logo .home-logo-svg {
/* 2677 */     font-size: 4.1666666667vw !important;
/* 2678 */     color: #007CDB;
/* 2679 */     transition: 0.28s ease-in-out; }
/* 2680 */     .home-logo .home-logo-svg:hover {
/* 2681 */       color: #E9BE46; }
/* 2682 */ 
/* 2683 */ .nav-header {
/* 2684 */   display: flex !important;
/* 2685 */   flex-direction: column;
/* 2686 */   justify-content: space-between;
/* 2687 */   border: 2px solid #ffffff !important;
/* 2688 */   background-color: #ffffff;
/* 2689 */   z-index: 9999;
/* 2690 */   width: 160px;
/* 2691 */   height: 160px;
/* 2692 */   padding: 10px !important;
/* 2693 */   position: fixed !important;
/* 2694 */   top: 2.0833333333vw;
/* 2695 */   right: 2.0833333333vw;
/* 2696 */   cursor: pointer;
/* 2697 */   transition: 0.75s; }
/* 2698 */   @media (max-width: 1400px) {
/* 2699 */     .nav-header {
/* 2700 */       width: 120px;

/* style.css */

/* 2701 */       height: 120px; } }
/* 2702 */   @media (max-width: 1100px) {
/* 2703 */     .nav-header {
/* 2704 */       height: 100px;
/* 2705 */       width: 100px; } }
/* 2706 */   @media (max-width: 1100px) {
/* 2707 */     .nav-header {
/* 2708 */       height: 85px;
/* 2709 */       width: 85px; } }
/* 2710 */   @media (max-width: 600px) {
/* 2711 */     .nav-header {
/* 2712 */       background-color: #007CDB;
/* 2713 */       border: 0 !important;
/* 2714 */       top: 0;
/* 2715 */       left: 0;
/* 2716 */       width: 100%;
/* 2717 */       height: 80px; } }
/* 2718 */   .nav-header.out {
/* 2719 */     animation: menu-out 0.75s ease;
/* 2720 */     animation-direction: reverse;
/* 2721 */     animation-fill-mode: backwards; }
/* 2722 */     .nav-header.out .menu-top-flex {
/* 2723 */       transition: 0.5s;
/* 2724 */       transition-delay: 0.25s; }
/* 2725 */   .nav-header:hover {
/* 2726 */     border-color: #E9BE46 !important; }
/* 2727 */   .nav-header .menu-top-flex {
/* 2728 */     display: flex;
/* 2729 */     flex-direction: column; }
/* 2730 */   .nav-header .menu-items {
/* 2731 */     opacity: 0;
/* 2732 */     pointer-events: none;
/* 2733 */     align-self: center;
/* 2734 */     justify-self: center; }
/* 2735 */     .nav-header .menu-items ul {
/* 2736 */       padding: 0;
/* 2737 */       display: flex;
/* 2738 */       flex-direction: column;
/* 2739 */       justify-content: space-between;
/* 2740 */       height: 25vh; }
/* 2741 */       .nav-header .menu-items ul li {
/* 2742 */         display: block;
/* 2743 */         text-align: center;
/* 2744 */         transform: translateY(-50%);
/* 2745 */         opacity: 0; }
/* 2746 */         .nav-header .menu-items ul li.current-menu-item a {
/* 2747 */           font-size: 2rem;
/* 2748 */           color: #E9BE46; }
/* 2749 */           .nav-header .menu-items ul li.current-menu-item a::before {
/* 2750 */             content: '<  '; }

/* style.css */

/* 2751 */           .nav-header .menu-items ul li.current-menu-item a::after {
/* 2752 */             content: " />"; }
/* 2753 */           .nav-header .menu-items ul li.current-menu-item a::after, .nav-header .menu-items ul li.current-menu-item a::before {
/* 2754 */             width: 30px; }
/* 2755 */         .nav-header .menu-items ul li a {
/* 2756 */           color: #ffffff;
/* 2757 */           font: 400 1.7em/1em "Quantico", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
/* 2758 */           font-size: 1.5rem;
/* 2759 */           font-family: 'Montserrat';
/* 2760 */           text-transform: uppercase; }
/* 2761 */           .nav-header .menu-items ul li a:hover {
/* 2762 */             color: #E9BE46; }
/* 2763 */   .nav-header .menu-social-row {
/* 2764 */     display: none;
/* 2765 */     align-self: center;
/* 2766 */     justify-self: center; }
/* 2767 */     .nav-header .menu-social-row a {
/* 2768 */       color: #ffffff;
/* 2769 */       font-size: 2rem;
/* 2770 */       margin: 0 0.5208333333vw;
/* 2771 */       transform: translateY(-50%);
/* 2772 */       opacity: 0; }
/* 2773 */       @media (max-width: 480px) {
/* 2774 */         .nav-header .menu-social-row a {
/* 2775 */           margin: 0 1.6666666667vw; } }
/* 2776 */       .nav-header .menu-social-row a:hover {
/* 2777 */         color: #E9BE46; }
/* 2778 */       .nav-header .menu-social-row a a:first-of-type {
/* 2779 */         margin-left: 0; }
/* 2780 */   .nav-header .menu-text {
/* 2781 */     color: #ffffff;
/* 2782 */     transition: 0.28s ease-in-out; }
/* 2783 */     @media (max-width: 600px) {
/* 2784 */       .nav-header .menu-text {
/* 2785 */         display: none; } }
/* 2786 */   .nav-header .menu-hamburger {
/* 2787 */     display: none;
/* 2788 */     font-size: 3em;
/* 2789 */     width: 8.3333333333vw !important;
/* 2790 */     position: absolute;
/* 2791 */     color: #ffffff;
/* 2792 */     left: 8.3333333333vw;
/* 2793 */     top: 40px;
/* 2794 */     transform: translateX(-50%) translateY(-50%);
/* 2795 */     transition: 0.28s ease-in-out; }
/* 2796 */     @media (max-width: 600px) {
/* 2797 */       .nav-header .menu-hamburger {
/* 2798 */         display: initial; } }
/* 2799 */   .nav-header .menu-close {
/* 2800 */     display: none;

/* style.css */

/* 2801 */     opacity: 0;
/* 2802 */     text-align: right;
/* 2803 */     align-self: flex-end;
/* 2804 */     transform: translateY(-100%);
/* 2805 */     transition: 0.28s ease-in-out;
/* 2806 */     font-size: 1.5rem !important; }
/* 2807 */     @media (max-width: 600px) {
/* 2808 */       .nav-header .menu-close {
/* 2809 */         position: absolute;
/* 2810 */         left: 8.3333333333vw;
/* 2811 */         top: 40px;
/* 2812 */         opacity: 0;
/* 2813 */         transform: translateX(-50%) translateY(-50%) scale(0.3); } }
/* 2814 */   .nav-header .menu-logo {
/* 2815 */     align-self: flex-end;
/* 2816 */     font-size: 2.0833333333vw;
/* 2817 */     position: absolute;
/* 2818 */     bottom: 10px;
/* 2819 */     color: #ffffff; }
/* 2820 */     @media (max-width: 1100px) {
/* 2821 */       .nav-header .menu-logo {
/* 2822 */         font-size: 28px; } }
/* 2823 */     @media (max-width: 600px) {
/* 2824 */       .nav-header .menu-logo {
/* 2825 */         font-size: 45px;
/* 2826 */         top: 40px;
/* 2827 */         left: 50%;
/* 2828 */         transform: translateX(-50%) translateY(-50%); } }
/* 2829 */ 
/* 2830 */ .nav-header.active {
/* 2831 */   background: rgba(0, 124, 219, 0.97);
/* 2832 */   position: fixed !important;
/* 2833 */   animation: menu 0.75s cubic-bezier(0, 0, 0.2, 1);
/* 2834 */   animation-fill-mode: forwards;
/* 2835 */   cursor: auto;
/* 2836 */   -webkit-background-filter: blur(20px) saturate(180%); }
/* 2837 */   .nav-header.active .menu-top-flex {
/* 2838 */     padding: 2.0833333333vw;
/* 2839 */     padding-bottom: 0; }
/* 2840 */   .nav-header.active .menu-text {
/* 2841 */     font-size: 1rem; }
/* 2842 */   .nav-header.active .menu-items {
/* 2843 */     pointer-events: all;
/* 2844 */     opacity: 1; }
/* 2845 */     .nav-header.active .menu-items ul li {
/* 2846 */       animation: menu-items 500ms ease;
/* 2847 */       animation-fill-mode: forwards; }
/* 2848 */       .nav-header.active .menu-items ul li:nth-of-type(1) {
/* 2849 */         animation-delay: 650ms; }
/* 2850 */       .nav-header.active .menu-items ul li:nth-of-type(2) {

/* style.css */

/* 2851 */         animation-delay: 800ms; }
/* 2852 */       .nav-header.active .menu-items ul li:nth-of-type(3) {
/* 2853 */         animation-delay: 950ms; }
/* 2854 */       .nav-header.active .menu-items ul li:nth-of-type(4) {
/* 2855 */         animation-delay: 1100ms; }
/* 2856 */       .nav-header.active .menu-items ul li:nth-of-type(5) {
/* 2857 */         animation-delay: 1250ms; }
/* 2858 */   .nav-header.active .menu-social-row {
/* 2859 */     display: initial; }
/* 2860 */     .nav-header.active .menu-social-row a {
/* 2861 */       animation: menu-items 500ms ease;
/* 2862 */       animation-fill-mode: forwards; }
/* 2863 */       .nav-header.active .menu-social-row a:nth-of-type(1) {
/* 2864 */         animation-delay: 1150ms; }
/* 2865 */       .nav-header.active .menu-social-row a:nth-of-type(2) {
/* 2866 */         animation-delay: 1300ms; }
/* 2867 */       .nav-header.active .menu-social-row a:nth-of-type(3) {
/* 2868 */         animation-delay: 1450ms; }
/* 2869 */       .nav-header.active .menu-social-row a:nth-of-type(4) {
/* 2870 */         animation-delay: 1600ms; }
/* 2871 */       .nav-header.active .menu-social-row a:nth-of-type(5) {
/* 2872 */         animation-delay: 1750ms; }
/* 2873 */       .nav-header.active .menu-social-row a:nth-of-type(6) {
/* 2874 */         animation-delay: 1900ms; }
/* 2875 */   .nav-header.active .menu-hamburger {
/* 2876 */     opacity: 0; }
/* 2877 */   .nav-header.active .menu-close {
/* 2878 */     opacity: 1;
/* 2879 */     display: block;
/* 2880 */     align-self: flex-end;
/* 2881 */     cursor: pointer; }
/* 2882 */     @media (max-width: 600px) {
/* 2883 */       .nav-header.active .menu-close {
/* 2884 */         transform: scale(1) translateX(-50%) translateY(-50%); } }
/* 2885 */     .nav-header.active .menu-close:hover {
/* 2886 */       color: #E9BE46 !important; }
/* 2887 */   .nav-header.active .menu-logo {
/* 2888 */     display: none; }
/* 2889 */     @media (max-width: 600px) {
/* 2890 */       .nav-header.active .menu-logo {
/* 2891 */         display: initial; } }
/* 2892 */ 
/* 2893 */ @keyframes menu {
/* 2894 */   60% {
/* 2895 */     top: 0;
/* 2896 */     right: 0; }
/* 2897 */   70% {
/* 2898 */     width: 100vw;
/* 2899 */     height: 100vh; }
/* 2900 */   90% {

/* style.css */

/* 2901 */     border: 0;
/* 2902 */     top: 0;
/* 2903 */     right: 0; }
/* 2904 */   100% {
/* 2905 */     border: 0;
/* 2906 */     top: 0;
/* 2907 */     right: 0;
/* 2908 */     width: 100vw;
/* 2909 */     height: 100vh; } }
/* 2910 */ @keyframes menu-out {
/* 2911 */   60% {
/* 2912 */     top: 0;
/* 2913 */     right: 0;
/* 2914 */     background: #007cdb; }
/* 2915 */   70% {
/* 2916 */     width: 100vw;
/* 2917 */     height: 100vh; }
/* 2918 */   90% {
/* 2919 */     border: 0;
/* 2920 */     top: 0;
/* 2921 */     right: 0; }
/* 2922 */   100% {
/* 2923 */     border: 0;
/* 2924 */     top: 0;
/* 2925 */     right: 0;
/* 2926 */     width: 100vw;
/* 2927 */     height: 100vh;
/* 2928 */     background: rgba(0, 124, 219, 0.97); } }
/* 2929 */ @keyframes menu-items {
/* 2930 */   0% {
/* 2931 */     transform: translateY(-50%);
/* 2932 */     opacity: 0; }
/* 2933 */   100% {
/* 2934 */     transform: translateY(0);
/* 2935 */     opacity: 1; } }
/* 2936 */ /*********************
/* 2937 *| NAVIGATION STYLES
/* 2938 *| **********************/
/* 2939 */ .outline-header {
/* 2940 */   text-transform: uppercase !important;
/* 2941 */   margin-top: 4.1666666667vw !important;
/* 2942 */   margin-bottom: 4.1666666667vw !important; }
/* 2943 */   .outline-header > span {
/* 2944 */     border-left: 15px solid #E9BE46 !important;
/* 2945 */     padding-left: 15px;
/* 2946 */     font-family: 'Quantico';
/* 2947 */     font-size: 1.5em;
/* 2948 */     pointer-events: none;
/* 2949 */     max-width: 80vw;
/* 2950 */     vertical-align: middle; }

/* style.css */

/* 2951 */   .outline-header.active {
/* 2952 */     color: #007CDB; }
/* 2953 */     .outline-header.active > span::after {
/* 2954 */       content: '';
/* 2955 */       display: block;
/* 2956 */       background: #E9BE46;
/* 2957 */       height: 3px;
/* 2958 */       width: 35%; }
/* 2959 */   .outline-header::before {
/* 2960 */     content: '';
/* 2961 */     background: #E9BE46;
/* 2962 */     margin-right: 15px;
/* 2963 */     height: 3px;
/* 2964 */     width: 6.6666666667vw;
/* 2965 */     display: inline-block; }
/* 2966 */ 
/* 2967 */ /*********************
/* 2968 *| HERO STYLES
/* 2969 *| *********************/
/* 2970 */ /*********************
/* 2971 *| POSTS & CONTENT STYLES
/* 2972 *| *********************/
/* 2973 */ .pop-flex {
/* 2974 */   display: flex !important;
/* 2975 */   justify-content: flex-end;
/* 2976 */   align-items: center; }
/* 2977 */   .pop-flex .pop-comment {
/* 2978 */     width: 16.6666666667vw;
/* 2979 */     border-left: 15px solid #E9BE46;
/* 2980 */     padding: 0 15px;
/* 2981 */     float: right;
/* 2982 */     font-weight: bold !important;
/* 2983 */     font-size: 1.2em !important;
/* 2984 */     font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; }
/* 2985 */     @media (max-width: 1500px) {
/* 2986 */       .pop-flex .pop-comment {
/* 2987 */         width: 20.8333333333vw;
/* 2988 */         padding-right: 4.1666666667vw; } }
/* 2989 */     @media (max-width: 1024px) {
/* 2990 */       .pop-flex .pop-comment {
/* 2991 */         width: 29.1666666667vw;
/* 2992 */         border-left: 9px solid #E9BE46; } }
/* 2993 */   .pop-flex .pop-tail {
/* 2994 */     width: calc( ( 8.3333333333vw * 2 ) - 15px);
/* 2995 */     background: #E9BE46;
/* 2996 */     height: 3px !important; }
/* 2997 */     @media (max-width: 1000px) {
/* 2998 */       .pop-flex .pop-tail {
/* 2999 */         width: calc( ( 8.3333333333vw * 2 ) - 15px); } }
/* 3000 */ 

/* style.css */

/* 3001 */ .side-link {
/* 3002 */   align-self: flex-start; }
/* 3003 */   .side-link a {
/* 3004 */     text-transform: uppercase !important;
/* 3005 */     font: 600 1.25em/1.75em "Montserrat", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
/* 3006 */     font-size: 1.2em;
/* 3007 */     font-weight: bold !important;
/* 3008 */     color: #79BAEC; }
/* 3009 */   .side-link svg {
/* 3010 */     margin-left: 0.6944444444vw;
/* 3011 */     transform: translateY(50%); }
/* 3012 */   .side-link::before {
/* 3013 */     content: '';
/* 3014 */     display: inline-block;
/* 3015 */     width: 5vw;
/* 3016 */     height: 3px;
/* 3017 */     background: #E9BE46;
/* 3018 */     margin-right: 2.0833333333vw;
/* 3019 */     margin-top: -0.6vw;
/* 3020 */     vertical-align: middle; }
/* 3021 */ 
/* 3022 */ #ct-viewport-container .accordion .accordion-body {
/* 3023 */   height: initial;
/* 3024 */   padding: 15px 10px;
/* 3025 */   opacity: 1;
/* 3026 */   transform: none; }
/* 3027 */ 
/* 3028 */ .accordion {
/* 3029 */   max-width: 800px;
/* 3030 */   margin: 0 auto !important;
/* 3031 */   margin-top: 2.7777777778vw !important;
/* 3032 */   margin-bottom: 2.7777777778vw !important; }
/* 3033 */   @media (max-width: 1000px) {
/* 3034 */     .accordion {
/* 3035 */       width: 83.3333333333vw; } }
/* 3036 */   .accordion .accordion-header {
/* 3037 */     background: #79BAEC;
/* 3038 */     padding: 15px 10px;
/* 3039 */     color: #ffffff;
/* 3040 */     display: flex;
/* 3041 */     justify-content: space-between; }
/* 3042 */     .accordion .accordion-header .accordion-header-text {
/* 3043 */       flex-grow: 2; }
/* 3044 */     .accordion .accordion-header .accordion-plus {
/* 3045 */       color: #007CDB;
/* 3046 */       font-size: 2.5em;
/* 3047 */       transform: translateY(-10%);
/* 3048 */       transition: 0.28s ease-in-out;
/* 3049 */       cursor: pointer; }
/* 3050 */   .accordion .accordion-header.ct-active + .accordion-body,

/* style.css */

/* 3051 */   .accordion .accordion-body.ct-active {
/* 3052 */     height: initial;
/* 3053 */     padding: 15px 10px;
/* 3054 */     opacity: 1;
/* 3055 */     transform: none; }
/* 3056 */   .accordion .accordion-header.active .accordion-plus {
/* 3057 */     transform: translateY(-10%) rotate(45deg); }
/* 3058 */   .accordion .accordion-header.active + .accordion-body {
/* 3059 */     height: initial;
/* 3060 */     padding: 15px 10px;
/* 3061 */     opacity: 1;
/* 3062 */     transform: none; }
/* 3063 */   .accordion .accordion-body {
/* 3064 */     padding: 0 10px;
/* 3065 */     opacity: 0;
/* 3066 */     counter-reset: section;
/* 3067 */     height: 0;
/* 3068 */     overflow: hidden;
/* 3069 */     transform: translateY(-5%);
/* 3070 */     transition: 500ms; }
/* 3071 */     .accordion .accordion-body ul li {
/* 3072 */       margin-bottom: 0.5em; }
/* 3073 */       @media (min-width: 1025px) {
/* 3074 */         .accordion .accordion-body ul li {
/* 3075 */           font-size: 0.8em; } }
/* 3076 */       .accordion .accordion-body ul li::before {
/* 3077 */         color: #79BAEC;
/* 3078 */         counter-increment: section;
/* 3079 */         content: "0" counter(section) " ";
/* 3080 */         letter-spacing: 1px; }
/* 3081 */ 
/* 3082 */ .video-modal {
/* 3083 */   position: fixed;
/* 3084 */   top: 50%;
/* 3085 */   left: 50%;
/* 3086 */   transform: translateY(-50%) translateX(-50%); }
/* 3087 */   .video-modal .modal-close {
/* 3088 */     position: absolute;
/* 3089 */     top: -5px;
/* 3090 */     right: 5px;
/* 3091 */     font-size: 1.3em;
/* 3092 */     cursor: pointer;
/* 3093 */     transform: translateY(-100%);
/* 3094 */     color: #000000; }
/* 3095 */     @media (max-width: 1000px) {
/* 3096 */       .video-modal .modal-close {
/* 3097 */         font-size: 3em; } }
/* 3098 */   .video-modal > iframe {
/* 3099 */     height: 37.5vw;
/* 3100 */     width: 66.6666666667vw; }

/* style.css */

/* 3101 */     @media (max-width: 1000px) {
/* 3102 */       .video-modal > iframe {
/* 3103 */         width: 90vw;
/* 3104 */         height: 50.625vw; } }
/* 3105 */ 
/* 3106 */ /******************************************************************
/* 3107 *| SINGLE BLOG POST STYLES
/* 3108 *| ******************************************************************/
/* 3109 */ /******************************************************************
/* 3110 *| COMMENT FORM STYLES
/* 3111 *| ******************************************************************/
/* 3112 */ /*********************
/* 3113 *| 404 page
/* 3114 *| *********************/
/* 3115 */ .error404 .home-logo-svg {
/* 3116 */   color: #ffffff; }
/* 3117 */ .error404 .nav-header {
/* 3118 */   background-color: #007CDB !important; }
/* 3119 */ .error404 #ct_section_161_post_242 {
/* 3120 */   padding: 16.6666666667vw 0;
/* 3121 */   position: relative; }
/* 3122 */   .error404 #ct_section_161_post_242:before {
/* 3123 */     content: '';
/* 3124 */     position: absolute;
/* 3125 */     top: 0;
/* 3126 */     left: 0;
/* 3127 */     opacity: 0.85;
/* 3128 */     width: 100%;
/* 3129 */     height: 100%;
/* 3130 */     background-color: #007CDB; }
/* 3131 */   .error404 #ct_section_161_post_242 .ct-section-inner-wrap h2,
/* 3132 */   .error404 #ct_section_161_post_242 .ct-section-inner-wrap div {
/* 3133 */     position: relative;
/* 3134 */     z-index: 10; }
/* 3135 */   .error404 #ct_section_161_post_242 .ct-section-inner-wrap .button-white {
/* 3136 */     color: #ffffff; }
/* 3137 */ 
/* 3138 */ /*********************
/* 3139 *| FOOTER STYLES
/* 3140 *| *********************/
/* 3141 */ .footer {
/* 3142 */   background: #F1F1F1; }
/* 3143 */   @media (max-width: 600px) {
/* 3144 */     .footer {
/* 3145 */       padding: 8.3333333333vw 0 !important; }
/* 3146 */       .footer .ct-columns > div {
/* 3147 */         flex-wrap: wrap; }
/* 3148 */         .footer .ct-columns > div > div {
/* 3149 */           flex-basis: 100%; } }
/* 3150 */   .footer .footer-info {

/* style.css */

/* 3151 */     padding: 4.1666666667vw 8.3333333333vw;
/* 3152 */     color: #007CDB;
/* 3153 */     display: flex;
/* 3154 */     flex-direction: row;
/* 3155 */     justify-content: space-between;
/* 3156 */     align-items: flex-start; }
/* 3157 */     @media (max-width: 600px) {
/* 3158 */       .footer .footer-info {
/* 3159 */         order: 1;
/* 3160 */         flex-direction: row;
/* 3161 */         flex-wrap: wrap;
/* 3162 */         padding: 8.3333333333vw 0 0; }
/* 3163 */         .footer .footer-info > div {
/* 3164 */           flex-basis: 100%;
/* 3165 */           padding: 4.1666666667vw 0;
/* 3166 */           text-align: center; }
/* 3167 */           .footer .footer-info > div img {
/* 3168 */             margin: 0 auto !important; } }
/* 3169 */     .footer .footer-info::after {
/* 3170 */       display: none; }
/* 3171 */     .footer .footer-info .footer-logo {
/* 3172 */       display: none;
/* 3173 */       font-size: 5em;
/* 3174 */       text-align: center;
/* 3175 */       flex-basis: 100%;
/* 3176 */       color: #79BAEC; }
/* 3177 */       @media (max-width: 600px) {
/* 3178 */         .footer .footer-info .footer-logo {
/* 3179 */           display: initial;
/* 3180 */           margin-bottom: 4.1666666667vw; } }
/* 3181 */     .footer .footer-info .footer-credits {
/* 3182 */       display: flex;
/* 3183 */       justify-content: center; }
/* 3184 */       @media (max-width: 600px) {
/* 3185 */         .footer .footer-info .footer-credits {
/* 3186 */           flex-direction: column; } }
/* 3187 */       .footer .footer-info .footer-credits img {
/* 3188 */         margin: 0.25em 0;
/* 3189 */         margin-right: 1em;
/* 3190 */         width: 4em; }
/* 3191 */     .footer .footer-info .footer-contact a:not(.ct-link-text) {
/* 3192 */       margin: 0.5208333333vw;
/* 3193 */       font-size: 1.5em; }
/* 3194 */       @media (max-width: 600px) {
/* 3195 */         .footer .footer-info .footer-contact a:not(.ct-link-text) {
/* 3196 */           font-size: 2.5em;
/* 3197 */           margin: 2.0833333333vw !important; } }
/* 3198 */       .footer .footer-info .footer-contact a:not(.ct-link-text):first-of-type {
/* 3199 */         margin-left: 0; }
/* 3200 */     @media (max-width: 600px) {

/* style.css */

/* 3201 */       .footer .footer-info .footer-contact > div {
/* 3202 */         display: none; } }
/* 3203 */     @media (max-width: 600px) {
/* 3204 */       .footer .footer-info .footer-contact a {
/* 3205 */         font-size: 1.5em; } }
/* 3206 */ 
/* 3207 */ /*********************
/* 3208 *| PRINT STYLESHEET
/* 3209 *| *********************/
/* 3210 */ @media print {
/* 3211 */   /******************************************************************
/* 3212 *|   Site Name:
/* 3213 *|   Author:
/* 3214 *|   
/* 3215 *|   Stylesheet: Print Stylesheet
/* 3216 *|   
/* 3217 *|   This is the print stylesheet. There's probably not a lot
/* 3218 *|   of reasons to edit this stylesheet. If you want to
/* 3219 *|   though, go for it.
/* 3220 *|   
/* 3221 *|   ******************************************************************/
/* 3222 */   * {
/* 3223 */     background: transparent !important;
/* 3224 */     color: black !important;
/* 3225 */     text-shadow: none !important;
/* 3226 */     filter: none !important;
/* 3227 */     -ms-filter: none !important; }
/* 3228 */ 
/* 3229 */   a, a:visited {
/* 3230 */     color: #444 !important;
/* 3231 */     text-decoration: underline; }
/* 3232 */     a:after, a:visited:after {
/* 3233 */       content: " (" attr(href) ")"; }
/* 3234 */     a abbr[title]:after, a:visited abbr[title]:after {
/* 3235 */       content: " (" attr(title) ")"; }
/* 3236 */ 
/* 3237 */   .ir a:after,
/* 3238 */   a[href^="javascript:"]:after,
/* 3239 */   a[href^="#"]:after {
/* 3240 */     content: ""; }
/* 3241 */ 
/* 3242 */   pre, blockquote {
/* 3243 */     border: 1px solid #999;
/* 3244 */     page-break-inside: avoid; }
/* 3245 */ 
/* 3246 */   thead {
/* 3247 */     display: table-header-group; }
/* 3248 */ 
/* 3249 */   tr, img {
/* 3250 */     page-break-inside: avoid; }

/* style.css */

/* 3251 */ 
/* 3252 */   img {
/* 3253 */     max-width: 100% !important; }
/* 3254 */ 
/* 3255 */   @page {
/* 3256 */     margin: 0.5cm; }
/* 3257 */   p, h2, h3 {
/* 3258 */     orphans: 3;
/* 3259 */     widows: 3; }
/* 3260 */ 
/* 3261 */   h2,
/* 3262 */   h3 {
/* 3263 */     page-break-after: avoid; }
/* 3264 */ 
/* 3265 */   .sidebar,
/* 3266 */   .page-navigation,
/* 3267 */   .wp-prev-next,
/* 3268 */   .respond-form,
/* 3269 */   nav {
/* 3270 */     display: none; } }
/* 3271 */ 
/* 3272 */ /*# sourceMappingURL=style.css.map */
/* 3273 */ 
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /var/www/vhosts/vhacks.org/httpdocs
currentDir : /var/www/vhosts/vhacks.org/httpdocs/wp-content/plugins/jetpack/css

file-relative URI  : ../modules/carousel/images/arrows.png
path prepended     : /var/www/vhosts/vhacks.org/httpdocs/wp-content/plugins/jetpack/css/../modules/carousel/images/arrows.png
docroot stripped   : /wp-content/plugins/jetpack/css/../modules/carousel/images/arrows.png
traversals removed : /wp-content/plugins/jetpack/modules/carousel/images/arrows.png

file-relative URI  : ../modules/carousel/images/arrows-2x.png
path prepended     : /var/www/vhosts/vhacks.org/httpdocs/wp-content/plugins/jetpack/css/../modules/carousel/images/arrows-2x.png
docroot stripped   : /wp-content/plugins/jetpack/css/../modules/carousel/images/arrows-2x.png
traversals removed : /wp-content/plugins/jetpack/modules/carousel/images/arrows-2x.png

file-relative URI  : ../modules/carousel/images/carousel-sprite.png?5
path prepended     : /var/www/vhosts/vhacks.org/httpdocs/wp-content/plugins/jetpack/css/../modules/carousel/images/carousel-sprite.png?5
docroot stripped   : /wp-content/plugins/jetpack/css/../modules/carousel/images/carousel-sprite.png?5
traversals removed : /wp-content/plugins/jetpack/modules/carousel/images/carousel-sprite.png?5

file-relative URI  : ../modules/carousel/images/carousel-sprite-2x.png?5
path prepended     : /var/www/vhosts/vhacks.org/httpdocs/wp-content/plugins/jetpack/css/../modules/carousel/images/carousel-sprite-2x.png?5
docroot stripped   : /wp-content/plugins/jetpack/css/../modules/carousel/images/carousel-sprite-2x.png?5
traversals removed : /wp-content/plugins/jetpack/modules/carousel/images/carousel-sprite-2x.png?5

file-relative URI  : ../modules/shortcodes/img/slideshow-controls.png
path prepended     : /var/www/vhosts/vhacks.org/httpdocs/wp-content/plugins/jetpack/css/../modules/shortcodes/img/slideshow-controls.png
docroot stripped   : /wp-content/plugins/jetpack/css/../modules/shortcodes/img/slideshow-controls.png
traversals removed : /wp-content/plugins/jetpack/modules/shortcodes/img/slideshow-controls.png

file-relative URI  : ../modules/shortcodes/img/slideshow-controls-2x.png
path prepended     : /var/www/vhosts/vhacks.org/httpdocs/wp-content/plugins/jetpack/css/../modules/shortcodes/img/slideshow-controls-2x.png
docroot stripped   : /wp-content/plugins/jetpack/css/../modules/shortcodes/img/slideshow-controls-2x.png
traversals removed : /wp-content/plugins/jetpack/modules/shortcodes/img/slideshow-controls-2x.png

file-relative URI  : ../modules/shortcodes/images/slide-nav.png
path prepended     : /var/www/vhosts/vhacks.org/httpdocs/wp-content/plugins/jetpack/css/../modules/shortcodes/images/slide-nav.png
docroot stripped   : /wp-content/plugins/jetpack/css/../modules/shortcodes/images/slide-nav.png
traversals removed : /wp-content/plugins/jetpack/modules/shortcodes/images/slide-nav.png

file-relative URI  : ../modules/shortcodes/images/expand.png
path prepended     : /var/www/vhosts/vhacks.org/httpdocs/wp-content/plugins/jetpack/css/../modules/shortcodes/images/expand.png
docroot stripped   : /wp-content/plugins/jetpack/css/../modules/shortcodes/images/expand.png
traversals removed : /wp-content/plugins/jetpack/modules/shortcodes/images/expand.png

file-relative URI  : ../modules/shortcodes/images/collapse.png
path prepended     : /var/www/vhosts/vhacks.org/httpdocs/wp-content/plugins/jetpack/css/../modules/shortcodes/images/collapse.png
docroot stripped   : /wp-content/plugins/jetpack/css/../modules/shortcodes/images/collapse.png
traversals removed : /wp-content/plugins/jetpack/modules/shortcodes/images/collapse.png

*/

/* jetpack.css */

/* 1  */ /*!
/* 2  *| * Do not modify this file directly.  It is concatenated from individual module CSS files.
/* 3  *| */
/* 4  */ .jp-carousel-wrap *{line-height:inherit}.jp-carousel-overlay{background:#000}div.jp-carousel-fadeaway{background:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));position:fixed;bottom:0;z-index:2147483647;width:100%;height:15px}.jp-carousel-next-button span,.jp-carousel-previous-button span{background:url(../../plugins/jetpack/modules/carousel/images/arrows.png) no-repeat center center;background-size:200px 126px}.jp-carousel-msg{font-family:"Open Sans",sans-serif;font-style:normal;display:inline-block;line-height:19px;padding:11px 15px;font-size:14px;text-align:center;margin:25px 20px 0 2px;background-color:#fff;border-left:4px solid #ffba00;box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){.jp-carousel-next-button span,.jp-carousel-previous-button span{background-image:url(../../plugins/jetpack/modules/carousel/images/arrows-2x.png)}}.jp-carousel-wrap{font-family:"Helvetica Neue",sans-serif!important}.jp-carousel-info{position:absolute;bottom:0;text-align:left!important;-webkit-font-smoothing:subpixel-antialiased!important}.jp-carousel-info ::-moz-selection{background:#68c9e8;color:#fff}.jp-carousel-info ::selection{background:#68c9e8;color:#fff}.jp-carousel-info ::-moz-selection{background:#68c9e8;color:#fff}.jp-carousel-photo-info{position:relative;left:25%;width:50%}.jp-carousel-transitions .jp-carousel-photo-info{transition:.4s ease-out}.jp-carousel-info h2{background:0 0!important;border:none!important;color:#999;display:block!important;font:normal 13px/1.25em "Helvetica Neue",sans-serif!important;letter-spacing:0!important;margin:7px 0 0 0!important;padding:10px 0 0!important;overflow:hidden;text-align:left;text-shadow:none!important;text-transform:none!important;-webkit-font-smoothing:subpixel-antialiased}.jp-carousel-next-button,.jp-carousel-previous-button{text-indent:-9999px;overflow:hidden;cursor:pointer}.jp-carousel-next-button span,.jp-carousel-previous-button span{position:absolute;top:0;bottom:0;width:82px;zoom:1;filter:alpha(opacity=20);opacity:.2}.jp-carousel-transitions .jp-carousel-next-button span,.jp-carousel-transitions .jp-carousel-previous-button span{transition:.5s opacity ease-out}.jp-carousel-next-button:hover span,.jp-carousel-previous-button:hover span{filter:alpha(opacity=60);opacity:.6}.jp-carousel-next-button span{background-position:-110px center;right:0}.jp-carousel-previous-button span{background-position:-10px center;left:0}.jp-carousel-buttons{margin:-18px -20px 15px;padding:8px 10px;border-bottom:1px solid #222;background:#222;text-align:center}div.jp-carousel-buttons a{border:none!important;color:#999;font:normal 11px/1.2em "Helvetica Neue",sans-serif!important;letter-spacing:0!important;padding:5px 2px 5px 0;text-decoration:none!important;text-shadow:none!important;vertical-align:middle;-webkit-font-smoothing:subpixel-antialiased}div.jp-carousel-buttons a:hover{color:#68c9e8;border:none!important}.jp-carousel-transitions div.jp-carousel-buttons a:hover{transition:none!important}.jp-carousel-next-button,.jp-carousel-previous-button,.jp-carousel-slide,.jp-carousel-slide img{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.jp-carousel-slide{position:fixed;width:0;bottom:0;background-color:#000;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px}.jp-carousel-transitions .jp-carousel-slide{transition:.3s ease-out}.jp-carousel-slide.selected{position:absolute!important;filter:alpha(opacity=100);opacity:1}.jp-carousel-slide{filter:alpha(opacity=25);opacity:.25}.jp-carousel-slide img{display:block;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;background:0 0!important;border:none!important;padding:0!important;box-shadow:0 2px 8px rgba(0,0,0,.1);zoom:1}.jp-carousel-transitions .jp-carousel-slide{transition:opacity .4s linear}.jp-carousel-close-hint{color:#999;cursor:default;letter-spacing:0!important;padding:.35em 0 0;position:absolute;text-align:right;width:90%}.jp-carousel-transitions .jp-carousel-close-hint{transition:color .2s linear}.jp-carousel-close-hint span{cursor:pointer;background-color:#000;background-color:rgba(0,0,0,.8);display:inline-block;height:22px;font:400 24px/1 "Helvetica Neue",sans-serif!important;line-height:22px;margin:0 0 0 .4em;text-align:center;vertical-align:middle;width:22px;border-radius:4px}.jp-carousel-transitions .jp-carousel-close-hint span{transition:border-color .2s linear}.jp-carousel-close-hint:hover{cursor:default;color:#fff}.jp-carousel-close-hint:hover span{border-color:#fff}a.jp-carousel-image-download,div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-reblog{background:url(../../plugins/jetpack/modules/carousel/images/carousel-sprite.png) no-repeat;background-size:16px 200px}div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-reblog{margin:0 14px 0 0!important}div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-color:#303030;padding-right:8px!important;border-radius:2px;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px}div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{margin:0 2px 0 -12px!important}div.jp-carousel-buttons a.jp-carousel-reblog,div.jp-carousel-buttons a.jp-carousel-reblog.reblogged:hover{background-position:6px -36px;padding-right:auto!important;padding-left:26px!important;color:#999}div.jp-carousel-buttons a.jp-carousel-commentlink{background-position:0 -156px;padding-left:19px!important}div.jp-carousel-buttons a.jp-carousel-reblog.reblogged:hover{cursor:default}div.jp-carousel-buttons a.jp-carousel-reblog:hover{background-position:6px -56px;color:#68c9e8}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){a.jp-carousel-image-download,div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-reblog{background-image:url(../../plugins/jetpack/modules/carousel/images/carousel-sprite-2x.png)}}div#carousel-reblog-box{background:#222;background:-moz-linear-gradient(bottom,#222,#333);background:-webkit-gradient(linear,left bottom,left top,from(#222),to(#333));padding:3px 0 0;display:none;margin:5px auto 0;border-radius:2px;box-shadow:0 0 20px rgba(0,0,0,.9);height:74px;width:565px}#carousel-reblog-box textarea{background:#999;font:13px/1.4 "Helvetica Neue",sans-serif!important;color:#444;padding:3px 6px;width:370px;height:48px;float:left;margin:6px 9px 0 9px;border:1px solid #666;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:2px}#carousel-reblog-box textarea:focus{background:#ccc;color:#222}#carousel-reblog-box label{color:#aaa;font-size:11px;padding-right:2px;padding-left:2px;display:inline;font-weight:400}#carousel-reblog-box select{width:110px;padding:0;font-size:12px;font-family:"Helvetica Neue",sans-serif!important;background:#333;color:#eee;border:1px solid #444;margin-top:5px}#carousel-reblog-box .submit,#wrapper #carousel-reblog-box p.response{float:left;width:154px;padding-top:0;padding-left:1px;overflow:hidden;height:34px;margin:3px 0 0 2px!important}#wrapper #carousel-reblog-box p.response{font-size:13px;clear:none;padding-left:2px;height:34px;color:#aaa}#carousel-reblog-box input#carousel-reblog-submit,#jp-carousel-comment-form-button-submit{font:13px/24px "Helvetica Neue",sans-serif!important;margin-top:8px;padding:0 10px!important;border-radius:1em;height:24px;color:#333;cursor:pointer;font-weight:400;background:#aaa;background:-moz-linear-gradient(bottom,#aaa,#ccc);background:-webkit-gradient(linear,left bottom,left top,from(#aaa),to(#ccc));border:1px solid #444}#carousel-reblog-box input#carousel-reblog-submit:hover,#jp-carousel-comment-form-button-submit:hover{background:#ccc;background:-moz-linear-gradient(bottom,#ccc,#eee);background:-webkit-gradient(linear,left bottom,left top,from(#ccc),to(#eee))}#carousel-reblog-box .canceltext{color:#aaa;font-size:11px;line-height:24px}#carousel-reblog-box .canceltext a{color:#fff}.jp-carousel-titleanddesc{border-top:1px solid #222;color:#999;font-size:15px;padding-top:24px;margin-bottom:20px;font-weight:400}.jp-carousel-titleanddesc-title{font:300 1.5em/1.1 "Helvetica Neue",sans-serif!important;text-transform:none!important;color:#fff;margin:0 0 15px;padding:0}.jp-carousel-titleanddesc-desc p{color:#999;line-height:1.4;margin-bottom:.75em}.jp-carousel-comments p a,.jp-carousel-info h2 a,.jp-carousel-titleanddesc p a{color:#fff!important;border:none!important;text-decoration:underline!important;font-weight:400!important;font-style:normal!important}.jp-carousel-titleanddesc p b,.jp-carousel-titleanddesc p strong{font-weight:700;color:#999}.jp-carousel-titleanddesc p em,.jp-carousel-titleanddesc p i{font-style:italic;color:#999}.jp-carousel-comments p a:hover,.jp-carousel-info h2 a:hover,.jp-carousel-titleanddesc p a:hover{color:#68c9e8!important}.jp-carousel-titleanddesc p:empty{display:none}.jp-carousel-left-column-wrapper h1:after,.jp-carousel-left-column-wrapper h1:before,.jp-carousel-photo-info h1:after,.jp-carousel-photo-info h1:before{content:none!important}.jp-carousel-image-meta{background:#111;border:1px solid #222;color:#fff;font-size:13px;font:12px/1.4 "Helvetica Neue",sans-serif!important;overflow:hidden;padding:18px 20px;width:209px!important}.jp-carousel-image-meta h5,.jp-carousel-image-meta li{font-family:"Helvetica Neue",sans-serif!important;position:inherit!important;top:auto!important;right:auto!important;left:auto!important;bottom:auto!important;background:0 0!important;border:none!important;font-weight:400!important;line-height:1.3em!important}.jp-carousel-image-meta ul{margin:0!important;padding:0!important;list-style:none!important}.jp-carousel-image-meta li{width:48%!important;display:inline-block!important;vertical-align:top!important;margin:0 2% 15px 0!important;color:#fff!important;font-size:13px!important}.jp-carousel-image-meta h5{color:#999!important;text-transform:uppercase!important;font-size:10px!important;margin:0 0 2px!important;letter-spacing:.1em!important}a.jp-carousel-image-download{padding-left:23px;display:inline-block;clear:both;color:#999;line-height:1;font-weight:400;font-size:13px;text-decoration:none;background-position:0 -82px}a.jp-carousel-image-download span.photo-size{font-size:11px;border-radius:1em;margin-left:2px;display:inline-block}a.jp-carousel-image-download span.photo-size-times{padding:0 1px 0 2px}a.jp-carousel-image-download:hover{background-position:0 -122px;color:#68c9e8;border:none!important}.jp-carousel-image-map{position:relative;margin:-20px -20px 20px;border-bottom:1px solid rgba(255,255,255,.17);height:154px}.jp-carousel-image-map img.gmap-main{border-top-left-radius:6px;border-right:1px solid rgba(255,255,255,.17)}.jp-carousel-image-map div.gmap-topright{width:94px;height:154px;position:absolute;top:0;right:0}.jp-carousel-image-map div.imgclip{overflow:hidden;border-top-right-radius:6px}.jp-carousel-image-map div.gmap-topright img{margin-left:-40px}.jp-carousel-image-map img.gmap-bottomright{position:absolute;top:96px;right:0}.jp-carousel-comments{font:15px/1.7 "Helvetica Neue",sans-serif!important;font-weight:400;background:none transparent}.jp-carousel-comments p a:active,.jp-carousel-comments p a:focus,.jp-carousel-comments p a:hover{color:#68c9e8!important}.jp-carousel-comment{background:none transparent;color:#999;margin-bottom:20px;clear:left;overflow:auto;width:100%}.jp-carousel-comment p{color:#999!important}.jp-carousel-comment .comment-author{font-size:13px;font-weight:400;padding:0;width:auto;display:inline;float:none;border:none;margin:0}.jp-carousel-comment .comment-author a{color:#fff}.jp-carousel-comment .comment-gravatar{float:left}.jp-carousel-comment .comment-content{border:none;margin-left:85px;padding:0}.jp-carousel-comment .avatar{margin:0 20px 0 0;border-radius:4px;border:none!important;padding:0!important;background-color:transparent!important}.jp-carousel-comment .comment-date{color:#999;margin-top:4px;font-size:11px;display:inline;float:right}#jp-carousel-comment-form{margin:0 0 10px!important;float:left;width:100%}textarea#jp-carousel-comment-form-comment-field{background:rgba(34,34,34,.9);border:1px solid #3a3a3a;color:#aaa;font:15px/1.4 "Helvetica Neue",sans-serif!important;width:100%;padding:10px 10px 5px;margin:0;float:none;height:147px;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:3px;overflow:hidden;box-sizing:border-box}textarea#jp-carousel-comment-form-comment-field::-webkit-input-placeholder{color:#555}textarea#jp-carousel-comment-form-comment-field:focus{background:#ccc;color:#222}textarea#jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder{color:#aaa}#jp-carousel-comment-form-spinner{color:#fff;margin:22px 0 0 10px;display:block;width:20px;height:20px;float:left}#jp-carousel-comment-form-submit-and-info-wrapper{display:none;overflow:hidden;width:100%}#jp-carousel-comment-form-commenting-as input{background:rgba(34,34,34,.9);border:1px solid #3a3a3a;color:#aaa;font:13px/1.4 "Helvetica Neue",sans-serif!important;padding:3px 6px;float:left;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:2px;width:285px}#jp-carousel-comment-form-commenting-as input:focus{background:#ccc;color:#222}#jp-carousel-comment-form-commenting-as p{font:400 13px/1.7 "Helvetica Neue",sans-serif!important;margin:22px 0 0;float:left}#jp-carousel-comment-form-commenting-as fieldset{float:left;border:none;margin:20px 0 0 0;padding:0}#jp-carousel-comment-form-commenting-as fieldset{clear:both}#jp-carousel-comment-form-commenting-as label{font:400 13px/1.7 "Helvetica Neue",sans-serif!important;margin:0 20px 3px 0;float:left;width:100px}#jp-carousel-comment-form-button-submit{margin-top:20px;float:right}#js-carousel-comment-form-container{margin-bottom:15px;overflow:auto;width:100%}#jp-carousel-comment-form-container{margin-bottom:15px;overflow:auto;width:100%}#jp-carousel-comment-post-results{display:none;overflow:auto;width:100%}#jp-carousel-comment-post-results span{display:block;text-align:center;margin-top:20px;width:100%;overflow:auto;padding:1em 0;box-sizing:border-box;background:rgba(0,0,0,.7);border-radius:2px;font:13px/1.4 "Helvetica Neue",sans-serif!important;border:1px solid rgba(255,255,255,.17);box-shadow:inset 0 0 5px 5px rgba(0,0,0,1)}.jp-carousel-comment-post-error{color:#df4926}#jp-carousel-comments-closed{display:none;color:#999}#jp-carousel-comments-loading{font:400 15px/1.7 "Helvetica Neue",sans-serif!important;display:none;color:#999;text-align:left;margin-bottom:20px}.jp-carousel-light .jp-carousel-overlay{background:#fff}.jp-carousel-light .jp-carousel-next-button:hover span,.jp-carousel-light .jp-carousel-previous-button:hover span{opacity:.8}.jp-carousel-light .jp-carousel-close-hint:hover,.jp-carousel-light .jp-carousel-titleanddesc div{color:#000!important}.jp-carousel-light .jp-carousel-comment .comment-author a,.jp-carousel-light .jp-carousel-comments p a,.jp-carousel-light .jp-carousel-info h2 a,.jp-carousel-light .jp-carousel-titleanddesc p a{color:#1e8cbe!important}.jp-carousel-light .jp-carousel-comment .comment-author a:hover,.jp-carousel-light .jp-carousel-comments p a:hover,.jp-carousel-light .jp-carousel-info h2 a:hover,.jp-carousel-light .jp-carousel-titleanddesc p a:hover{color:#f1831e!important}.jp-carousel-light .jp-carousel-comment,.jp-carousel-light .jp-carousel-comment p,.jp-carousel-light .jp-carousel-info h2,.jp-carousel-light .jp-carousel-titleanddesc,.jp-carousel-light .jp-carousel-titleanddesc p,.jp-carousel-light .jp-carousel-titleanddesc p b,.jp-carousel-light .jp-carousel-titleanddesc p em,.jp-carousel-light .jp-carousel-titleanddesc p i,.jp-carousel-light .jp-carousel-titleanddesc p strong,.jp-carousel-light div.jp-carousel-buttons a{color:#666}.jp-carousel-light .jp-carousel-buttons{border-bottom-color:#f0f0f0;background:#f5f5f5}.jp-carousel-light div.jp-carousel-buttons a:hover{text-decoration:none;color:#f1831e}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog,.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog:hover{background-position:4px -56px;padding-left:24px!important}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-color:#2ea2cc;color:#fff}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-commentlink{background-position:0 -176px}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-position:5px -36px}.jp-carousel-light div#carousel-reblog-box{background:#eee;background:-moz-linear-gradient(bottom,#ececec,#f7f7f7);background:-webkit-gradient(linear,left bottom,left top,from(#ececec),to(#f7f7f7));box-shadow:0 2px 10px rgba(0,0,0,.1);border:1px solid #ddd}.jp-carousel-light #carousel-reblog-box textarea{border:1px inset #ccc;color:#666;border:1px solid #cfcfcf;background:#fff}.jp-carousel-light #carousel-reblog-box .canceltext{color:#888}.jp-carousel-light #carousel-reblog-box .canceltext a{color:#666}.jp-carousel-light #carousel-reblog-box select{background:#eee;color:#333;border:1px solid #aaa}#jp-carousel-comment-form-button-submit,.jp-carousel-light #carousel-reblog-box input#carousel-reblog-submit{color:#333;background:#fff;background:-moz-linear-gradient(bottom,#ddd,#fff);background:-webkit-gradient(linear,left bottom,left top,from(#ddd),to(#fff));border:1px solid #aaa}.jp-carousel-light .jp-carousel-image-meta{background:#fafafa;border:1px solid #eee;border-top-color:#f5f5f5;border-left-color:#f5f5f5;color:#333}.jp-carousel-light .jp-carousel-image-meta li{color:#000!important}.jp-carousel-light .jp-carousel-close-hint{color:#ccc}.jp-carousel-light .jp-carousel-close-hint span{background-color:#fff;border-color:#ccc}.jp-carousel-light #jp-carousel-comment-form-comment-field::-webkit-input-placeholder{color:#aaa}.jp-carousel-light #jp-carousel-comment-form-comment-field:focus{color:#333}.jp-carousel-light #jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder{color:#ddd}.jp-carousel-light a.jp-carousel-image-download{background-position:0 -122px}.jp-carousel-light a.jp-carousel-image-download:hover{background-position:0 -122px;color:#f1831e}.jp-carousel-light textarea#jp-carousel-comment-form-comment-field{background:#fbfbfb;color:#333;border:1px solid #dfdfdf;box-shadow:inset 2px 2px 2px rgba(0,0,0,.1)}.jp-carousel-light #jp-carousel-comment-form-commenting-as input{background:#fbfbfb;border:1px solid #dfdfdf;color:#333;box-shadow:inset 2px 2px 2px rgba(0,0,0,.1)}.jp-carousel-light #jp-carousel-comment-form-commenting-as input:focus{background:#fbfbfb;color:#333}.jp-carousel-light #jp-carousel-comment-post-results span{background:#f7f7f7;border:1px solid #dfdfdf;box-shadow:inset 0 0 5px rgba(0,0,0,.05)}.jp-carousel-light .jp-carousel-slide{background-color:#fff}.jp-carousel-light .jp-carousel-titleanddesc{border-top:1px solid #eee}.jp-carousel-light .jp-carousel-fadeaway{background:-moz-linear-gradient(bottom,rgba(255,255,255,.75),rgba(255,255,255,0));background:-webkit-gradient(linear,left bottom,left top,from(rgba(255,255,255,.75)),to(rgba(255,255,255,0)))}@media only screen and (max-width:760px){.jp-carousel-info{margin:0 10px!important}.jp-carousel-next-button,.jp-carousel-previous-button{display:none!important}.jp-carousel-buttons{display:none!important}.jp-carousel-image-meta{float:none!important;width:100%!important;box-sizing:border-box}.jp-carousel-close-hint{font-weight:800!important;font-size:26px!important;position:fixed!important;top:-10px}.jp-carousel-slide img{filter:alpha(opacity=100);opacity:1}.jp-carousel-wrap{background-color:#000}.jp-carousel-fadeaway{display:none}#jp-carousel-comment-form-container{display:none!important}.jp-carousel-titleanddesc{padding-top:0!important;border:none!important}.jp-carousel-titleanddesc-title{font-size:1em!important}.jp-carousel-left-column-wrapper{padding:0;width:100%!important}.jp-carousel-photo-info{left:0!important;width:100%!important}}
/* 5  */ .contact-form .clear-form{clear:both}.contact-form input[type=email],.contact-form input[type=text]{width:300px;max-width:98%;margin-bottom:13px}.contact-form select{margin-bottom:13px}.contact-form textarea{height:200px;width:80%;float:none;margin-bottom:13px}.contact-form input[type=checkbox],.contact-form input[type=radio]{float:none;margin-bottom:13px}.contact-form label{margin-bottom:3px;float:none;font-weight:700;display:block}.contact-form label.checkbox,.contact-form label.radio{margin-bottom:3px;float:none;font-weight:700;display:inline-block}.contact-form label span{color:#aaa;margin-left:4px;font-weight:400}.contact-form-submission{margin-bottom:4em;padding:1.5em 1em}.contact-form-submission p{margin:0 auto}.form-errors .form-error-message{color:red}.textwidget .contact-form input[type=email],.textwidget .contact-form input[type=text],.textwidget .contact-form textarea{width:250px;max-width:100%;box-sizing:border-box}#jetpack-check-feedback-spam{margin:1px 8px 0 0}.jetpack-check-feedback-spam-spinner{display:inline-block;margin-top:7px}
/* 6  */ .infinite-loader{color:#000;display:block;height:28px;text-indent:-9999px}#infinite-handle span{background:#333;border-radius:1px;color:#eee;cursor:pointer;font-size:13px;padding:6px 16px}#infinite-handle span button,#infinite-handle span button:focus,#infinite-handle span button:hover{display:inline;position:static;padding:0;margin:0;border:none;line-height:inherit;background:0 0;color:inherit;cursor:inherit;font-size:inherit;font-weight:inherit;font-family:inherit}#infinite-handle span button::-moz-focus-inner{margin:0;padding:0;border:none}@media (max-width:800px){#infinite-handle span:before{display:none}#infinite-handle span{display:block}}#infinite-footer{position:fixed;bottom:-50px;left:0;width:100%}#infinite-footer a{text-decoration:none}#infinite-footer .blog-credits a:hover,#infinite-footer .blog-info a:hover{color:#444;text-decoration:underline}#infinite-footer .container{background:rgba(255,255,255,.8);border-color:#ccc;border-color:rgba(0,0,0,.1);border-style:solid;border-width:1px 0 0;box-sizing:border-box;margin:0 auto;overflow:hidden;padding:1px 20px;width:780px}#infinite-footer .blog-credits,#infinite-footer .blog-info{box-sizing:border-box;line-height:25px}#infinite-footer .blog-info{float:left;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:40%}#infinite-footer .blog-credits{font-weight:400;float:right;width:60%}#infinite-footer .blog-info a{color:#111;font-size:14px;font-weight:700}#infinite-footer .blog-credits{color:#888;font-size:12px;text-align:right}#infinite-footer .blog-credits a{color:#666}.infinity-end.neverending #infinite-footer{display:none}@media (max-width:640px){#infinite-footer .container{box-sizing:border-box;width:100%}#infinite-footer .blog-info{width:30%}#infinite-footer .blog-credits{width:70%}#infinite-footer .blog-credits,#infinite-footer .blog-info a{font-size:10px}}@media (max-width:640px){#infinite-footer{position:static}}
/* 7  */ @font-face{font-family:Noticons;src:url(../../../i/noticons/Noticons.woff)}#jp-post-flair{padding-top:.5em}#content div.sharedaddy,#main div.sharedaddy,div.sharedaddy{clear:both}div.sharedaddy h3.sd-title{margin:0 0 1em 0;display:inline-block;line-height:1.2;font-size:9pt;font-weight:700}div.sharedaddy h3.sd-title:before{content:"";display:block;width:100%;min-width:30px;border-top:1px solid #ddd;margin-bottom:1em}#wpadminbar li#wp-admin-bar-admin-bar-likes-widget{width:61px;overflow:hidden}#wpadminbar iframe.admin-bar-likes-widget{width:61px;height:28px;min-height:28px;border-width:0;position:absolute;top:0}div.jetpack-likes-widget-wrapper{width:100%;min-height:50px;position:relative}div.jetpack-likes-widget-wrapper .sd-link-color{font-size:12px}div.jetpack-likes-widget-wrapper.slim-likes-widget{width:1px;min-height:0}div.jetpack-comment-likes-widget-wrapper{width:100%;position:relative;min-height:31px}div.jetpack-comment-likes-widget-wrapper iframe{margin-bottom:0}#likes-other-gravatars{display:none;position:absolute;padding:10px 10px 12px 10px;background-color:#2e4453;border-width:0;box-shadow:0 0 10px #2e4453;box-shadow:0 0 10px rgba(46,68,83,.6);min-width:130px;z-index:1000}#likes-other-gravatars *{line-height:normal}#likes-other-gravatars .likes-text{color:#fff;font-size:12px;padding-bottom:8px}#likes-other-gravatars li,#likes-other-gravatars ul{margin:0;padding:0;text-indent:0;list-style-type:none}#likes-other-gravatars li::before{content:""}#likes-other-gravatars ul.wpl-avatars{overflow:auto;display:block;max-height:190px}#likes-other-gravatars ul.wpl-avatars li{width:32px;height:32px;float:left;margin:0 5px 5px 0}#likes-other-gravatars ul.wpl-avatars li a{margin:0 2px 0 0;border-bottom:none!important;display:block}#likes-other-gravatars ul.wpl-avatars li a img{background:0 0;border:none;margin:0!important;padding:0!important;position:static}div.sd-box{border-top:1px solid #ddd;border-top:1px solid rgba(0,0,0,.13)}.comment-likes-widget,.entry-content .post-likes-widget,.post-likes-widget{margin:0;border-width:0;display:block}.comment-likes-widget-placeholder,.post-likes-widget-placeholder{margin:0;border-width:0;position:relative}.comment-likes-widget-placeholder{height:18px;position:absolute;display:-ms-flexbox;display:flex;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;margin-top:4px}.comment-likes-widget-placeholder::before{-webkit-font-smoothing:antialiased;font-family:Noticons;font-size:20px;line-height:.9;color:#5cb5d4;content:'\f408';width:16px;display:inline-block;vertical-align:middle}.post-likes-widget-placeholder .button{display:none}.comment-likes-widget-placeholder .loading,.post-likes-widget-placeholder .loading{color:#999;font-size:12px}.comment-likes-widget-placeholder .loading{padding-left:5px;margin-top:2px;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;color:#4e4e4e}.slim-likes-widget .post-likes-widget{width:auto;float:none}div.sharedaddy.sd-like-enabled .sd-like h3{display:none}div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget{width:100%;float:none;position:absolute;top:0}.comment-likes-widget{width:100%}.pd-rating{display:block!important}.sd-gplus .sd-title{display:none}
/* 8  */ #jp-relatedposts{display:none;padding-top:1em;margin:1em 0;position:relative;clear:both}.jp-relatedposts:after{content:'';display:block;clear:both}#jp-relatedposts h3.jp-relatedposts-headline{margin:0 0 1em 0;display:inline-block;float:left;font-size:9pt;font-weight:700;font-family:inherit}#jp-relatedposts h3.jp-relatedposts-headline em:before{content:"";display:block;width:100%;min-width:30px;border-top:1px solid #ddd;border-top:1px solid rgba(0,0,0,.2);margin-bottom:1em}#jp-relatedposts h3.jp-relatedposts-headline em{font-style:normal;font-weight:700}#jp-relatedposts .jp-relatedposts-items{clear:left}#jp-relatedposts .jp-relatedposts-items-visual{margin-right:-20px}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{float:left;width:33%;margin:0 0 1em;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post{padding-right:20px;filter:alpha(opacity=80);-moz-opacity:.8;opacity:.8}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n+4),#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post:nth-child(3n+4){clear:both}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a{text-decoration:underline}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover{filter:alpha(opacity=100);-moz-opacity:1;opacity:1}#jp-relatedposts .jp-relatedposts-items p,#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title{font-size:14px;line-height:20px;margin:0}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs{position:relative}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs a.jp-relatedposts-post-aoverlay{position:absolute;top:0;bottom:0;left:0;right:0;display:block;border-bottom:0}#jp-relatedposts .jp-relatedposts-items p{margin-bottom:0}#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title{text-transform:none;margin:0;font-family:inherit;display:block;max-width:100%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a{font-size:inherit;font-weight:400;text-decoration:none;filter:alpha(opacity=100);-moz-opacity:1;opacity:1}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover{text-decoration:underline}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post span{display:block;max-width:90%;overflow:hidden;text-overflow:ellipsis}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post span{max-width:100%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date{opacity:.6}.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date{display:none}#jp-relatedposts .jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt{display:none}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt{overflow:hidden}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs span{margin-bottom:1em}#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post{clear:both;width:100%}#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img{float:left;overflow:hidden;max-width:33%;margin-right:3%}#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title{display:inline-block;max-width:63%}@media only screen and (max-width:640px){#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{width:50%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n){clear:left}#jp-relatedposts .jp-relatedposts-items-visual{margin-right:20px}}@media only screen and (max-width:320px){#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{width:100%;clear:both;margin:0 0 1em}#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title{float:none;max-width:100%;margin-right:0}}
/* 9  */ #jp-post-flair{padding-top:.5em}#content div.sharedaddy,#main div.sharedaddy,div.sharedaddy{clear:both}div.sharedaddy h3.sd-title{margin:0 0 1em 0;display:inline-block;line-height:1.2;font-size:9pt;font-weight:700}div.sharedaddy h3.sd-title:before{content:"";display:block;width:100%;min-width:30px;border-top:1px solid #ddd;margin-bottom:1em}body.highlander-light h3.sd-title:before{border-top:1px solid rgba(0,0,0,.2)}body.highlander-dark h3.sd-title:before{border-top:1px solid rgba(255,255,255,.4)}.sd-content ul{padding:0!important;margin:0 0 .7em 0!important;list-style:none!important}.sd-content ul li{display:inline-block}.sd-block.sd-gplus{margin:0 0 .5em 0}.sd-gplus .sd-content{font-size:12px}#sharing_email .sharing_send,.sd-content ul li .option a.share-ustom,.sd-content ul li a.sd-button,.sd-content ul li.advanced a.share-more,.sd-content ul li.preview-item div.option.option-smart-off a,.sd-social-icon .sd-content ul li a.sd-button,.sd-social-icon-text .sd-content ul li a.sd-button,.sd-social-official .sd-content>ul>li .digg_button>a,.sd-social-official .sd-content>ul>li>a.sd-button,.sd-social-text .sd-content ul li a.sd-button{text-decoration:none!important;display:inline-block;font-size:12px;font-family:"Open Sans",sans-serif;font-weight:400;border-radius:3px;color:#777!important;background:#f8f8f8;border:1px solid #ccc;box-shadow:0 1px 0 rgba(0,0,0,.08);text-shadow:none;line-height:23px;padding:1px 8px 0 5px}.sd-content ul li .option a.share-ustom span,.sd-content ul li a.sd-button>span,.sd-content ul li.advanced a.share-more span,.sd-content ul li.preview-item div.option.option-smart-off a span,.sd-social-icon-text .sd-content ul li a.sd-button>span,.sd-social-official .sd-content>ul>li .digg_button>a span,.sd-social-official .sd-content>ul>li>a.sd-button span,.sd-social-text .sd-content ul li a.sd-button span{line-height:23px}.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a,.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button,.sd-social-official .sd-content>ul>li .digg_button>a,.sd-social-official .sd-content>ul>li>a.sd-button{line-height:17px;box-shadow:none;vertical-align:top}.sd-social-official .sd-content ul li a.sd-button>span{line-height:17px}.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a:before,.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button:before,.sd-social-official .sd-content>ul>li .digg_button>a:before,.sd-social-official .sd-content>ul>li>a.sd-button:before{margin-bottom:-1px}.sd-social-icon .sd-content ul li a.sd-button:active,.sd-social-icon .sd-content ul li a.sd-button:hover,.sd-social-icon-text .sd-content ul li a.sd-button:active,.sd-social-icon-text .sd-content ul li a.sd-button:hover,.sd-social-official .sd-content>ul>li .digg_button>a:active,.sd-social-official .sd-content>ul>li .digg_button>a:hover,.sd-social-official .sd-content>ul>li>a.sd-button:active,.sd-social-official .sd-content>ul>li>a.sd-button:hover,.sd-social-text .sd-content ul li a.sd-button:active,.sd-social-text .sd-content ul li a.sd-button:hover{color:#555;background:#fafafa;border:1px solid #999}.sd-social-icon .sd-content ul li a.sd-button:active,.sd-social-icon-text .sd-content ul li a.sd-button:active,.sd-social-official .sd-content>ul>li .digg_button>a:active,.sd-social-official .sd-content>ul>li>a.sd-button:active,.sd-social-text .sd-content ul li a.sd-button:active{box-shadow:inset 0 1px 0 rgba(0,0,0,.16)}.sd-content ul li a.sd-button:before{display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font:normal 18px/1 social-logos;vertical-align:top;text-align:center}.sd-social-icon-text ul li a.sd-button:before{position:relative;top:2px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-content ul li a.sd-button:before{position:relative;top:2px}}.sd-social-official ul li a.sd-button:before{position:relative;top:-2px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-social-official ul li a.sd-button:before{top:0}}.sd-content ul li{margin:0 5px 5px 0;padding:0}.jp-sharing-input-touch .sd-content ul li{padding-left:10px}.sd-content ul li.preview-item a.sd-button span,.sd-social-icon-text .sd-content ul li a span,.sd-social-official .sd-content ul li a.sd-button span{margin-left:3px}.sd-content ul li.preview-item.no-icon a.sd-button span{margin-left:0}.sd-content ul li.no-icon a:before,.sd-social-text .sd-content ul li a:before{display:none}body .sd-content ul li.share-custom.no-icon a span,body .sd-social-text .sd-content ul li.share-custom a span{background-image:none;background-position:-500px -500px!important;background-repeat:no-repeat!important;padding-left:0;height:0;line-height:inherit}.sd-social-icon .sd-content ul li a.share-more{position:relative;top:-4px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-social-icon .sd-content ul li a.share-more{top:2px}}@-moz-document url-prefix(){.sd-social-icon .sd-content ul li a.share-more{top:2px}}.sd-social-icon .sd-content ul li a.share-more span{margin-left:3px}.sd-content ul li.share-print div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-print a:before,.sd-social-icon-text .sd-content li.share-print a:before,.sd-social-official .sd-content li.share-print a:before,.sd-social-text .sd-content ul li.share-print a:before{content:'\f469'}.sd-content ul li.share-email div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-email a:before,.sd-social-icon-text .sd-content li.share-email a:before,.sd-social-official .sd-content li.share-email a:before,.sd-social-text .sd-content ul li.share-email a:before{content:'\f410'}.sd-content ul li.share-linkedin div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-linkedin a:before,.sd-social-icon-text .sd-content li.share-linkedin a:before,.sd-social-text .sd-content ul li.share-linkedin a:before{content:'\f207'}.sd-content ul li.share-twitter div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-twitter a:before,.sd-social-icon-text .sd-content li.share-twitter a:before,.sd-social-text .sd-content ul li.share-twitter a:before{content:'\f202'}.sd-content ul li.share-reddit div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-reddit a:before,.sd-social-icon-text .sd-content li.share-reddit a:before,.sd-social-text .sd-content ul li.share-reddit a:before{content:'\f222'}.sd-content ul li.share-tumblr div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-tumblr a:before,.sd-social-icon-text .sd-content li.share-tumblr a:before,.sd-social-text .sd-content ul li.share-tumblr a:before{content:'\f607'}.sd-content ul li.share-pocket div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-pocket a:before,.sd-social-icon-text .sd-content li.share-pocket a:before,.sd-social-text .sd-content ul li.share-pocket a:before{content:'\f224'}.sd-content ul li.share-pinterest div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-pinterest a:before,.sd-social-icon-text .sd-content li.share-pinterest a:before,.sd-social-text .sd-content ul li.share-pinterest a:before{content:'\f210'}.sd-content ul li.share-google-plus-1 div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-google-plus-1 a:before,.sd-social-icon-text .sd-content li.share-google-plus-1 a:before,.sd-social-text .sd-content ul li.share-google-plus-1 a:before{content:'\f218'}.sd-content ul li.share-facebook div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-facebook a:before,.sd-social-icon-text .sd-content li.share-facebook a:before,.sd-social-text .sd-content ul li.share-facebook a:before{content:'\f203'}.sd-content ul li.share-press-this div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-press-this a:before,.sd-social-icon-text .sd-content li.share-press-this a:before,.sd-social-official .sd-content li.share-press-this a:before,.sd-social-text .sd-content ul li.share-press-this a:before{content:'\f205'}.sd-social-official .sd-content li.share-press-this a:before{color:#2ba1cb}.sd-content ul li.share-telegram div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-telegram a:before,.sd-social-icon-text .sd-content li.share-telegram a:before,.sd-social-official .sd-content li.share-telegram a:before,.sd-social-text .sd-content ul li.share-telegram a:before{content:'\f606'}.sd-social-official .sd-content li.share-telegram a:before{color:#08c}.sd-content ul li.share-skype div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-skype a:before,.sd-social-icon-text .sd-content li.share-skype a:before,.sd-social-text .sd-content ul li.share-skype a:before{content:'\f220'}.sd-content ul li.advanced a.share-more:before,.sd-social-icon .sd-content ul a.share-more:before,.sd-social-icon-text .sd-content a.share-more:before,.sd-social-official .sd-content a.share-more:before,.sd-social-text .sd-content ul a.share-more:before{content:'\f415'}.sd-social-official .sd-content a.share-more:before{color:#2ba1cb}.sd-content ul li.share-jetpack-whatsapp div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-jetpack-whatsapp a:before,.sd-social-icon-text .sd-content li.share-jetpack-whatsapp a:before,.sd-social-official .sd-content li.share-jetpack-whatsapp a:before,.sd-social-text .sd-content ul li.share-jetpack-whatsapp a:before{content:'\f608'}.sd-social-official .sd-content li.share-jetpack-whatsapp a:before{color:#43d854}.sd-social-icon .sd-content ul li[class*=share-].share-jetpack-whatsapp a.sd-button{background:#43d854;color:#fff!important}.sd-social .sd-button .share-count{background:#2ea2cc;color:#fff;border-radius:10px;display:inline-block;text-align:center;font-size:10px;padding:1px 3px;line-height:1}.sd-social-official .sd-content ul,.sd-social-official .sd-content ul li{line-height:25px!important}.sd-social-official .sd-content>ul>li>a.sd-button span{line-height:1}.sd-social-official .sd-content ul:after{content:".";display:block;height:0;clear:both;visibility:hidden}.sd-social-official .sd-content li.share-press-this a{margin:0 0 5px 0}.sd-social-official .sd-content ul>li{display:block;float:left;margin:0 10px 5px 0!important;height:25px}.sd-social-official .fb-share-button>span{vertical-align:top!important}.sd-social-official .sd-content .pocket_button iframe{width:98px}.googleplus1_button .g-plus{vertical-align:top!important}.reddit_button iframe{margin-top:1px}.googleplus1_button iframe,.linkedin_button>span,.pinterest_button,.pocket_button iframe,.twitter_button{margin:0!important}.sd-social-official .sd-content .share-skype{width:55px}body .sd-social-official li a.share-more,body .sd-social-official li.share-custom a,body .sd-social-official li.share-digg a,body .sd-social-official li.share-email a,body .sd-social-official li.share-press-this a,body .sd-social-official li.share-print{position:relative;top:0}body .sd-social-icon .sd-content li.share-custom>a{padding:2px 3px 0 3px;position:relative;top:4px}body .sd-content ul li.share-custom a.share-icon span,body .sd-social-icon .sd-content li.share-custom a span,body .sd-social-icon-text .sd-content li.share-custom a span,body .sd-social-official .sd-content li.share-custom a span,body .sd-social-text .sd-content li.share-custom a span{background-size:16px 16px;background-repeat:no-repeat;margin-left:0;padding:0 0 0 19px;display:inline-block;height:16px;line-height:16px}body .sd-social-icon .sd-content li.share-custom a span{width:0}body .sd-social-icon .sd-content li.share-custom a span{padding-left:16px!important}.sharing-hidden .inner{position:absolute;z-index:2;border:1px solid #ccc;padding:10px;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.2);border-radius:2px;margin-top:5px;max-width:400px}.sharing-hidden .inner ul{margin:0!important}.sd-social-official .sd-content .sharing-hidden ul>li.share-end{clear:both;margin:0!important;height:0!important}.sharing-hidden .inner:after,.sharing-hidden .inner:before{position:absolute;z-index:1;top:-8px;left:20px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:8px solid #ccc;content:"";display:block}.sharing-hidden .inner:after{z-index:2;top:-7px;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:8px solid #fff}.sharing-hidden ul{margin:0}.sd-social-icon .sd-content ul li[class*=share-] a,.sd-social-icon .sd-content ul li[class*=share-] a:hover,.sd-social-icon .sd-content ul li[class*=share-] div.option a{border-radius:50%;-webkit-border-radius:50%;border:0;box-shadow:none;padding:7px;position:relative;top:-2px;line-height:1;width:auto;height:auto;margin-bottom:0}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button>span,.sd-social-icon .sd-content ul li[class*=share-] div.option a span{line-height:1}.sd-social-icon .sd-content ul li[class*=share-] a:hover,.sd-social-icon .sd-content ul li[class*=share-] div.option a:hover{border:none;opacity:.6}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button:before{top:1px;top:0\9}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button.share-custom{padding:8px 8px 6px 8px;top:5px}.sd-social-icon .sd-content ul li a.sd-button.share-more{margin-left:10px}.sd-social-icon .sd-content ul li:first-child a.sd-button.share-more{margin-left:0}.sd-social-icon .sd-button span.share-count{position:absolute;bottom:0;right:0;border-radius:0;background:#555;font-size:9px}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button{background:#e9e9e9;margin-top:2px;text-indent:0}.sd-social-icon .sd-content ul li[class*=share-].share-tumblr a.sd-button{background:#2c4762;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-facebook a.sd-button{background:#3b5998;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-twitter a.sd-button{background:#00acee;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-pinterest a.sd-button{background:#ca1f27;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-digg a.sd-button{color:#555!important}.sd-social-icon .sd-content ul li[class*=share-].share-press-this a.sd-button{background:#1e8cbe;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-telegram a.sd-button{background:#08c;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-linkedin a.sd-button{background:#0077b5;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-google-plus-1 a.sd-button{background:#dd4b39;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-pocket a.sd-button{background:#ee4056;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-reddit a.sd-button{background:#cee3f8;color:#555!important}.sd-social-icon .sd-content ul li[class*=share-].share-skype a.sd-button{background:#00aff0;color:#fff!important}.sharing-screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.sharing-screen-reader-text:active,.sharing-screen-reader-text:focus,.sharing-screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#sharing_email{width:342px;position:absolute;z-index:1001;border:1px solid #ccc;padding:15px;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.2);text-align:left}div.sharedaddy.sharedaddy-dark #sharing_email{border-color:#fff}#sharing_email .errors{color:#fff;background-color:#771a09;font-size:12px;padding:5px 8px;line-height:1;margin:10px 0 0 0}#sharing_email label{font-size:12px;color:#333;font-weight:700;display:block;padding:0 0 4px 0;text-align:left;text-shadow:none}#sharing_email form{margin:0}#sharing_email input[type=email],#sharing_email input[type=text]{width:100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;border:1px solid #ccc;margin-bottom:1em;background:#fff;font-size:12px;color:#333;max-width:none;padding:1px 3px}#jetpack-source_f_name{display:none!important;position:absolute!important;left:-9000px}#sharing_email .sharing_cancel{padding:0 0 0 1em;font-size:12px;text-shadow:none}#sharing_email .recaptcha{width:312px;height:123px;margin:0 0 1em 0}
/* 10 */ .slideshow-window{background-color:#222;border:20px solid #222;border-radius:10px;height:0;margin-bottom:20px;overflow:hidden;padding-top:30px!important;padding-bottom:56.25%!important;position:relative;z-index:1}.slideshow-window.slideshow-white{background-color:#fff;border-color:#fff}.slideshow-window,.slideshow-window *{box-sizing:content-box}.slideshow-loading{height:100%;text-align:center;margin:auto}body div.slideshow-window * img{background-color:transparent!important;background-image:none!important;border-width:0!important;display:block;margin:0 auto;max-width:100%;max-height:100%;padding:0!important;position:relative;transform:translateY(-50%);top:50%}.slideshow-loading img{vertical-align:middle}.slideshow-slide{display:none;height:100%!important;left:0;margin:auto;position:absolute;text-align:center;top:0;width:100%!important}.slideshow-slide img{vertical-align:middle}.slideshow-line-height-hack{overflow:hidden;width:0;font-size:0}.slideshow-slide-caption{font-size:13px;font-family:"Helvetica Neue",sans-serif;color:#f7f7f7;text-shadow:#222 1px 1px 2px;line-height:25px;height:25px;position:absolute;bottom:5px;left:0;z-index:100;width:100%;text-align:center}.slideshow-controls{z-index:1000;position:absolute;bottom:30px;margin:auto;text-align:center;width:100%;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";opacity:.5;direction:ltr;transition:.3s opacity ease-out}.slideshow-window:hover .slideshow-controls{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";opacity:1}body div div.slideshow-controls a,body div div.slideshow-controls a:hover{border:2px solid rgba(255,255,255,.1)!important;background-color:#000!important;background-color:rgba(0,0,0,.6)!important;background-image:url(../../plugins/jetpack/modules/shortcodes/img/slideshow-controls.png)!important;background-repeat:no-repeat;background-size:142px 16px!important;background-position:-34px 8px!important;color:#222!important;margin:0 5px!important;padding:0!important;display:inline-block!important;*display:inline;zoom:1;height:32px!important;width:32px!important;line-height:32px!important;text-align:center!important;border-radius:10em!important;transition:.3s border-color ease-out}@media only screen and (-webkit-min-device-pixel-ratio:1.5){body div div.slideshow-controls a,body div div.slideshow-controls a:hover{background-image:url(../../plugins/jetpack/modules/shortcodes/img/slideshow-controls-2x.png)!important}}body div div.slideshow-controls a:hover{border-color:rgba(255,255,255,1)!important}body div div.slideshow-controls a:first-child{background-position:-76px 8px!important}body div div.slideshow-controls a:last-child{background-position:-117px 8px!important}body div div.slideshow-controls a:nth-child(2){background-position:-34px 8px!important}body div div.slideshow-controls a.running{background-position:-34px 8px!important}body div div.slideshow-controls a.paused{background-position:9px 8px!important}.slideshow-controls a img{border:50px dotted #f0f}
/* 11 */ body.presentation-wrapper-fullscreen-parent,html.presentation-wrapper-fullscreen-parent{overflow:hidden!important}.presentation-wrapper-fullscreen-parent #wpadminbar{display:none}.presentation-wrapper-fullscreen,.presentation-wrapper-fullscreen-parent{min-width:100%!important;min-height:100%!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;margin:0!important;padding:0!important;z-index:10000!important}.presentation-wrapper-fullscreen{background-color:grey;border:none!important}.presentation-wrapper-fullscreen .nav-arrow-left,.presentation-wrapper-fullscreen .nav-arrow-right{z-index:20001}.presentation-wrapper-fullscreen .nav-fullscreen-button{z-index:20002}.presentation-wrapper{margin:20px auto;border:1px solid #e5e5e5;overflow:hidden;line-height:normal}.presentation{position:relative;margin:0;overflow:hidden;outline:0}.presentation,.presentation .step{background-repeat:no-repeat;background-position:center;background-size:100% 100%}.presentation .step.fade:not(.active){opacity:0}.presentation .slide-content{padding:30px}.presentation .nav-arrow-left,.presentation .nav-arrow-right,.presentation .nav-fullscreen-button{position:absolute;width:34px;background-repeat:no-repeat;z-index:2;opacity:0;transition:opacity .25s}.presentation .nav-arrow-left,.presentation .nav-arrow-right{height:100%;background-image:url(../../plugins/jetpack/modules/shortcodes/images/slide-nav.png);background-size:450% 61px}.presentation .nav-arrow-left{left:0;background-position:4px 50%}.presentation .nav-arrow-right{right:0;background-position:-120px 50%}.presentation .nav-fullscreen-button{width:32px;height:32px;margin:4px;bottom:0;right:0;z-index:3;background-image:url(../../plugins/jetpack/modules/shortcodes/images/expand.png);background-size:100% 100%}.presentation:hover .nav-arrow-left,.presentation:hover .nav-arrow-right{opacity:1}.presentation:hover .nav-fullscreen-button{opacity:.8}.presentation-wrapper-fullscreen .nav-fullscreen-button{background-image:url(../../plugins/jetpack/modules/shortcodes/images/collapse.png)}.presentation .autoplay-overlay{height:15%;width:80%;margin:30% 10%;position:relative;z-index:100;display:table;border-radius:50px;background-color:#e5e5e5;background-color:rgba(0,0,0,.75);transition:opacity .5s}.presentation .autoplay-overlay .overlay-msg{position:relative;display:table-cell;text-align:center;vertical-align:middle;color:#fff}.presentation .will-fade{opacity:0}.presentation .do-fade{opacity:1;transition:opacity .5s}
/* 12 */ div.jetpack-quiz{border:1px solid #deede3;background-color:#f3f3f3;padding:1em;line-height:1.3em;margin-bottom:2em;border-radius:.2em}div.jetpack-quiz div.jetpack-quiz-question{margin-bottom:.5em;font-weight:700}div.jetpack-quiz div.jetpack-quiz-answer{cursor:pointer;margin-bottom:.5em;padding:1em 0 1em 1em;border-bottom:1px dotted #999}div.jetpack-quiz div.jetpack-quiz-answer.last{padding-bottom:0;margin-bottom:0;border-bottom:0}div.jetpack-quiz div.jetpack-quiz-answer.correct{color:green}div.jetpack-quiz div.jetpack-quiz-answer.wrong{color:red}div.jetpack-quiz div.jetpack-quiz-answer div.jetpack-quiz-explanation{display:none}div.jetpack-quiz div.jetpack-quiz-answer.correct div.jetpack-quiz-explanation,div.jetpack-quiz div.jetpack-quiz-answer.wrong div.jetpack-quiz-explanation{display:block;color:#000;font-size:90%;margin-top:1em}div.jetpack-quiz div.jetpack-quiz-answer.correct div.jetpack-quiz-explanation tt,div.jetpack-quiz div.jetpack-quiz-answer.wrong div.jetpack-quiz-explanation tt{font-size:85%}div.jetpack-quiz pre{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;background:0 0;margin:0;padding:0}
/* 13 */ #subscribe-email input{width:95%}.comment-subscription-form .subscribe-label{display:inline!important}
/* 14 */ .jetpack-video-wrapper{margin-bottom:1.6em}.jetpack-video-wrapper>.wp-video,.jetpack-video-wrapper>embed,.jetpack-video-wrapper>iframe,.jetpack-video-wrapper>object{margin-bottom:0}
/* 15 */ .jetpack-social-navigation ul{display:block;margin:0 0 1.5em;padding:0}.jetpack-social-navigation li{display:inline-block;margin:0;line-height:1}.jetpack-social-navigation a{border:0;height:1em;text-decoration:none;width:1em}.jetpack-social-navigation-svg .icon{color:inherit;fill:currentColor;height:1em;vertical-align:middle;width:1em}.jetpack-social-navigation-genericons a:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-family:Genericons;font-size:1em;font-style:normal;font-weight:400;height:1em;line-height:1;speak:none;text-decoration:inherit;vertical-align:top;width:1em}.jetpack-social-navigation-genericons a:before{content:"\f415"}.jetpack-social-navigation-genericons a[href*="codepen.io"]:before{content:"\f216"}.jetpack-social-navigation-genericons a[href*="digg.com"]:before{content:"\f221"}.jetpack-social-navigation-genericons a[href*="dribbble.com"]:before{content:"\f201"}.jetpack-social-navigation-genericons a[href*="dropbox.com"]:before{content:"\f225"}.jetpack-social-navigation-genericons a[href*="mailto:"]:before{content:"\f410"}.jetpack-social-navigation-genericons a[href*="facebook.com"]:before{content:"\f203"}.jetpack-social-navigation-genericons a[href*="flickr.com"]:before{content:"\f211"}.jetpack-social-navigation-genericons a[href*="foursquare.com"]:before{content:"\f226"}.jetpack-social-navigation-genericons a[href*="github.com"]:before{content:"\f200"}.jetpack-social-navigation-genericons a[href*="plus.google.com"]:before{content:"\f206"}.jetpack-social-navigation-genericons a[href*="instagram.com"]:before{content:"\f215"}.jetpack-social-navigation-genericons a[href*="linkedin.com"]:before{content:"\f208"}.jetpack-social-navigation-genericons a[href*="path.com"]:before{content:"\f219"}.jetpack-social-navigation-genericons a[href*="pinterest.com"]:before{content:"\f210"}.jetpack-social-navigation-genericons a[href*="getpocket.com"]:before{content:"\f224"}.jetpack-social-navigation-genericons a[href*="polldaddy.com"]:before{content:"\f217"}.jetpack-social-navigation-genericons a[href*="reddit.com"]:before{content:"\f222"}.jetpack-social-navigation-genericons a[href$="/feed/"]:before{content:"\f413"}.jetpack-social-navigation-genericons a[href*="skype:"]:before{content:"\f220"}.jetpack-social-navigation-genericons a[href*="spotify.com"]:before{content:"\f515"}.jetpack-social-navigation-genericons a[href*="stumbleupon.com"]:before{content:"\f223"}.jetpack-social-navigation-genericons a[href*="tumblr.com"]:before{content:"\f214"}.jetpack-social-navigation-genericons a[href*="twitch.tv"]:before{content:"\f516"}.jetpack-social-navigation-genericons a[href*="twitter.com"]:before{content:"\f202"}.jetpack-social-navigation-genericons a[href*="vimeo.com"]:before{content:"\f212"}.jetpack-social-navigation-genericons a[href*="vine.co"]:before{content:"\f517"}.jetpack-social-navigation-genericons a[href*="wordpress.com"]:before,.jetpack-social-navigation-genericons a[href*="wordpress.org"]:before{content:"\f205"}.jetpack-social-navigation-genericons a[href*="youtube.com"]:before{content:"\f213"}
/* 16 */ .tiled-gallery{clear:both;margin:0 0 20px;overflow:hidden}.tiled-gallery img{margin:2px!important}.tiled-gallery .gallery-group{float:left;position:relative}.tiled-gallery .tiled-gallery-item{float:left;margin:0;position:relative;width:inherit}.tiled-gallery .gallery-row{overflow:hidden}.tiled-gallery .tiled-gallery-item a{background:0 0;border:none;color:inherit;margin:0;padding:0;text-decoration:none;width:auto}.tiled-gallery .tiled-gallery-item img,.tiled-gallery .tiled-gallery-item img:hover{background:0 0;border:none;box-shadow:none;max-width:100%;padding:0;vertical-align:middle}.tiled-gallery-caption{background:#eee;background:rgba(255,255,255,.8);color:#333;font-size:13px;font-weight:400;overflow:hidden;padding:10px 0;position:absolute;bottom:0;text-indent:10px;text-overflow:ellipsis;width:100%;white-space:nowrap}.tiled-gallery .tiled-gallery-item-small .tiled-gallery-caption{font-size:11px}.widget-gallery .tiled-gallery-unresized{visibility:hidden;height:0;overflow:hidden}.tiled-gallery .tiled-gallery-item img.grayscale{position:absolute;left:0;top:0}.tiled-gallery .tiled-gallery-item img.grayscale:hover{opacity:0}.tiled-gallery.type-circle .tiled-gallery-item img{border-radius:50%!important}.tiled-gallery.type-circle .tiled-gallery-caption{display:none;opacity:0}
/* 17 */ .jetpack-display-remote-posts{margin:5px 0 20px 0}.jetpack-display-remote-posts h4{font-size:90%;margin:5px 0;padding:0}.jetpack-display-remote-posts h4 a{text-decoration:none}.jetpack-display-remote-posts p{margin:0!important;padding:0;line-height:1.4em!important;font-size:90%}.jetpack-display-remote-posts img{max-width:100%}
/* 18 */ .widget-grofile h4{margin:1em 0 .5em}.widget-grofile ul.grofile-urls{margin-left:0;overflow:hidden}.widget-grofile ul.grofile-accounts li{list-style:none;display:inline}.widget-grofile ul.grofile-accounts li::before{content:""!important}.widget-grofile .grofile-accounts-logo{background-image:url(../../../images/grav-share-sprite.png);background-repeat:no-repeat;width:16px;height:16px;float:left;margin-right:8px;margin-bottom:8px}.rtl .widget-grofile .grofile-accounts-logo{margin-left:8px;margin-right:0}.grofile-thumbnail{width:500px;max-width:100%}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){.widget-grofile .grofile-accounts-logo{background-image:url(../../../images/grav-share-sprite-2x.png);background-size:16px 784px}}
/* 19 */ div[class^=gr_custom_container]{border:1px solid gray;border-radius:10px;padding:10px 5px 10px 5px;background-color:#fff;color:#000}div[class^=gr_custom_container] a{color:#000}h2[class^=gr_custom_header]{display:none}div[class^=gr_custom_each_container]{width:100%;clear:both;margin-bottom:10px;overflow:auto;padding-bottom:4px;border-bottom:1px solid #aaa}div[class^=gr_custom_book_container]{float:right;overflow:hidden;height:60px;margin-left:4px;width:39px}div[class^=gr_custom_author]{font-size:10px}div[class^=gr_custom_tags]{font-size:10px;color:gray}div[class^=gr_custom_rating]{display:none}
/* 20 */ .widget_wpcom_social_media_icons_widget ul{list-style-type:none;margin-left:0}.widget_wpcom_social_media_icons_widget ul li{border:0 none;display:inline;margin-right:.5em}.widget_wpcom_social_media_icons_widget li a{border:0 none;text-decoration:none}.widget_wpcom_social_media_icons_widget .genericon{font-family:Genericons}.widget_wpcom_social_media_icons_widget .screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.widget_wpcom_social_media_icons_widget .screen-reader-text:active,.widget_wpcom_social_media_icons_widget .screen-reader-text:focus,.widget_wpcom_social_media_icons_widget .screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
/* 21 */ .widgets-grid-layout{width:100%}.widgets-grid-layout:after,.widgets-grid-layout:before{content:" ";display:table}.widgets-grid-layout:after{clear:both}.widget-grid-view-image{float:left;max-width:50%}.widget-grid-view-image a{display:block;margin:0 2px 4px 0}.widget-grid-view-image:nth-child(even){float:right}.widget-grid-view-image:nth-child(even) a{margin:0 0 4px 2px}.widgets-grid-layout .widget-grid-view-image img{max-width:100%;height:auto}.widgets-multi-column-grid ul{overflow:hidden;padding:0;margin:0;list-style-type:none}.widgets-multi-column-grid ul li{background:0 0;clear:none;float:left;margin:0 -5px -3px 0;padding:0 8px 6px 0;border:none;list-style-type:none!important}.widgets-multi-column-grid ul li a{background:0 0;margin:0;padding:0;border:0}.widgets-multi-column-grid .avatar{vertical-align:middle}.widgets-list-layout{padding:0;margin:0;list-style-type:none}.widgets-list-layout li:after,.widgets-list-layout li:before{content:"";display:table}.widgets-list-layout li:after{clear:both}.widgets-list-layout li{zoom:1;margin-bottom:1em;list-style-type:none!important}.widgets-list-layout .widgets-list-layout-blavatar{float:left;width:21.276596%;max-width:40px;height:auto}.widgets-list-layout-links{float:right;width:73.404255%}.widgets-list-layout span{opacity:.5}.widgets-list-layout span:hover{opacity:.8}
/* 22 */ .jetpack-image-container:after{clear:both}.jetpack-image-container:after,.jetpack-image-container:before{display:table;content:""}
/* 23 */ .widgets-multi-column-grid ul{overflow:hidden;padding:0;margin:0;list-style-type:none}.widgets-multi-column-grid ul li{background:0 0;clear:none;float:left;margin:0 -5px -3px 0;padding:0 8px 6px 0;border:none;list-style-type:none!important}.widgets-multi-column-grid ul li a{background:0 0;margin:0;padding:0;border:0}.widgets-multi-column-grid .avatar{vertical-align:middle}.widget_jetpack_my_community .avatar-240,.widget_jetpack_my_community .avatar-48{max-width:48px;max-height:48px}
/* 24 */ .widget.widget_authors li>ul,.widget_authors>ul{margin-left:inherit;padding-left:0}.widget_authors ul li li{padding-left:0}.widget_authors>ul>li{margin-bottom:1em;list-style:none}.widget_authors>ul>li+li{border-top:0}.widget.widget_authors img{margin-right:5px;margin-bottom:5px;vertical-align:middle;box-shadow:none}
/* 25 */ /*!
/* 26 *| * Do not modify this file directly.  It is compiled SASS code.
/* 27 *| */#wp-admin-bar-jetpack-idc.hide{display:none}#wp-admin-bar-jetpack-idc .jp-idc-admin-bar{background:#fff;border-radius:2px;color:#23282d;padding:4px 8px;font-size:12px}#wpadminbar #wp-admin-bar-jetpack-idc .dashicons{color:#23282d;font-family:dashicons}#wpadminbar #wp-admin-bar-jetpack-idc .dashicons:before{font-size:16px}#wpadminbar #wp-admin-bar-jetpack-idc:hover .ab-item{background:inherit}#wpadminbar #wp-admin-bar-jetpack-idc:hover .jp-idc-admin-bar{background:#eee}
/* 28 */ .wpcnt{text-align:center;line-height:2}.wpa{position:relative;overflow:hidden;display:inline-block;max-width:100%}.wpa-about{position:absolute;top:5px;left:0;right:0;display:block;margin-top:0;color:#888;font:10px/1 "Open Sans",Arial,sans-serif!important;text-align:left!important;text-decoration:none!important;opacity:.85;border-bottom:none!important;box-shadow:none!important}.wpa .u>div{display:block;margin-top:5px;margin-bottom:1em}div.wpa>div{margin-top:20px}.wpa .u .adsbygoogle{display:block;margin-top:17px;margin-bottom:1em;background-color:transparent}
/* 29 */ .widget_eu_cookie_law_widget.widget{border:none;bottom:1em;display:none;left:1em;margin:0;padding:0;position:fixed;right:1em;width:auto;z-index:50001}#eu-cookie-law{background-color:#fff;border:1px solid #dedede;color:#2e4467;font-size:12px;line-height:1.5;overflow:hidden;padding:6px 6px 6px 15px;position:relative}#eu-cookie-law a,#eu-cookie-law a:active,#eu-cookie-law a:visited{color:inherit;cursor:inherit;text-decoration:underline}#eu-cookie-law a:hover{cursor:pointer;text-decoration:none}#eu-cookie-law.negative{background-color:#000;border:none;color:#fff}#eu-cookie-law input,#eu-cookie-law input:focus,#eu-cookie-law input:hover{background:#f3f3f3;border:1px solid #dedede;border-radius:4px;-moz-border-radius:3px;-webkit-border-radius:3px;color:#2e4453;cursor:pointer;display:inline;float:right;font-family:inherit;font-size:14px;font-weight:inherit;line-height:inherit;margin:0 0 0 5%;padding:8px 12px;position:static;text-transform:none}#eu-cookie-law.negative input,#eu-cookie-law.negative input:focus,#eu-cookie-law.negative input:hover{background:#282828;border-color:#535353;color:#fff}@media (max-width:600px){#eu-cookie-law{padding-bottom:55px}#eu-cookie-law input.accept{bottom:8px;position:absolute;right:8px}}
/* 30 */ .flickr-images{text-align:center}.flickr-size-thumbnail .flickr-images{-ms-flex-line-pack:justify;align-content:space-between;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-pack:center;justify-content:center}.flickr-images img{max-width:100%;margin:5px}