  /*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}@-webkit-keyframes bounce{0%,20%,50%,80%,100%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@keyframes bounce{0%,20%,50%,80%,100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);-ms-transform:translateY(-15px);transform:translateY(-15px)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce}@-webkit-keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes pulse{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);transform:translateX(10px)}}@keyframes shake{0%,100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}100%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);-ms-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);-ms-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);-ms-transform:rotate(-5deg);transform:rotate(-5deg)}100%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(0.9) rotate(-3deg);transform:scale(0.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}@keyframes tada{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(0.9) rotate(-3deg);-ms-transform:scale(0.9) rotate(-3deg);transform:scale(0.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);-ms-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);-ms-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0);-ms-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateX(0%);transform:translateX(0%)}15%{-webkit-transform:translateX(-25%) rotate(-5deg);transform:translateX(-25%) rotate(-5deg)}30%{-webkit-transform:translateX(20%) rotate(3deg);transform:translateX(20%) rotate(3deg)}45%{-webkit-transform:translateX(-15%) rotate(-3deg);transform:translateX(-15%) rotate(-3deg)}60%{-webkit-transform:translateX(10%) rotate(2deg);transform:translateX(10%) rotate(2deg)}75%{-webkit-transform:translateX(-5%) rotate(-1deg);transform:translateX(-5%) rotate(-1deg)}100%{-webkit-transform:translateX(0%);transform:translateX(0%)}}@keyframes wobble{0%{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}15%{-webkit-transform:translateX(-25%) rotate(-5deg);-ms-transform:translateX(-25%) rotate(-5deg);transform:translateX(-25%) rotate(-5deg)}30%{-webkit-transform:translateX(20%) rotate(3deg);-ms-transform:translateX(20%) rotate(3deg);transform:translateX(20%) rotate(3deg)}45%{-webkit-transform:translateX(-15%) rotate(-3deg);-ms-transform:translateX(-15%) rotate(-3deg);transform:translateX(-15%) rotate(-3deg)}60%{-webkit-transform:translateX(10%) rotate(2deg);-ms-transform:translateX(10%) rotate(2deg);transform:translateX(10%) rotate(2deg)}75%{-webkit-transform:translateX(-5%) rotate(-1deg);-ms-transform:translateX(-5%) rotate(-1deg);transform:translateX(-5%) rotate(-1deg)}100%{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(0.3);transform:scale(0.3)}50%{opacity:1;-webkit-transform:scale(1.05);transform:scale(1.05)}70%{-webkit-transform:scale(0.9);transform:scale(0.9)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(0.3);-ms-transform:scale(0.3);transform:scale(0.3)}50%{opacity:1;-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}70%{-webkit-transform:scale(0.9);-ms-transform:scale(0.9);transform:scale(0.9)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}60%{opacity:1;-webkit-transform:translateY(30px);transform:translateY(30px)}80%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}60%{opacity:1;-webkit-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px)}80%{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}60%{opacity:1;-webkit-transform:translateX(30px);transform:translateX(30px)}80%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}60%{opacity:1;-webkit-transform:translateX(30px);-ms-transform:translateX(30px);transform:translateX(30px)}80%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}60%{opacity:1;-webkit-transform:translateX(-30px);transform:translateX(-30px)}80%{-webkit-transform:translateX(10px);transform:translateX(10px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}60%{opacity:1;-webkit-transform:translateX(-30px);-ms-transform:translateX(-30px);transform:translateX(-30px)}80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}60%{opacity:1;-webkit-transform:translateY(-30px);transform:translateY(-30px)}80%{-webkit-transform:translateY(10px);transform:translateY(10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}60%{opacity:1;-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}80%{-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{0%{-webkit-transform:scale(1);transform:scale(1)}25%{-webkit-transform:scale(0.95);transform:scale(0.95)}50%{opacity:1;-webkit-transform:scale(1.1);transform:scale(1.1)}100%{opacity:0;-webkit-transform:scale(0.3);transform:scale(0.3)}}@keyframes bounceOut{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}25%{-webkit-transform:scale(0.95);-ms-transform:scale(0.95);transform:scale(0.95)}50%{opacity:1;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}100%{opacity:0;-webkit-transform:scale(0.3);-ms-transform:scale(0.3);transform:scale(0.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}}@keyframes bounceOutDown{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(20px);transform:translateX(20px)}100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}}@keyframes bounceOutLeft{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}}@keyframes bounceOutRight{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}@keyframes bounceOutUp{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}}@keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}}@keyframes fadeOutDownBig{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px)}}@keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}}@keyframes fadeOutLeftBig{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}}@keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}}@keyframes fadeOutRightBig{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}}@keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}@keyframes fadeOutUpBig{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-ms-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-ms-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-ms-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);-ms-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-ms-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;-ms-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-10deg);transform:perspective(400px) rotateX(-10deg)}70%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}100%{-webkit-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);-ms-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-10deg);-ms-transform:perspective(400px) rotateX(-10deg);transform:perspective(400px) rotateX(-10deg)}70%{-webkit-transform:perspective(400px) rotateX(10deg);-ms-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}100%{-webkit-transform:perspective(400px) rotateX(0deg);-ms-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1}}.flipInX{-webkit-backface-visibility:visible !important;-ms-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-10deg);transform:perspective(400px) rotateY(-10deg)}70%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}100%{-webkit-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);opacity:1}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);-ms-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-10deg);-ms-transform:perspective(400px) rotateY(-10deg);transform:perspective(400px) rotateY(-10deg)}70%{-webkit-transform:perspective(400px) rotateY(10deg);-ms-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}100%{-webkit-transform:perspective(400px) rotateY(0deg);-ms-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);opacity:1}}.flipInY{-webkit-backface-visibility:visible !important;-ms-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px) rotateX(0deg);-ms-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateX(90deg);-ms-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible !important;-ms-backface-visibility:visible !important;backface-visibility:visible !important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px) rotateY(0deg);-ms-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateY(90deg);-ms-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible !important;-ms-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0}60%{-webkit-transform:translateX(-20%) skewX(30deg);transform:translateX(-20%) skewX(30deg);opacity:1}80%{-webkit-transform:translateX(0%) skewX(-15deg);transform:translateX(0%) skewX(-15deg);opacity:1}100%{-webkit-transform:translateX(0%) skewX(0deg);transform:translateX(0%) skewX(0deg);opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%) skewX(-30deg);-ms-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0}60%{-webkit-transform:translateX(-20%) skewX(30deg);-ms-transform:translateX(-20%) skewX(30deg);transform:translateX(-20%) skewX(30deg);opacity:1}80%{-webkit-transform:translateX(0%) skewX(-15deg);-ms-transform:translateX(0%) skewX(-15deg);transform:translateX(0%) skewX(-15deg);opacity:1}100%{-webkit-transform:translateX(0%) skewX(0deg);-ms-transform:translateX(0%) skewX(0deg);transform:translateX(0%) skewX(0deg);opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{-webkit-transform:translateX(0%) skewX(0deg);transform:translateX(0%) skewX(0deg);opacity:1}100%{-webkit-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0}}@keyframes lightSpeedOut{0%{-webkit-transform:translateX(0%) skewX(0deg);-ms-transform:translateX(0%) skewX(0deg);transform:translateX(0%) skewX(0deg);opacity:1}100%{-webkit-transform:translateX(100%) skewX(-30deg);-ms-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}100%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(-200deg);-ms-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}100%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(200deg);-ms-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes slideInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}}@keyframes slideOutLeft{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}}@keyframes slideOutRight{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}@keyframes slideOutUp{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@-webkit-keyframes hinge{0%{-webkit-transform:rotate(0);transform:rotate(0);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}80%{-webkit-transform:rotate(60deg) translateY(0);transform:rotate(60deg) translateY(0);opacity:1;-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}100%{-webkit-transform:translateY(700px);transform:translateY(700px);opacity:0}}@keyframes hinge{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);-ms-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}80%{-webkit-transform:rotate(60deg) translateY(0);-ms-transform:rotate(60deg) translateY(0);transform:rotate(60deg) translateY(0);opacity:1;-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}100%{-webkit-transform:translateY(700px);-ms-transform:translateY(700px);transform:translateY(700px);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%) rotate(-120deg);transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg);transform:translateX(0px) rotate(0deg)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%) rotate(-120deg);-ms-transform:translateX(-100%) rotate(-120deg);transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg);-ms-transform:translateX(0px) rotate(0deg);transform:translateX(0px) rotate(0deg)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg);transform:translateX(0px) rotate(0deg)}100%{opacity:0;-webkit-transform:translateX(100%) rotate(120deg);transform:translateX(100%) rotate(120deg)}}@keyframes rollOut{0%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg);-ms-transform:translateX(0px) rotate(0deg);transform:translateX(0px) rotate(0deg)}100%{opacity:0;-webkit-transform:translateX(100%) rotate(120deg);-ms-transform:translateX(100%) rotate(120deg);transform:translateX(100%) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}*{outline:none !important}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:rgba(0,0,0,0)}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:700}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}*,*::before,*::after{box-sizing:inherit}html{box-sizing:border-box}body,button,input,select,optgroup,textarea{color:#231f20;font-size:17px;line-height:1.45;font-family:"questa-sans",sans-serif;font-weight:400;font-style:normal;font-variant-numeric:lining-nums}h1,h2,h3,h4,h5,h6{clear:both;margin:0 0 21px 0;color:#242624}p{margin-top:0;margin-bottom:1.5em;letter-spacing:.25px}dfn,cite,em,i{font-style:italic}blockquote{margin:0 1.5em}address{margin:0 0 1.5em}pre{background:#eee;font-family:"Courier 10 Pitch",courier,monospace;line-height:1.6;margin-bottom:1.6em;max-width:100%;overflow:auto;padding:1.6em}code,kbd,tt,var{font-family:monaco,consolas,"Andale Mono","DejaVu Sans Mono",monospace}abbr,acronym{border-bottom:1px dotted #666;cursor:help}mark,ins{background:#fff9c0;text-decoration:none}big{font-size:125%}.hide-section section,.hide-section .section{opacity:0}body{background:#fff}hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}ul,ol{margin:0 0 1.5em 3em}ul{list-style:disc}ol{list-style:decimal}li>ul,li>ol{margin-bottom:0;margin-left:1.5em}dt{font-weight:700}dd{margin:0 1.5em 1.5em}embed,iframe,object{max-width:100%}img{height:auto;max-width:100%}figure{margin:1em 0}table{margin:0 0 1.5em;width:100%}.container{margin:auto;max-width:1350px;padding:0 30px}a{color:#231f20;outline:none}a,a strong{text-decoration:none}a:hover,a:focus,a:active{color:#a32136}a:focus{outline:none}a:hover,a:active{outline:0}button,input[type=button],input[type=reset],input[type=submit]{border:1px solid;border-color:#ccc #ccc #bbb;border-radius:3px;background:#e6e6e6;color:rgba(0,0,0,.8);line-height:1;padding:.6em 1em .4em}button:hover,input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover{border-color:#ccc #bbb #aaa}button:active,button:focus,input[type=button]:active,input[type=button]:focus,input[type=reset]:active,input[type=reset]:focus,input[type=submit]:active,input[type=submit]:focus{border-color:#aaa #bbb #bbb}input[type=text],input[type=email],input[type=url],input[type=password],input[type=search],input[type=number],input[type=tel],input[type=range],input[type=date],input[type=month],input[type=week],input[type=time],input[type=datetime],input[type=datetime-local],input[type=color],textarea{color:#666;border:1px solid #ccc;border-radius:3px;padding:3px}input[type=text]:focus,input[type=email]:focus,input[type=url]:focus,input[type=password]:focus,input[type=search]:focus,input[type=number]:focus,input[type=tel]:focus,input[type=range]:focus,input[type=date]:focus,input[type=month]:focus,input[type=week]:focus,input[type=time]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,input[type=color]:focus,textarea:focus{color:#111}select{border:1px solid #ccc}textarea{width:100%}.main-navigation1{display:block;width:100%}.main-navigation1 ul{display:none;list-style:none;margin:0;padding-left:0}.main-navigation1 ul ul{box-shadow:0 3px 3px rgba(0,0,0,.2);float:left;position:absolute;top:100%;left:-999em;z-index:99999}.main-navigation1 ul ul ul{left:-999em;top:0}.main-navigation1 ul ul li:hover>ul,.main-navigation1 ul ul li.focus>ul{display:block;left:auto}.main-navigation1 ul ul a{width:200px}.main-navigation1 ul li:hover>ul,.main-navigation1 ul li.focus>ul{left:auto}.main-navigation1 li{position:relative}.main-navigation1 a{display:block;text-decoration:none}.menu-toggle,.main-navigation1.toggled ul{display:block}@media screen and (min-width: 37.5em){.menu-toggle{display:none}.main-navigation1 ul{display:flex}}.site-main .comment-navigation,.site-main .posts-navigation,.site-main .post-navigation{margin:0 0 1.5em}.comment-navigation .nav-links,.posts-navigation .nav-links,.post-navigation .nav-links{display:flex}.comment-navigation .nav-previous,.posts-navigation .nav-previous,.post-navigation .nav-previous{flex:1 0 50%}.comment-navigation .nav-next,.posts-navigation .nav-next,.post-navigation .nav-next{text-align:end;flex:1 0 50%}.sticky{display:block}.post,.page{margin:0}.updated:not(.published){display:none}.page-content,.entry-content,.entry-summary{margin:1.5em 0 0}.page-links{clear:both;margin:0 0 1.5em}.comment-content a{word-wrap:break-word}.bypostauthor{display:block}.widget{margin:0 0 1.5em}.widget select{max-width:100%}.page-content .wp-smiley,.entry-content .wp-smiley,.comment-content .wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.custom-logo-link{display:inline-block}.wp-caption{margin-bottom:1.5em;max-width:100%}.wp-caption img[class*=wp-image-]{display:block;margin-left:auto;margin-right:auto}.wp-caption .wp-caption-text{margin:.8075em 0}.wp-caption-text{text-align:center}.gallery{margin-bottom:1.5em;display:grid;grid-gap:1.5em}.gallery-item{display:inline-block;text-align:center;width:100%}.gallery-columns-2{grid-template-columns:repeat(2, 1fr)}.gallery-columns-3{grid-template-columns:repeat(3, 1fr)}.gallery-columns-4{grid-template-columns:repeat(4, 1fr)}.gallery-columns-5{grid-template-columns:repeat(5, 1fr)}.gallery-columns-6{grid-template-columns:repeat(6, 1fr)}.gallery-columns-7{grid-template-columns:repeat(7, 1fr)}.gallery-columns-8{grid-template-columns:repeat(8, 1fr)}.gallery-columns-9{grid-template-columns:repeat(9, 1fr)}.gallery-caption{display:block}.infinite-scroll .posts-navigation,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}.screen-reader-text{border:0;clip:rect(1px, 1px, 1px, 1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute !important;width:1px;word-wrap:normal !important}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto !important;clip-path:none;color:#21759b;display:block;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}#primary[tabindex="-1"]:focus{outline:0}.alignleft{float:left;margin-right:1.5em;margin-bottom:1.5em}.alignright{float:right;margin-left:1.5em;margin-bottom:1.5em}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto;margin-bottom:1.5em}h1,.h1{font-size:50px}h2,.h2{font-size:32px;line-height:1.4;font-weight:700}h3,.h3{font-size:30px;font-weight:700}h4,.h4{font-size:24px}header.site-header{position:absolute;top:0;left:0;width:100%;z-index:1;-webkit-transition:animation .3s ease-in-out;-moz-transition:animation .3s ease-in-out;-o-transition:animation .3s ease-in-out;transition:animation .3s ease-in-out;box-shadow:2px 2px 10px 0px rgba(0,0,0,.1);-webkit-box-shadow:2px 2px 10px 0px rgba(0,0,0,.1);-moz-box-shadow:2px 2px 10px 0px rgba(0,0,0,.1);background-color:rgba(255,255,255,.9);z-index:999}header.site-header.fixed{position:fixed;animation:.9s fixedhead}.single-programs header.site-header:not(.fixed){position:relative}.single-programs .blankDiv{display:inline-block !important}@-webkit-keyframes fixedhead{0%{top:150px}100%{top:0px}}@keyframes fixedhead{0%{transform:translateY(-145px)}100%{transform:translateY(0px)}}header.header .branding .search-part{position:relative;height:24px;margin-left:41px}.mega-search-wrap{margin:auto;position:absolute;background:rgba(0,0,0,0);-webkit-transform:translate(0, -50%);-ms-transform:translate(0, -50%);transform:translate(0, -50%);top:50%;padding:22px 0px;display:none;width:414px;right:calc(100% - 30px)}.search-box{padding-left:70px;opacity:0;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.mega-search-wrap.mega-search-open{display:block}.search-box.removePadd{padding:0;opacity:1}.search-btn{background:url(/wp-content/themes/university-of-mobile/images/searchform-icon.svg) no-repeat 9px center;width:24px;height:24px;display:inline-block;z-index:9999;right:0;cursor:pointer;position:relative;-webkit-transform:translateY(0%);-ms-transform:translateY(0%);transform:translateY(0%);top:-1%;background-position:center center}.search-btn:after,.search-btn:before{content:"";width:2px;height:25px;background:#231f20;position:absolute;opacity:0}.search-btn:before{left:2px;transform:rotate(0deg) translateY(0px) translateX(0px);-webkit-transform:rotate(0deg) translateY(0px) translateX(0px)}.search-btn:after{right:0px;transform:rotate(0deg) translateY(0px) translateX(0px);-webkit-transform:rotate(0deg) translateY(0px) translateX(0px)}.search-box-open .search-btn{background:none}.search-box-open .search-btn:before{opacity:1;left:10px;transform:rotate(45deg) translateY(0px) translateX(1px);-webkit-transform:rotate(45deg) translateY(0px) translateX(1px);transition:all .5s ease;-webkit-transition:all .5s ease;top:-1px}.search-box-open .search-btn:after{opacity:1;right:8px;transform:rotate(-45deg) translateY(-2px) translateX(-3px);-webkit-transform:rotate(-45deg) translateY(-2px) translateX(-3px);transition:all .5s ease;-webkit-transition:all .5s ease;top:-1px}.mega-search-wrap form{position:relative}.mega-search-wrap form :-webkit-input-placeholder{color:#000;opacity:1}.mega-search-wrap form :-moz-placeholder{color:#000;opacity:1}.mega-search-wrap input[type=submit]{background:url(/wp-content/themes/university-of-mobile/images/searchform-icon.svg) no-repeat 9px center !important;position:absolute;border:0;height:100%;width:40px;font-size:0;cursor:pointer;outline:none}.mega-search-wrap input[type=text]{top:0;right:0;height:38px;width:100%;padding:9px 38px 9px 45px;z-index:999;border-radius:0;color:#a7a7a7;font-size:16px;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;background:none;box-shadow:none;outline:none;font-weight:200;border:1px solid #aaa;line-height:38px;background-color:#fff}.mega-search-wrap ::-webkit-input-placeholder{color:#a7a7a7}.mega-search-wrap ::-moz-placeholder{color:#a7a7a7}.mega-search-wrap :-ms-input-placeholder{color:#a7a7a7}.mega-search-wrap :-moz-placeholder{color:#a7a7a7}.mega-search-wrap .mega-search-open input[type=text]{width:250px;padding:9px 40px 9px 10px}.mega-search-wrap .mega-search-wrap input[type=text]:-webkit-input-placeholder{text-transform:uppercase}.mega-search-wrap .mega-search-wrap input[type=text]::-moz-placeholder{text-transform:uppercase}.search-box-open .enumenu_ul>li a{opacity:0}.search-box-open .main-navigation,.search-box-open .btn-link{opacity:0}header.site-header .d-flex{display:flex;flex-wrap:wrap;align-items:center}header.site-header .d-flex .site-branding{width:222px;line-height:0;z-index:100}#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu{z-index:-1}header.site-header .d-flex .search-part{width:25px;position:relative;height:24px;margin-left:24px}header.site-header .d-flex .btn-link a.btn{background-color:#a32136;color:#fff;padding:10px 27px;border-radius:25px;border:1px solid #a32136;font-size:14px;text-decoration:none;letter-spacing:1px;display:inline-block}header.site-header .d-flex .main-navigation{width:calc(100% - 365px);padding:0 20px}header.site-header .d-flex .btn-link a.btn:hover,header.site-header .d-flex .btn-link a.btn:focus{background:none;color:#a32136}.for-inner-menu{width:1145px}#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item:last-child{margin-right:9px}header.site-header .container{max-width:1400px}#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column.menu-img-block li.widget_media_image+.widget_block a{position:relative}#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column.menu-img-block li.widget_media_image+.widget_block a:after{content:"";background-image:url(/wp-content/themes/university-of-mobile/images/menu-arrow.svg);width:23px;height:12px;display:inline-block;position:absolute;left:100%;transform:translate(5px, 57%);transition:all .3s ease-in-out 0s}#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column.menu-img-block li.widget_media_image+.widget_block a:hover:after{left:calc(100% + 5px)}#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after{background-image:url(/wp-content/themes/university-of-mobile/images/mega-indicator.svg);color:rgba(0,0,0,0);background-repeat:no-repeat;background-position:center center}.tab-content-section .is-hide{width:1px;height:1px;overflow:hidden;opacity:0;position:absolute}section.hero-block{position:relative;overflow:hidden;z-index:0}section.hero-block span.down-btn{position:absolute;bottom:65px;transform:translate(-50%, 0px);z-index:2;color:#fff;left:50%;font-size:15px;letter-spacing:1px;cursor:pointer}@media(max-width: 767px){section.hero-block span.down-btn{bottom:13%}}section.hero-block span.play-button-c{position:absolute;width:32px;height:32px;border-radius:50%;right:36px;bottom:30px;z-index:9;cursor:pointer}section.hero-block span.down-btn:after{content:"";width:0px;height:0px;left:calc(50% - 10px);top:28px;border-style:solid;background:rgba(255,255,255,0);border-width:12px 10px 0px 10px;border-color:#fff rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);transform:rotate(0deg);position:absolute;animation:bounce 1400ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95)}@keyframes bounce{50%{transform:translateY(7px)}}section.hero-block .banner-content{min-height:96vh;display:flex;align-items:center;width:100%;justify-content:center;position:relative}@media screen and (max-width: 767px){section.hero-block .banner-content{min-height:90vh}}section.hero-block:not(.inner-banner) .banner-content{padding-top:180px}@media screen and (max-width: 767px){section.hero-block:not(.inner-banner) .banner-content{padding-top:100px}}section.hero-block .banner-content .banner-content-inner{width:100%;text-align:center;position:relative;will-change:transform;transform:translateZ(0);backface-visibility:hidden}.hero-block .hero-bg{position:absolute;width:100%;height:100%;left:0;top:0;z-index:0}.hero-block .hero-bg .video-container,.hero-block .hero-bg .video-container iframe{position:absolute;width:100%;height:100%;left:0;top:0;z-index:0}.hero-block .hero-bg .video-container{position:absolute;width:100%;height:100%;left:0;top:0;z-index:0}.jarallax-video-container{position:relative}.jarallax{position:relative;z-index:0;min-height:100vh}@media screen and (max-width: 767px){.jarallax{min-height:85vh}}.jarallax>.jarallax-img,picture.jarallax-img img{position:absolute;object-fit:cover;top:0;left:0;width:100%;height:100%;z-index:-1}@media screen and (min-width: 992px){.hero-block .hero-bg .video-container{position:relative;overflow:hidden;width:100%;padding-top:56.25%}}.hero-block .hero-bg .video-container iframe{min-height:230vw;min-width:360vh;top:50%;left:50%;transform:translate(-50%, -50%)}@media screen and (min-width: 992px){.hero-block .hero-bg .video-container iframe{position:absolute;width:100%;height:100%;left:0;top:0;right:0;bottom:0;z-index:0;min-height:unset;min-width:unset;transform:unset}}.hero-block .hero-bg figure{margin:0;padding:0;width:100%;height:100%;position:relative}.hero-block .hero-bg figure img{object-fit:cover;width:100%;height:100%}.hero-block .hero-bg figure:after{content:"";position:absolute;width:100%;height:100%;left:0;top:0;background:#000;background:linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 58%);opacity:.85}.hero-block .hero-bg .video-container .overlay,.hero-block .hero-bg .jarallax-video-container .overlay{position:absolute;width:100%;height:100%;left:0;top:0;background:#000;background:linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 75%);opacity:.8;z-index:0}section.hero-block .banner-content .banner-content-inner .heading{color:#fff;margin-bottom:59px}body.home section.hero-block .banner-content .banner-content-inner .heading h2{color:#fff;font-style:italic;font-family:"Libre Baskerville",serif;text-shadow:0px 4px 40px rgba(0,0,0,.57);padding-top:10px}section.hero-block .banner-content .banner-content-inner .heading h1{text-shadow:0px 4px 40px rgba(0,0,0,.57);display:inline-block;position:relative;line-height:1;margin:0;padding-left:5px;padding-right:5px;color:#fff;font-family:"questa-sans",sans-serif;font-weight:900}body.home section.hero-block .banner-content .banner-content-inner .heading h1{font-weight:400;font-size:100px;text-transform:uppercase;font-family:"komu-b",sans-serif;font-style:normal}@media(max-width: 767px){body.home section.hero-block .banner-content .banner-content-inner .heading h1{font-size:70px}}section.hero-block .banner-content .banner-content-inner .heading h1:after{content:"";position:absolute;height:20px;width:100%;background-color:#a32136;bottom:2px;right:0;left:0;z-index:-1}.banner-btn.btn-wrap{display:block}.banner-btn a.btn{font-size:16px;color:#fff;text-decoration:none;font-weight:700;letter-spacing:1px;border:1px solid #fff;border-radius:25px;padding:9px 40px;display:inline-block;background-color:rgba(0,0,0,.4);margin:0 6px;min-width:131px;text-align:center;text-transform:uppercase;text-shadow:0px 4px 40px rgba(0,0,0,.57)}.banner-btn a.btn:hover,.banner-btn a.btn:focus{background-color:#fff;color:#8e1c2f}section.hero-block.inner-banner .banner-content{min-height:auto;padding:20% 0 12% 0;padding:15% 0 10% 0}section.hero-block.inner-banner .banner-content .banner-content-inner .heading h1:after{display:none}.hero-block .hero-bg .video-container button.play-button{width:32px;height:32px;border:2px solid #fff;position:absolute;right:36px;bottom:31px;border-radius:50%;font-size:0;background:none;cursor:pointer;z-index:1}.hero-block .hero-bg .video-container.active button.play-button:after,.hero-block .hero-bg .video-container.active button.play-button:before{content:"";position:absolute;width:3px;height:13px;background:#fff;top:8px}.hero-block .hero-bg .video-container.active button.play-button:after{right:9px}.hero-block .hero-bg .video-container.active button.play-button:before{left:10px}.hero-block .hero-bg .video-container:not(.active) button.play-button:before{content:"";width:0px;height:0px;left:11px;top:8px;border-style:solid;background:rgba(255,255,255,0);border-width:7px 0 7px 10px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff;transform:rotate(0deg);position:absolute}.default-content{padding:73px 0 82px 0;position:relative}.default-content .g-content{margin-left:auto;margin-right:auto;text-align:center}.default-content .g-content h3 em{font-weight:500}.default-content .g-content.w50,.process-accordion.w50{width:50%;margin-left:auto;margin-right:auto}.default-content .g-content.w60,.process-accordion.w60{width:60%;margin-left:auto;margin-right:auto}.default-content .g-content.w70,.process-accordion.w70,.quote .w70{width:71%;margin-left:auto;margin-right:auto}.process-accordion.w70{width:100%}.default-content .g-content.w80,.process-accordion.w80,.quote .w80{width:80%;margin-left:auto;margin-right:auto}.default-content .g-content.w90,.process-accordion.w90,.quote .w90{width:90%;margin-left:auto;margin-right:auto}.default-content .g-content.w100,.process-accordion.w100,.quote .w100{width:100%;margin-left:auto;margin-right:auto}.default-content .btn-wrap{justify-content:center;margin-top:50px;flex-wrap:wrap}.default-content .btn-wrap a.btn-primary{margin:0 8px 8px 8px}.default-content span.tagline{font-weight:700;color:#a32136;font-size:16px;letter-spacing:.13em;display:block;margin-bottom:26px;text-transform:uppercase}.default-content h1{line-height:1 !important;margin-bottom:35px;font-size:80px}@media(max-width: 767px){.default-content h1{font-size:53px}}.default-content h2{font-size:32px;line-height:1.4}@media(max-width: 767px){.default-content h2{font-size:28px;line-height:1.2}}.text-light .g-content *{color:#fff !important}a.btn-primary{text-decoration:none;font-size:17px;color:#fff;background-color:#a32136;display:flex;height:45px;border-radius:30px;position:relative;overflow:hidden;align-items:center}@media(max-width: 767px){a.btn-primary{min-height:45px;height:100%}}a.btn-primary span{padding:10px 15px;display:inline-block;height:45px;letter-spacing:.016em}@media(max-width: 767px){a.btn-primary span{min-height:45px;height:100%}}a.btn-primary span.arrow{width:48px;background-color:#b5243b;height:45px;border-radius:30px;position:relative;z-index:1}a.btn-primary span.arrow:before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;border-radius:50%;z-index:1;background-image:url(/wp-content/themes/university-of-mobile/images/arrow.svg);background-repeat:no-repeat;background-position:center center;transition:.4s all ease-in-out}a.btn-primary span.arrow.heart:before{background-image:url(/wp-content/themes/university-of-mobile/images/heart.svg)}.btn-wrap{display:flex;width:100%}a.btn-primary span.title{padding:10px 23px 10px 29px;position:relative;z-index:2;font-weight:500}a.btn-primary span.arrow:after{content:"";position:absolute;width:10px;height:10px;background:#b5243b;transform:translate(-50%, -50%);top:50%;left:50%;border-radius:50%;z-index:0;-webkit-transition:all .4s ease-in-out 0s}a.btn-primary:hover span.arrow:after{width:900px;height:600px}a.btn-primary:hover span.arrow:before{left:-5px}.site-main>section.default-content:first-child{padding-top:170px}.site-main>section.default-content+.tab-content-section{padding-top:0}.default-content+section.video-section{padding-bottom:50px}.home section.default-content:after{content:"";background:url(/wp-content/themes/university-of-mobile/images/Presidential-Inauguration-Seal-WHITE-1.png);background-size:contain;background-repeat:no-repeat;mix-blend-mode:difference;opacity:3%;width:535px;height:535px;display:block;z-index:1;position:absolute;transform:translate(-18%, 10%);top:7%}section.default-content .container{position:relative;z-index:2}.video-section .container{position:relative;z-index:2}.video-section{position:relative}section.video-section.set-white-bg{padding-top:74px}section.video-section.set-white-bg .bg-cover{display:none}.video-section .heading-part span{text-align:center;width:100%;font-weight:700;color:#a32136;font-size:16px;letter-spacing:.13em;display:block;margin-bottom:15px;text-transform:uppercase}.video-section .heading-part h2{text-align:center}.video-section .heading-part{margin-bottom:40px}.video-section .bg-cover{width:100%;position:absolute;height:100%;background-color:#f5f5f5;top:0;left:0}section.video-section.bg-50 .bg-cover{height:50%}section.video-section.bg-20 .bg-cover{height:20%}.yt-video-cover{max-width:894px;margin-left:auto;margin-right:auto}.yt-video-cover .video-container{position:relative;padding-bottom:56.3%}.yt-video-cover .video-container iframe{position:absolute;width:100%;height:100%;pointer-events:none}.yt-video-cover .video-container button.play-button,section.yt-video-section .yt-video-slider-cover .btn-part .playPauseBtn{width:56px;height:56px;display:inline-block;position:absolute;bottom:0px;transform:translate(-50%, 50%);left:50%;font-size:0;border:1px solid #fff;border-radius:50%;background-color:#a32136;cursor:pointer}.yt-video-cover .video-container.active button.play-button:after,.yt-video-cover .video-container.active button.play-button:before,section.yt-video-section .yt-video-slider-cover .btn-part .playPauseBtn.active:after,section.yt-video-section .yt-video-slider-cover .btn-part .playPauseBtn.active:before{content:"";width:3px;height:20px;background:#fff;position:absolute;top:17px}.yt-video-cover .video-container.active button.play-button:after,section.yt-video-section .yt-video-slider-cover .btn-part .playPauseBtn.active:after{right:20px}.yt-video-cover .video-container.active button.play-button:before,section.yt-video-section .yt-video-slider-cover .btn-part .playPauseBtn.active:before{left:20px}.yt-video-cover .video-container:not(.active) button.play-button:hover:before,section.yt-video-section .yt-video-slider-cover .btn-part .playPauseBtn:not(.active):before{display:none}.yt-video-cover .video-container:not(.active) button.play-button:after,.yt-video-cover .video-container:not(.active) button.play-button:hover:after,section.yt-video-section .yt-video-slider-cover .btn-part .playPauseBtn:not(.active):before,section.yt-video-section .yt-video-slider-cover .btn-part .playPauseBtn:not(.active):after{content:"";width:0px;height:0px;left:20px;top:15px;border-style:solid;background:rgba(255,255,255,0);border-width:12px 0 12px 18px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff;transform:rotate(0deg);position:absolute}.yt-video-cover .video-container button.play-button:hover,section.yt-video-section .yt-video-slider-cover .btn-part .playPauseBtn:hover{background-color:#b5243b}.yt-video-cover .video-container span.volume{position:absolute;z-index:9;bottom:10px;left:17px;color:#fff;cursor:pointer}.tab-content-section{padding:75px 0;width:100%;overflow:hidden}.tab-content-section+.tab-content-section{padding-top:0px}.tab-content-section .d-flex .text-part span.tab-title,.tab-content-section .img-part span.tab-title.tagline{font-weight:700;color:#a32136;font-size:16px;letter-spacing:.13em;display:block;margin-bottom:26px;text-transform:uppercase}.tab-content-section .img-part span.tab-title.tagline{display:none}.tab-content-section .tabs{display:flex}.tab-content-section .tab{text-align:center;padding:11px 19px;font-size:16px;font-weight:400;color:#242624;background-color:#f8edef;border-radius:25px;cursor:pointer;margin-right:10px}.tab-content-section .tab.active{background-color:#a32136;color:#fff;font-weight:700}.tab-content-section .content{display:none;padding:40px 0 0 0}.tab-content-section .content p span,.tab-content-section .content p span a{color:#a32136;text-decoration:none}.tab-content-section .is-hide+.content,.tab-content-section .is-hide+.content+.content,.tab-content-section .is-hide+.content+.content+.content{padding-top:6px}.tab-content-section .content.active{display:block}.tab-content-section .accordion{margin:20px 0}.tab-content-section .accordion-item{border-bottom:2px solid #f5f5f5}.tab-content-section .accordion-header{padding:16px 25px 16px 0px;cursor:pointer;font-size:20px;font-weight:700;letter-spacing:2px;color:#a32136;position:relative;text-transform:uppercase}.tab-content-section .accordion-header span{display:block;width:20px;height:20px;position:absolute;right:0;top:20px;transform:rotate(0deg);transition:all .3s ease-in-out 0s}.tab-content-section .accordion-header.active span{transform:rotate(45deg)}.tab-content-section .accordion-header span:before,.tab-content-section .accordion-header span:after{content:"";position:absolute;width:2px;height:14px;background-color:#231f20;transform:translate(-50%, -50%);left:50%;top:50%}.tab-content-section .accordion-header span:before{width:14px;height:2px}.tab-content-section .accordion-content.active{display:block}.tab-content-section .slider{position:relative;overflow:hidden;width:100%;margin:0px auto}.tab-content-section .slides{display:flex;transition:transform .5s ease-in-out}.tab-content-section .slide{min-width:100%;box-sizing:border-box;max-height:588px}.tab-content-section .slide img{width:100%;display:block;object-fit:cover;height:100%}.tab-content-section .nav{position:absolute;bottom:-33px;display:flex;width:100%;justify-content:center;transform:translate(0px, -50%);left:0;z-index:3;height:1px}.tab-content-section .nav.for-mob{display:none}.tab-content-section .nav button{background-color:#f5f5f5;color:#242624;border:none;cursor:pointer;width:56px;height:56px;border-radius:50%;padding:0;margin:0 3px;font-size:0;background-position:center center;background-repeat:no-repeat;margin-top:-83px}.tab-content-section .nav button.prev,.tab-content-section .nav button.prev2{background-image:url(/wp-content/themes/university-of-mobile/images/prev-arrow.svg)}.tab-content-section .nav button.next,.tab-content-section .nav button.next2{background-image:url(/wp-content/themes/university-of-mobile/images/next-arrow.svg)}.tab-content-section .dots{text-align:center;margin-top:18px;display:flex;width:100%;justify-content:center;align-items:center}.tab-content-section .dot{height:2px;width:43px;margin:0 5px;background-color:#d8d8d8;border-radius:0;display:inline-block;cursor:default;border-radius:5px;cursor:pointer}.tab-content-section .dot.active{background-color:#a32136;border-color:#a32136;height:4px;margin-top:1px;margin-bottom:1px}.tab-content-section .accordion-content{overflow:hidden;max-height:0;transition:max-height .3s ease;padding:0 20px 0 0px}.tab-content-section .content .icon-list{border-top:2px solid #f5f5f5}.tab-content-section .content .icon-list .icon-item .icon-content-data{display:flex;align-items:center;border-bottom:2px solid #f5f5f5;padding:17px 0}.tab-content-section .content .icon-list .icon-item .icon-content-data figure{margin:0 16px -4px 20px}.tab-content-section .content .icon-list .icon-item .icon-content-data figure img{min-height:32px}.tab-content-section .content .icon-list .icon-item .icon-content-data h4{margin:0;font-weight:400;text-align:left}.img-content-block{width:100%;overflow:hidden}.img-content-block .d-flex .text-part{width:37%;position:relative;z-index:2}.img-content-block .d-flex{display:flex;flex-wrap:wrap;position:relative;align-items:center}.img-content-block .d-flex .img-part{width:63%;position:relative;z-index:1}.tab-content-section .d-flex.img-right .img-part{margin-left:0}.img-content-block .d-flex .img-part .img-side,.tab-content-section .dots{width:calc(100% + (100vw - 1290px)/2)}.tab-content-section .content .btn-wrap{flex-wrap:wrap;margin-top:30px}.tab-content-section .content .btn-wrap a.btn-primary{margin:10px 15px 10px 0px}.tab-content-section .d-flex.img-right .text-part{padding-right:55px}.img-content-block .d-flex.img-left .text-part{order:2;padding-left:60px}.img-content-block .d-flex.img-left .img-part{order:1}.img-content-block .d-flex.img-left .img-part .img-side,.img-content-block .d-flex.img-left .dots{margin-left:calc(-1*(100vw - 1290px)/2)}.grey-box-content{background:#f5f5f5;padding:55px 90px 59px 67px;position:relative;z-index:1}.img-right .grey-box-content{margin-right:-255px}.img-left .grey-box-content{margin-left:-270px;margin-top:20px}.tab-content-section .accordion-content ul{margin:9px 0 20px 9px}.tab-content-section .accordion-content ul,.g-content ul{margin:10px 0 20px 10px;padding:0;list-style:none;text-align:left}.tab-content-section .accordion-content ul li,.g-content ul li{position:relative;padding-left:15px;margin-bottom:7px}.tab-content-section .accordion-content ul li:before,.g-content ul li:before{content:"";width:4px;height:4px;background:#231f20;position:absolute;border-radius:50%;left:0px;top:12px;letter-spacing:.01em}.tab-content-section .is-hide-new{width:0;height:0;overflow:hidden;position:absolute;visibility:hidden}.tab-content-section .accordion-content ul li{letter-spacing:.019em}.tab-content-section .accordion-content ul ul{margin-top:7px;margin-bottom:6px;letter-spacing:.018em}.tab-content-section .accordion-content ul ul li{padding-left:10px;letter-spacing:.018em;margin-bottom:8px}.tab-content-section .accordion-content ul ul li:before{left:2px;top:11px}section.stats-section{padding:40px 0 89px 0}section.stats-section .heading{margin-left:auto;margin-right:auto;text-align:center;max-width:660px;margin-bottom:43px}section.stats-section .heading h2{margin-bottom:38px}section.stats-section ul.stats-list{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;max-width:1046px;margin-left:auto;margin-right:auto}section.stats-section ul.stats-list li{width:50%;text-align:center;border-top:2px solid #f5f5f5;display:flex;flex-wrap:wrap;padding:34px 30px 31px 30px}section.stats-section ul.stats-list li:nth-child(odd){border-right:2px solid #f5f5f5}section.stats-section ul.stats-list li:nth-child(odd):last-child{border-right:none;width:100%}section.stats-section ul.stats-list li:first-child,section.stats-section ul.stats-list li:nth-child(2){border-top:0;padding-top:15px}section.stats-section ul.stats-list li h3{max-width:345px;margin-left:auto;margin-right:auto;line-height:1.3335;position:relative;display:inline-block;margin-bottom:13px}section.stats-section ul.stats-list li h3:before{content:"";position:absolute;width:calc(100% + 10px);height:20px;background-color:rgba(163,33,54,.08);top:20px;left:-5px}section.stats-section ul.stats-list li h3+span{display:block;width:100%;font-style:italic;font-weight:300;color:#231f20;letter-spacing:.25px;font-size:18px}section.stats-section .heading span.sub-title{font-size:16px;color:#a32136;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.stats-section .btn-wrap{justify-content:center;margin-top:30px}section.major-search{padding:0px 0 23px 0;margin-top:0}.major-search figure{margin:0}.major-search figure img{width:100%;display:block;object-fit:cover;height:100%;max-height:588px}.major-search .inner-text-cover{background-color:#f5f5f5;padding:57px 120px 57px 60px;margin-left:-270px;position:relative}.major-search ul.cat-list{margin:42px 0 0 1px;padding:0;list-style:none}.major-search ul.cat-list li{font-size:15px;font-weight:700;letter-spacing:.14em;display:inline-block;text-transform:uppercase;position:relative;padding-right:0;padding-bottom:0;margin-right:28px;color:#242624}.major-search ul.cat-list li a{color:#242624;position:relative;text-decoration:none;padding-bottom:3px;border-bottom:2px solid #a32136}.major-search ul.cat-list li a:before{position:absolute;content:"";background:#ca2c45;opacity:0;visibility:hidden;width:0;height:1px;transition:.5s all ease-in-out;bottom:0}.major-search ul.cat-list li a:hover{color:#ca2c45}.major-search ul.cat-list li:last-child{margin-right:0px}.major-search ul.cat-list li:after{content:"/";position:absolute;right:-21px}.major-search ul.cat-list li:last-child:after{display:none}section.major-search .d-flex{align-items:center}.major-search .inner-text-cover .search-form{margin-top:49px;background:#fff;padding:27px 30px 29px 35px;position:relative;margin-bottom:-83px;margin-right:-65px}.major-search .inner-text-cover .search-form form{position:relative;display:flex}.major-search .inner-text-cover .search-form form input[type=text]::-webkit-input-placeholder{color:#231f20}.major-search .inner-text-cover .search-form form input[type=text]::-moz-placeholder{color:#231f20}.major-search .inner-text-cover .search-form form input[type=text]:-ms-input-placeholder{color:#231f20}.major-search .inner-text-cover .search-form form input[type=text]:-moz-placeholder{color:#231f20}.major-search .inner-text-cover .search-form form input[type=text]{width:100%;border:0;border-bottom:1.5px solid #231f20;border-radius:0;font-size:20px;color:#231f20;padding:0px 0 14px 39px;height:auto;letter-spacing:.022em;outline:none;appearance:none;background:url(/wp-content/themes/university-of-mobile/images/searchform-icon.svg) no-repeat -1px 1px}.major-search .inner-text-cover .search-form form [type=submit]{height:auto;padding:12px 33px 14px 33px;border-radius:30px;border:1px solid #231f20;background:#fff;letter-spacing:2px;text-transform:uppercase;font-size:15px;font-weight:500;margin-left:22px;cursor:pointer}.major-search .inner-text-cover .search-form form [type=submit]:hover{background-color:#231f20;color:#fff}a,[type=submit]{transition:all .3s ease-in-out 0s;-moz-transition:all .3s ease-in-out 0s;-ms-transition:all .3s ease-in-out 0s;-o-transition:all .3s ease-in-out 0s;-webkit-transition:all .3s ease-in-out 0s}section.event-feature{padding:0px 0 20px 0;margin-top:-4px}section.event-feature .event-feature-cover{background:#000;position:relative;overflow:hidden}section.event-feature .event-feature-cover .text-part{padding:63px 122px 72px 122px;max-width:684px;position:relative;z-index:1;color:#fff}section.event-feature .event-feature-cover .bg-part{position:absolute;width:100%;height:100%;left:0;top:0}section.event-feature .event-feature-cover .bg-part .bg-img{position:absolute;width:65%;height:100%;right:0;top:0;background-size:cover;background-position:center center}section.event-feature .event-feature-cover .bg-part:before{content:"";position:absolute;width:60%;height:100%;left:0;top:0;background:#242624;background:linear-gradient(90deg, rgb(36, 38, 36) 60%, rgba(36, 38, 36, 0) 100%);z-index:1}section.event-feature .event-feature-cover .text-part span.sub-heading{font-size:16px;letter-spacing:.12em;margin-bottom:32px;display:block;text-transform:uppercase}section.event-feature .event-feature-cover .text-part h2{color:#fff}section.event-feature .event-feature-cover .btn-wrap{margin-top:41px}section.event-feature .event-feature-cover .text-part a.btn{border:1px solid #fff;border-radius:40px;margin-left:22px;padding:9px 31px;height:auto;text-decoration:none;color:#fff;letter-spacing:.015em;font-weight:500}section.event-feature .event-feature-cover .text-part a.btn:hover{background-color:#fff;color:#242624}.blankDiv{display:none !important}section.quick-links{padding:50px 0 59px 0}section.quick-links .links-list{display:flex;flex-wrap:wrap}section.quick-links .links-list .block{border:1px solid #fff;background-color:#f5f5f5;padding:59px 30px 31px 30px;width:33.3%;position:relative}section.quick-links .links-list .block h4{margin-bottom:10px;color:#a32136;display:flex;align-items:center}section.quick-links .links-list .block h4 span.icon{margin-right:13px;display:flex;align-items:center}section.quick-links .links-list .block p{font-size:16px;color:#242624}section.quick-links .links-list .block .block-inner{max-width:297px;margin-left:auto;margin-right:auto;transition:.4s all ease-in-out;-ms-transform-origin:center;-webkit-transform-origin:center;-moz-transform-origin:center;transform-origin:center}section.quick-links .links-list .block:hover .block-inner{transform:scale(1.05)}section.quick-links .links-list .block a.link{position:absolute;left:0;top:0;width:100%;height:100%}section.quick-links .links-list .block:hover h4{color:#b5243b}section.socials-link-section{padding:101px 0 9px 0}section.socials-link-section .d-flex{display:flex;align-items:center;justify-content:center}section.socials-link-section .d-flex ul{margin:0 0 0 10px;padding:0;list-style:none;display:flex;line-height:0}section.socials-link-section .d-flex h4{margin:0 9px}section.socials-link-section .d-flex ul li{margin:0 8px}section.socials-link-section .d-flex ul li a:hover{opacity:.7}.tab-content-section+section.socials-link-section{padding-top:50px}section.request-info .from-part{background-color:#fff;padding:30px 79px 30px 69px;position:relative;z-index:1;margin-bottom:-50px}section.request-info figure{position:relative;margin:0;overflow:hidden;line-height:0}section.request-info figure img{width:100%;height:100%;object-fit:cover;max-height:603px}section.request-info .from-part{display:flex;flex-wrap:wrap}section.request-info .from-part .heading{color:#a32136;width:292px;padding-top:16px}section.request-info .from-part .heading h4{margin:0;color:#a32136}section.request-info .from-part .form-code{width:calc(100% - 292px)}section.request-info .from-part .form-code .gform_body{width:calc(100% - 200px);margin-right:59px}section.request-info .from-part .form-code .gform_footer{width:141px;margin-top:9px}section.request-info .from-part .form-code form{display:flex;flex-wrap:wrap;width:100%}section.request-info .from-part .form-code .gform_body .gform_fields{display:flex;flex-wrap:wrap}section.request-info .from-part .form-code .gform_body .gform_fields .gfield{width:calc(50% - 8px);margin:0;padding:0}section.request-info .from-part .form-code .gform_body .gform_fields .gfield input[type]{border:0;box-shadow:none;padding:21px 7px 5px 7px;font-size:17px;font-weight:400;border-bottom:1px solid #231f20;border-radius:0;line-height:1;height:44px;letter-spacing:.01em}section.request-info .from-part .form-code .gform_body .gform_fields .gfield.gfield_error input::placeholder{color:#231f20}section.request-info .from-part .form-code .gform_body .gform_fields .gfield.gfield_error input[type]{border-bottom:1px solid #231f20}section.request-info .from-part .form-code .gform_footer input[type=submit]{border:1.5px solid #231f20 !important;background:none !important;color:#231f20 !important;font-size:15px;text-transform:uppercase !important;padding:14px 38px !important;height:44px !important;border-radius:25px !important;letter-spacing:.15em !important;font-weight:400 !important}section.request-info .from-part .form-code .gform_footer input[type=submit]:hover,section.request-info .from-part .form-code .gform_footer input[type=submit]:focus{background:#231f20 !important;color:#fff !important}section.request-info .from-part .form-code .gform_confirmation_message{color:green}section.request-info .from-part .form-code .gform_validation_errors{display:none}section.request-info .from-part .form-code .gfield_validation_message{display:block;padding:0 6px}.single-page-content{padding:140px 0 0 0}.single-page-content .d-flex{display:flex;flex-wrap:wrap;max-width:1213px;margin-left:auto;margin-right:auto}.single-page-content .d-flex .left-content-part{width:68%}.single-page-content .d-flex .right-sidebar{max-width:330px;margin-left:auto;width:32%;padding-left:30px}.single-page-content .d-flex .left-content-part header.entry-header ul#catnav{margin:0 0 20px 0;padding:0;list-style:none}.single-page-content .d-flex .left-content-part header.entry-header ul#catnav li{font-size:15px;font-weight:700;color:#a32136;letter-spacing:2px;text-transform:uppercase}.single-page-content .d-flex .left-content-part h1.entry-title{font-size:40px;line-height:1.35}.single-page-content .d-flex .left-content-part .entry-meta{margin-bottom:30px}.single-page-content .d-flex .left-content-part .entry-meta span,.single-page-content .d-flex .left-content-part .entry-meta span a{font-size:17px;color:#676767;text-decoration:none !important}span.byline{text-transform:capitalize}.single-page-content .d-flex .left-content-part .entry-meta span.byline:after{content:"|" !important;display:inline-block !important;margin:0 10px 0 8px}.single-page-content .d-flex .left-content-part .post-thumbnail{margin-bottom:50px}.single-page-content .d-flex .left-content-part .entry-content,.single-page-content .d-flex .left-content-part .entry-content a{color:#242624;font-size:16px}.single-page-content .d-flex .left-content-part .entry-content h3{font-size:22px}.single-page-content .d-flex .right-sidebar .other-post-list h3{font-size:22px}.single-page-content .d-flex .right-sidebar .other-post-list .inn{border-bottom:2px solid #f5f5f5;margin-bottom:36px;padding-bottom:25px;position:relative}.single-page-content .d-flex .right-sidebar .other-post-list .inn figure{margin:0 0 19px 0;position:relative;overflow:hidden;padding-bottom:57%}.single-page-content .d-flex .right-sidebar .other-post-list .inn figure img{width:100%;height:100%;left:0;top:0;position:absolute;object-fit:cover;transition:.2s;transform:scale(1)}.single-page-content .d-flex .right-sidebar .other-post-list .inn h4{font-size:18px;letter-spacing:.25px;color:#231f20;line-height:1.556}.single-page-content .d-flex .left-content-part .nav-links a:hover:before{border-color:#a32136}.single-page-content .d-flex .right-sidebar .other-post-list .inn p{color:#242624;margin-bottom:0}.single-page-content .d-flex .right-sidebar .other-post-list .inn .link:hover+figure img{transform:scale(1.1)}.single-page-content .d-flex .right-sidebar .other-post-list .inn a.link{position:absolute;width:100%;height:100%;left:0;top:0;z-index:1}.author-block{background-color:#f5f5f5;padding:32px 32px 16px 32px;margin-top:60px}.single-page-content .d-flex .right-sidebar .other-post-list .inn{position:relative}.author-block .author-info{display:flex;flex-wrap:wrap;align-items:flex-start}.author-block .author-info .author-avatar{width:181px;height:181px;position:relative}.author-block .author-info .author-avatar img{position:absolute;width:100%;height:100%;left:0;top:0}.author-block .author-info .author-details{width:calc(100% - 181px);padding-left:25px}.author-block .author-info .author-details span.name{font-size:15px;color:#a32136;font-weight:700;letter-spacing:2px;text-transform:uppercase;display:block;margin-bottom:5px}.author-block .author-info .author-details p{font-size:15px;line-height:21px}.single-page-content .d-flex .left-content-part .nav-links a,.nav-subtitle.employment{color:#676767;text-decoration:none;position:relative;padding-left:15px;letter-spacing:.5px;padding-right:15px}.single-page-content .d-flex .left-content-part .nav-links a span,.nav-subtitle.employment{color:#676767;text-decoration:none}.single-page-content .d-flex .left-content-part .nav-links a:hover span,.single-page-content .d-flex .left-content-part .nav-links a:hover,.nav-subtitle.employment:hover{color:#a32136}.single-page-content .d-flex .left-content-part .nav-links{display:flex}.single-page-content .d-flex .left-content-part .nav-links .nav-previous a:before,.nav-subtitle.employment.prev:before{content:"";position:absolute;width:10px;height:10px;border-top:1px solid #676767;display:block;border-left:1px solid #676767;transform:rotate(-45deg);left:0;top:4px}.single-page-content .d-flex .left-content-part .nav-links .nav-next a:after,.nav-subtitle.employment.next:after{content:"";position:absolute;width:10px;height:10px;border-top:1px solid #676767;display:block;border-left:1px solid #676767;transform:rotate(132deg);right:0;top:6px}nav.navigation.post-navigation{margin-top:43px;margin-bottom:60px}.single-page-content .d-flex .left-content-part .nav-links .nav-previous a:hover:before{border-color:#a32136}.page-id-1628 section.default-content{padding-bottom:125px}section.number-section{padding:43px 0 36px 0}.number-inner-list{display:flex;flex-wrap:wrap;margin:0 -1px;width:calc(100% + 4px)}.number-inner-list .inner-list-block{width:33.3%;border:1px solid #f5f5f5;border-top:0;padding-bottom:15px;padding-top:40px;padding-left:20px;padding-right:20px;padding-bottom:40px}.number-inner-list .inner-list-block .block-inn{text-align:center}.number-inner-list .inner-list-block .block-inn h2{margin-bottom:5px;line-height:1;font-size:60px}.number-inner-list .inner-list-block .block-inn span.sub-text{display:block;text-align:center;font-size:30px;font-weight:300}.number-inner-list>*:nth-last-child(-n+3){border-bottom:0;border-top:1px solid #f5f5f5}.number-inner-list>*:nth-child(-n+3){border-top:0}section.number-section .number-inner{overflow:hidden;position:relative;margin-top:-90px;background:#fff;padding-top:30px}.number-inner-list .inner-list-block .block-inn h3{display:inline-block;margin:0;position:relative;padding:0 15px}.number-inner-list .inner-list-block .block-inn h3:after{content:"";position:absolute;width:100%;height:20px;background:rgba(163,33,54,.0784313725);left:0;bottom:0}section.meet-our-president .title-part{padding:160px 0 139px 0;background-color:#f5f5f5}section.meet-our-president .title-part h1{text-align:center;font-size:53px;line-height:1}section.meet-our-president .inner-content .inner-part{background:#fff;margin-top:-90px;padding:40px 60px}section.meet-our-president .inner-content .inner-part h2.title{text-align:center;color:#a32136}section.meet-our-president .inner-content .inner-part .inner-container{margin-left:auto;margin-right:auto;max-width:954px;margin-top:40px}section.meet-our-president .inner-content .inner-part .inner-container img+h3{margin-top:30px}.mop-content{padding-top:60px}section.no-img-banner .mop-content{padding-top:0px}section.no-img-banner h2,section.no-img-banner h3,section.no-img-banner h4,section.no-img-banner h5,section.no-img-banner h6{color:#a32136}.news-slider-cover{display:flex;flex-wrap:wrap;width:100%}.news-slider-cover .left-img{width:67%}.news-slider-cover .right-content{width:33%}.news-slider-cover .left-img figure{margin:0}.news-slider-cover .right-content .slider{display:flex;height:100%;position:relative}.news-slider-cover .right-content .slider .content-cover{background:#a32136;padding:50px 35px}.news-slider-cover .right-content .slider .content-cover h2{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;position:relative;overflow:hidden}.news-slider-cover .right-content .slider .content-cover h2 a:hover{text-decoration:underline;text-decoration-thickness:1px}.news-slider-cover .right-content .slider .content-cover .read-move a:hover{text-decoration:underline}.news-slider-cover .right-content .slider .content-cover p{overflow:hidden;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical}.news-slider-cover .right-content .slider .content-cover *{color:#fff}.news-slider-cover .right-content .slider .slick-track{display:flex;height:100%}.news-slider-cover .right-content .slider .slick-track .slick-slide{height:initial;display:flex}.news-slider-cover .right-content .slider .slick-track .slick-slide>div{height:100%}.news-slider-cover .right-content .slider .slick-track .slick-slide>div>div{height:100%;display:flex !important}.news-slider-cover .right-content .slider .slick-track .slick-slide>div>div .content-cover{height:100%;display:flex;flex-wrap:wrap;align-items:flex-end}.news-slider{padding:0px 0 100px 0}.news-slider-cover .left-img .slider-for .slick-slide>div{height:100%}.news-slider-cover .left-img .slider-for .slick-slide>div>div{height:100%;display:flex !important}.news-slider-cover .right-content .slider button.slick-arrow,section.campus-block .d-flex button.slick-arrow{-webkit-transform:translate(0, 0%);-ms-transform:translate(0, 0%);transform:translate(0, 0%);width:57px;height:57px;top:inherit;bottom:-28px;left:35px;z-index:1;background-image:url(/wp-content/themes/university-of-mobile/images/a-arrow.svg);background-repeat:no-repeat;background-position:center center;transform:rotate(90deg)}.news-slider-cover .right-content .slider button.slick-arrow,section.campus-block .d-flex button.slick-arrow{border:2px solid #fff;border-radius:50%;background-color:#f5f5f5}.news-slider-cover .right-content .slider button.slick-arrow:before,section.campus-block .d-flex button.slick-arrow:before{display:none}.news-slider-cover .right-content .slider button.slick-next,section.campus-block .d-flex button.slick-next{left:100px;transform:rotate(-90deg)}.news-slider-cover .right-content .slider .content-cover .read-move{text-align:right;width:100%}.news-slider-cover .right-content .slider ul.slick-dots,section.yt-video-section .yt-video-slider-cover .yt-slider-three .slick-dots,section.other-news ul.slick-dots,section.campus-block .d-flex ul.slick-dots{display:flex;justify-content:flex-end;padding:0 25px 0 0;bottom:-20px}.news-slider-cover .right-content .slider ul.slick-dots li,section.yt-video-section .yt-video-slider-cover .yt-slider-three .slick-dots li,section.other-news ul.slick-dots li,section.campus-block .d-flex ul.slick-dots li{width:43px;height:auto}.news-slider-cover .right-content .slider ul.slick-dots li button,section.yt-video-section .yt-video-slider-cover .yt-slider-three .slick-dots li button,section.other-news ul.slick-dots li button,section.campus-block .d-flex ul.slick-dots li button{width:43px;padding:0;background-color:#d8d8d8;line-height:0;height:4px;border:1px solid #fff;border-radius:3px}.news-slider-cover .right-content .slider ul.slick-dots li button:before,section.yt-video-section .yt-video-slider-cover .yt-slider-three .slick-dots li button:before,section.other-news ul.slick-dots li button:before,section.campus-block .d-flex ul.slick-dots li button:before{display:none}.news-slider-cover .right-content .slider ul.slick-dots li.slick-active button,section.yt-video-section .yt-video-slider-cover .yt-slider-three .slick-dots li.slick-active button,section.other-news ul.slick-dots li.slick-active button,section.campus-block .d-flex ul.slick-dots li.slick-active button{background-color:#a32136;border-color:#a32136}.news-slider .top-content{text-align:center;padding:150px 0 60px 0}.news-slider .top-content h1{margin-bottom:10px}.news-slider .top-content .btn-wrap{justify-content:center}section.other-news+section.subscribe-part .from-part{margin-bottom:0;margin-top:-55px}section.request-info.subscribe-part .from-part .heading{width:360px}section.request-info.subscribe-part .from-part .form-code{width:calc(100% - 360px)}section.magazine-section{background-color:#f5f5f5;padding:60px 0}section.magazine-section .d-flex{display:flex;flex-wrap:wrap;margin:auto;max-width:1200px;align-items:center;justify-content:center}section.magazine-section .d-flex .img-part{width:50%;padding-right:40px}section.magazine-section .d-flex .text-part{width:50%;max-width:492px}section.magazine-section+section.request-info{background:#f5f5f5}section.other-news{background:#f5f5f5;padding:70px 0 133px 0}section.other-news h2.top-title{text-align:center;margin-bottom:50px}.news-blocks .block-cover{padding:0 17px}.news-blocks .block-cover .block-inner{background:#fff;padding:0 30px 25px 30px;position:relative}.news-blocks .block-cover .block-inner figure{margin:0 -30px;margin-bottom:20px;padding-bottom:64.5%;position:relative;overflow:hidden}.news-blocks .block-cover .block-inner span{font-size:15px;color:#676767;letter-spacing:2px;text-transform:uppercase;margin-bottom:11px;display:block;font-weight:500}.news-blocks .block-cover .block-inner span a{font-size:15px;color:#676767;letter-spacing:2px;text-transform:uppercase;font-weight:500}.news-blocks .block-cover .block-inner span a:hover{color:#a32136}.news-blocks .block-cover .block-inner h4{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:22px}.news-blocks .block-cover .block-inner figure img{position:absolute;left:0;top:0;height:100%;width:100%;object-fit:cover;transition:.2s;transform:scale(1)}.news-blocks .block-cover .block-inner a.link:hover figure img{transform:scale(1.1)}section.other-news .news-blocks{margin:0 -17px}section.other-news .btn-wrap{justify-content:center;margin:50px 0 0 0}.news-slider-cover .left-img .slider-for .slick-track{height:100%}.news-slider-cover .left-img figure img{height:100%;object-fit:cover}.news-slider-cover .left-img .slider-for{display:flex;height:100%}section.other-news ul.slick-dots{padding:10px 0 20px 0;justify-content:center;position:relative}section.other-news .news-blocks .slick-track{display:flex;height:100%}section.other-news .news-blocks .slick-track .slick-slide{height:initial;float:none}section.other-news .news-blocks .slick-track .slick-slide>div{height:100%}section.other-news .news-blocks .slick-track .slick-slide>div>div{height:100%}section.other-news .news-blocks .slick-track .slick-slide>div>div .block-cover{height:100%}section.other-news .news-blocks .slick-track .slick-slide>div>div .block-cover .block-inner{height:auto}section.two-block-icon{background-color:#a32136;padding:52px 0 40px 0}section.two-block-icon .d-flex{display:flex;flex-wrap:wrap;gap:80px;margin:auto;max-width:1120px}section.two-block-icon .d-flex .block-inner{width:calc(50% - 40px);text-align:center}section.two-block-icon .d-flex .block-inner.col-4{width:calc(23% - 40px);text-align:left}@media(max-width: 767px){section.two-block-icon .d-flex .block-inner.col-4{width:calc(50% - 40px)}}section.two-block-icon .d-flex .block-inner.col-4 a:hover{opacity:.8}section.two-block-icon .d-flex .block-inner.col-4 h3{margin-bottom:0 !important}section.two-block-icon .d-flex .block-inner .text-inner figure{margin-bottom:13px;min-height:91px;display:flex;align-items:center;justify-content:center}section.two-block-icon .d-flex .block-inner .text-inner *{color:#fff}section.two-block-icon .d-flex .block-inner .text-inner p{font-size:20px;font-weight:300}section.two-block-icon .d-flex .block-inner .text-inner h3{margin-bottom:30px}section.two-block-icon.text-dark .d-flex .block-inner .text-inner *{color:#000}section.three-images{background:#f5f5f5;padding:81px 0 77px 0}section.three-images .d-flex{display:flex;flex-wrap:wrap;margin:0 -39px}section.three-images .d-flex .img-block{width:33.3%;padding:0 14px}section.three-images .d-flex .img-block figure{margin:0;padding-bottom:100%;width:100%;position:relative}section.three-images .d-flex .img-block figure img{width:100%;height:100%;object-fit:cover;position:absolute;left:0;top:0}section.three-images .img-slider-block{margin:0 -14px}section.three-images .img-slider-block .slick-list{padding:0 !important}section.three-images .img-slider-block .slick-list .img-block{padding:0 14px}section.three-images .img-slider-block .slick-list .img-block figure{margin:0;position:relative;padding-bottom:90%}section.three-images .img-slider-block .slick-list .img-block figure img{position:absolute;width:100%;height:100%;left:0;top:0;object-fit:cover;object-position:center}section.three-images .img-slider-block ul.slick-dots{position:relative;border:0}section.three-images .img-slider-block ul.slick-dots li{height:auto;width:auto}section.three-images .img-slider-block ul.slick-dots li button{padding:0;width:43px;height:4px;background:#c8c8c8;border:1px solid #f8fdff;border-radius:2px}section.three-images .img-slider-block ul.slick-dots li button:before{display:none}section.three-images .img-slider-block ul.slick-dots li.slick-active button{background:#a32136;border-color:#a32136}section.three-images .img-slider-block button:before{display:none}section.three-images .img-slider-block button{width:48px;height:48px;bottom:-15px;top:auto;border:1px solid #fff;border-radius:50%;background-position:center center;background-size:49px;z-index:1}section.three-images .img-slider-block button.slick-prev.slick-arrow{background-image:url(/wp-content/themes/university-of-mobile/images/prev-arrow.svg);left:calc(50% - 50px)}section.three-images .img-slider-block button.slick-next.slick-arrow{background-image:url(/wp-content/themes/university-of-mobile/images/next-arrow.svg);right:calc(50% - 50px)}section.core-values{background:#f5f5f5;padding:0 0 96px 0}section.core-values span.top-title{display:block;text-align:center;font-weight:700;letter-spacing:.08em;margin-bottom:40px}section.core-values .d-flex{display:flex;flex-wrap:wrap;margin:0 0px}section.core-values .d-flex .block-inn{width:50%;padding:0 30px;border:1px solid #fff}section.core-values .d-flex .block-inn .text-inn{text-align:center;padding:26px 0 23px 0}section.core-values .d-flex .block-inn .text-inn h3{margin-bottom:10px;color:#a32136}section.core-values .d-flex .block-inn:nth-child(odd){border-left:none}section.core-values .d-flex .block-inn:nth-child(even){border-right:none}section.core-values .d-flex .block-inn:nth-child(1),section.core-values .d-flex .block-inn:nth-child(2){border-top:none}section.core-values .d-flex .block-inn:nth-last-child(1),section.core-values .d-flex .block-inn:nth-last-child(2){border-bottom:none}.history-accordion .column-left{width:100%;padding-right:0px;max-width:490px}.history-accordion .column-right{width:calc(100% - 490px);margin-left:auto;padding-left:40px}.history-accordion .accordion-item{border-bottom:1px solid #ddd;padding:10px}.history-accordion .accordion-content{max-width:554px}.history-accordion .accordion-item.active .accordion-content{display:block}.history-accordion .accordion-content{max-height:0px;overflow:hidden;transition:max-height .4s ease-in-out}.history-accordion .accordion-content .for-mobile{display:none}.history-accordion .d-flex{display:flex;flex-wrap:wrap}.history-accordion .move-up{position:relative;padding:45px 47px 102px 47px;background:#fff;margin-top:-55px}.history-accordion .move-up h2.top-title{text-align:center;color:#a32136;margin-bottom:54px}section.history .top-content{background-color:#242624}section.history .top-content *{color:#fff}section.history .top-content h2{margin-bottom:27px}.history-item.active .accordion-content{margin-bottom:15px}section.history .top-content .text-part{text-align:center;max-width:718px;margin-left:auto;margin-right:auto;padding:83px 0 120px 0}.history-accordion .column-right .accordion .history-item{border-bottom:2px solid #f5f5f5;padding:0 20px}.history-accordion .column-right .accordion .history-item:first-child .accordion-header{margin-top:-20px}.history-accordion .column-right .accordion .history-item .accordion-header{font-size:20px;color:#242624;font-weight:700;padding:15px 15px 15px 0px;cursor:pointer;position:relative;letter-spacing:.1em}.history-accordion .column-right .accordion .history-item .accordion-header span{color:#a32136}.history-accordion .column-right .accordion .history-item .accordion-header span.icon{position:absolute;width:20px;height:20px;right:0;top:20px;transform:rotate(0deg);transition:.7s;-webkit-transition:.7s;-moz-transition:.7s;-ms-transition:.7s;-o-transition:.7s}.history-accordion .column-right .accordion .history-item .accordion-header span.icon:before,.history-accordion .column-right .accordion .history-item .accordion-header span.icon:after{content:"";position:absolute;width:15px;height:1px;background:#231f20;display:block;top:9px;left:4px}.history-accordion .column-right .accordion .history-item .accordion-header span.icon:after{transform:rotate(90deg)}.history-accordion .column-right .accordion .history-item.active .accordion-header span.icon{transform:rotate(45deg)}.our-traditions{background:#f5f5f5;padding:83px 0 147px 0}#leadership .our-traditions{padding:0}.our-traditions h2.top-title{text-align:center;margin-bottom:66px}.our-traditions .block-list{width:100%}.our-traditions .block-list .block-inner{display:flex;flex-wrap:wrap;margin-bottom:23px;position:relative}.our-traditions .block-list .block-inner .ot-link{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.our-traditions .block-list .block-inner .is-img{width:423px;height:375px}.our-traditions .block-list .block-inner .is-content{width:calc(100% - 423px);background-color:#fff;padding:30px 63px 30px 63px;display:flex;align-items:center}@media screen and (min-width: 992px){#leadership .our-traditions .block-list .block-inner .is-content{width:65%}#leadership .our-traditions .block-list .block-inner .is-img{width:35%;height:auto}}.our-traditions .block-list .block-inner .is-img figure{margin:0;height:100%;width:100%}.our-traditions .block-list .block-inner .is-img figure img{height:100%;width:100%;object-fit:cover}.our-traditions .block-list .block-inner .is-content h4{font-size:20px;letter-spacing:.1em;margin-bottom:16px;color:#a32136;text-transform:uppercase}.our-traditions .block-list .block-inner .is-content p{letter-spacing:.015em;line-height:1.44;margin-bottom:23px;font-size:16px}.our-traditions+section.request-info{margin-top:-64px;background:#f5f5f5}section.application-process{padding:58px 0 62px 0;background-color:#f5f5f5}section.application-process .heading-part{max-width:870px;margin-left:auto;margin-right:auto;text-align:center}section.application-process .heading-part .btn-wrap{justify-content:center}section.application-process .heading-part span.top-title{text-transform:uppercase;letter-spacing:.125em;font-family:"questa-sans",sans-serif;color:#a32136;font-weight:600;font-size:16px;display:block;margin-bottom:32px}.process-accordion{margin:70px 0 0 0;padding:0;list-style:none;border:0}.process-accordion ol{line-height:1.47}.process-accordion ol li{margin-bottom:10px}.process-item{border:0;background-color:#fff;margin-bottom:28px}.process-thumb{margin:0;padding:35px 110px 35px 60px;cursor:pointer;font-size:26px;font-weight:700;position:relative}.process-thumb:after{content:""}.process-panel{margin:0;padding-bottom:.8rem;display:none;padding:2px 83px}.process-item.active .process-thumb:after{transform:rotate(45deg)}.process-thumb::before{position:absolute;right:0}.process-panel .process-list{padding-bottom:58px}.process-panel .process-list .process-list-block{border-bottom:1px solid #f5f5f5;padding-bottom:36px;margin-bottom:32px;padding-left:20px;max-width:1054px}.process-panel .process-list .process-list-block:last-child{margin-bottom:0px;border:0;padding-bottom:0}.process-panel .process-list .process-list-block ul{margin:0 0 28px 23px;padding:0}.process-panel .process-list .process-list-block ul li{margin-bottom:2px;letter-spacing:-0.01em;line-height:1.3}.process-panel .process-list .process-list-block ol{margin:0 0 0 -22px}.process-panel .process-list .process-list-block h4{font-size:19px;letter-spacing:.013em}.process-panel .process-list .process-list-block .red-h4 h4{color:#a32136;font-variant-numeric:lining-nums tabular-nums;font-size:20px;font-weight:700;line-height:1.12;letter-spacing:2px;margin-bottom:18px}.process-panel .process-list .process-list-block .red-h4 ol{margin-bottom:40px}.process-panel .process-list .process-list-block h5{font-size:19px;letter-spacing:.013em}.process-panel .process-list .process-list-block p{font-size:16px;margin-bottom:23px}section.application-process+.request-info{background-color:#f5f5f5}.accordion-list{position:relative;display:block;width:100%;height:auto;margin:0;list-style:none}.accordion-list .accordion-item{position:relative;display:block;width:100%;height:auto;padding:0;margin:0 auto 22px auto;border-radius:5px}.accordion-list .accordion-item.active h3:after{transform:rotate(180deg);background-color:#f5f5f5}.accordion-list .accordion-item h3{font-weight:700;position:relative;display:block;width:100%;height:auto;padding:0 0 4px 0;margin:0;font-size:20px;letter-spacing:.1em;cursor:pointer;color:#a32136;text-transform:uppercase;z-index:1}.accordion-list .accordion-item h3:after,.process-item .process-thumb:after{content:"";position:absolute;right:-15px;top:32px;transition:all .3s ease-in-out;font-size:18px;width:56px;height:56px;border-radius:50%;border:3px solid #f5f5f5;background-image:url(/wp-content/themes/university-of-mobile/images/a-arrow.svg);background-repeat:no-repeat;background-position:center center}.accordion-list .accordion-item div.accordion-content-block{position:relative;display:block;width:100%;height:auto;margin:0;padding:0}.accordion-list .accordion-item div.accordion-content-block p{position:relative;display:block;font-weight:400;padding:10px 60px 0 0px;line-height:150%;margin:0 0 15px 0;font-size:17px;max-width:782px}.accordion-list .accordion-item .d-flex{display:flex;flex-wrap:wrap}.accordion-list .accordion-item .d-flex .img-part{width:347px;position:relative;overflow:hidden;max-height:215px}.accordion-list .accordion-item .d-flex .img-part figure{margin:0;line-height:0;position:absolute;width:100%;height:100%}.accordion-list .accordion-item .d-flex .img-part figure img{width:100%;height:100%;object-fit:cover}.accordion-list .accordion-item .d-flex .accordion-content-part{width:calc(100% - 347px);padding:48px 50px 35px 50px;background-color:#fff;min-height:215px}section.accordian-section{background-color:#f5f5f5;padding:0px 0 95px}.other-content-block .d-flex{flex-wrap:wrap}.other-content-block .d-flex .in-block{width:33.3%;text-align:center;font-size:17px;padding-top:9px;position:relative;border-right:3px solid #f5f5f5;margin-top:20px}.other-content-block .d-flex .in-block:last-child{border-right:0px}.other-content-block .d-flex .in-block .btn-wrap{flex-wrap:wrap;justify-content:center;margin:-4px 0 0 0}.other-content-block .d-flex .in-block h4{font-size:15px;font-weight:700;border-bottom:1px solid #ca2c45;display:inline-block;letter-spacing:2px}.other-content-block .d-flex .in-block span.name{display:block;margin-bottom:18px;margin-top:8px}.other-content-block .d-flex .in-block span+a{color:#231f20}.other-content-block .d-flex .in-block .btn-wrap a.btn-primary+a.btn-primary{margin-top:10px}.other-content-block .d-flex .in-block ul{margin:19px 0 10px 0;padding:0;list-style:none;display:flex;justify-content:center}.other-content-block .d-flex .in-block ul li{margin:0 12px}.other-content-block .d-flex .in-block ul li a{line-height:43px;width:43px;height:43px;display:block;border-radius:50%;box-shadow:0px 0px 10px rgba(0,0,0,.2);padding:3px 0}.other-content-block .d-flex .in-block ul li a:hover{background-color:#e9e9e9}.accordion-list .accordion-item .d-flex .accordion-content-part .other-block{margin-left:-40px;margin-right:-25px}section.courses-section.default-content{padding:50px 0 80px 0}.courses-tabs{margin:0px;padding:0px 50px;list-style:none;background:rgba(0,0,0,0);border-bottom:4px #f5f5f5 solid;text-align:center}.courses-tabs li{display:inline-block;margin:0 20px 0 20px;padding:8px 27px 20px;Cursor:pointer;color:#a32136;position:relative;text-transform:uppercase;font-size:20px;letter-spacing:2px;font-weight:300}.courses-tabs li:after{position:absolute;content:"";width:0;height:6px;background:#a32136;bottom:-5px;left:0;opacity:0;visibility:hidden;transition:.5s all ease-in-out}.courses-tabs li.current{color:#a32136}.courses-tabs li.current:after{opacity:1;visibility:visible;width:100%}.courses-section .courses-tab-wrap{max-width:1125px;margin-left:auto;margin-right:auto;margin-top:67px}.courses-table-wrap table td,.courses-table-wrap table th{border-bottom:2px solid #f5f5f5 !important}.courses-table-wrap table td:first-child,.courses-table-wrap table th:first-child{padding-left:109px}.courses-table-wrap table tr th{font-size:24px;text-align:left;padding:13px 0 29px 0}.courses-table-wrap table tr th:last-child{width:177px}table.rl-table th.th-1{padding-left:97px}.courses-table-wrap table td{font-size:20px;font-weight:400;color:#231f20;text-transform:uppercase;letter-spacing:.01em;padding:13px 0 12px 0}.courses-table-wrap table td p{margin-bottom:0;text-transform:none}.courses-section .courses-tab-wrap .courses-dropdown{margin-bottom:42px}.courses-tab-content{display:none;background:#fff;padding:0;line-height:1.4}.courses-tab-content.current{display:inherit}.profile-section figure{width:100%;margin:0}.profile-section figure img{width:100%;display:block;object-fit:cover;height:100%;max-height:588px}.profile-section .profile-box{display:flex;flex-wrap:wrap;margin-top:56px}.profile-section .profile-box .pro-img{width:175px;height:175px}.profile-section .profile-box .pro-img figure{margin:0;border-radius:50%;overflow:hidden}.profile-section .profile-box .pro-text{width:calc(100% - 175px);padding-left:44px}.profile-section .profile-box .pro-text span.name{font-weight:600}.profile-section .profile-box .pro-text span{display:block;line-height:1.6}.profile-section .profile-box .pro-text span a{text-decoration:none;color:#231f20}.profile-section .profile-box .pro-text span a:hover{color:#a32136}.profile-section .profile-box .pro-text .btn-wrap{margin-top:20px}.profile-section .inner-text-cover.grey-box-content{margin-top:100px}section.profile-section{margin-bottom:50px}.campus-intro-text-part{background-color:#f5f5f5;padding:150px 0 123px 0}.campus-intro-text-part .g-content{text-align:center}.campus-tab-section{padding:50px 0}.campus-tab-section .campus-tab-wrap ul.campus-tabs{margin:0 0 91px 0;padding:0;list-style:none;display:flex;justify-content:center}.campus-tab-section .campus-tab-wrap ul.campus-tabs{padding-top:40px;margin-top:-120px;background:#fff}.campus-tab-section .campus-tab-wrap ul.campus-tabs li{padding:10px 25px;background-color:#f8edef;border-radius:30px;margin:0 5px;min-width:175px;text-align:center;font-size:16px;cursor:pointer}.campus-tab-section .campus-tab-wrap ul.campus-tabs li.campus-tab.current{background-color:#a32136;color:#fff}.campus-tab-section .campus-tab-wrap .campus-tab-content{display:none}.campus-tab-section .campus-tab-wrap .campus-tab-content.current{display:inline}.campus-tab-section .campus-tab-wrap .profile-list{display:flex;flex-wrap:wrap;margin:0 -12px}.campus-tab-section .campus-tab-wrap .profile-list .block{width:25%;padding:0 12px;margin-bottom:24px}.campus-tab-section .campus-tab-wrap .profile-list .block .in-block{height:100%;background:#f5f5f5;padding:0 0px;position:relative;overflow:hidden}.campus-tab-section .campus-tab-wrap .profile-list .block .in-block .text-info{padding:20px 25px 15px 25px}.campus-tab-section .campus-tab-wrap .profile-list .block .in-block .text-info span.name,.campus-tab-section .campus-tab-wrap .profile-list .block .in-block .text-info span.post-title{font-size:22px;font-weight:600}.campus-tab-section .campus-tab-wrap .profile-list .block .in-block figure{margin:0;position:relative;padding-bottom:100%;object-fit:cover;object-position:center center;overflow:hidden}.campus-tab-section .campus-tab-wrap .profile-list .block .in-block figure:after{content:"";background:linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 58%);opacity:0;width:100%;position:absolute;height:100%;transition:.3s}.campus-tab-section .campus-tab-wrap #board.profile-list .block .in-block figure:after{display:none}.campus-tab-section .campus-tab-wrap .profile-list .block .in-block figure img{position:absolute;width:100%;height:100%;object-fit:cover;object-position:center center;transform:scale(1) translate(-50%, -50%);left:50%;top:50%;transition:.3s}.campus-tab-section .campus-tab-wrap .profile-list .block:hover .in-block figure img{transform:scale(1.05) translate(-50%, -50%)}.campus-tab-section .campus-tab-wrap .profile-list .block .in-block figure span.link{position:absolute;left:20px;bottom:15px;z-index:1;opacity:0;transition:.3s;z-index:111}.campus-tab-section .campus-tab-wrap .profile-list .block .in-block figure span.link a{color:#fff;text-decoration:none;display:inline-block;width:60%}.campus-tab-section .campus-tab-wrap .profile-list .block:hover .in-block figure span.link{opacity:1}.campus-tab-section .campus-tab-wrap .profile-list .block:hover .in-block figure:after{opacity:.8}.campus-tab-section .campus-tab-wrap .profile-list .title-part,.campus-tab-section .campus-tab-wrap #leadership .title-part{width:100%;border-top:2px solid #f5f5f5;padding:25px 0 0;margin-bottom:5px}.campus-tab-section .campus-tab-wrap #leadership .title-part{padding:25px 0 25px}.campus-tab-section .campus-tab-wrap .profile-list .title-part h3.text-center,.campus-tab-section .campus-tab-wrap #leadership .title-part h3.text-center{text-align:center}.campus-tab-section .campus-tab-wrap #leadership .our-traditions{background:unset}.campus-tab-section .campus-tab-wrap #leadership .our-traditions .block-list .block-inner .is-content{background:#f5f5f5}.campus-tab-section .campus-tab-wrap #leadership .our-traditions .block-list .block-inner .is-content h4{margin-block:0}.campus-tab-section .campus-tab-wrap .profile-list .block .in-block .text-info p{font-size:15px;font-weight:400;color:#231f20}.campus-tab-section .campus-tab-wrap .profile-list .block .in-block .in-block-link{position:absolute;width:100%;height:100%;left:0;top:0;z-index:111}.campus-tab-section .campus-tab-wrap .profile-list .block .in-block span.arrow{background:#a32136;display:block;width:40px;height:70px;position:absolute;transform:rotate(90deg);transform-origin:left bottom;right:10px;bottom:0px;transition:.3s;z-index:11}.campus-tab-section .campus-tab-wrap .profile-list .block:hover .in-block span.arrow{transform:rotate(45deg)}.campus-tab-section .campus-tab-wrap .profile-list .block .in-block span.arrow:after{content:"";width:1px;height:14px;background:#fff;position:absolute}.campus-tab-section .campus-tab-wrap .profile-list .block .in-block span.arrow:before{content:"";width:14px;height:1px;background:#fff;position:absolute}.campus-tab-section .campus-tab-wrap .profile-list .block .in-block span.arrow:before,.campus-tab-section .campus-tab-wrap .profile-list .block .in-block span.arrow:after{transform:translate(-50%, -50%) rotate(45deg);left:39%;top:48%}.campus-tab-section .content-with-sidebar{display:flex;flex-wrap:wrap;margin:0 -12px;position:relative;align-items:start}.campus-tab-section .content-with-sidebar .is-sidebar{width:25%;padding:0 12px;position:sticky;top:100px}.campus-tab-section .content-with-sidebar .right-content{width:75%;padding:0 12px}.campus-tab-section .content-with-sidebar .right-content ul.office-list{margin:0 0 0 20px;padding:0 0 0 0px;list-style:none;border-top:2px solid #f5f5f5}.campus-tab-section .content-with-sidebar .right-content ul.office-list li{display:flex;justify-content:space-between;border-bottom:2px solid #f5f5f5;padding:15px 0 15px 57px}.campus-tab-section .content-with-sidebar .right-content ul.office-list li span.name{font-size:20px;font-weight:300}.campus-tab-section .content-with-sidebar .right-content ul.office-list li span.phone{font-size:20px}.campus-tab-section .content-with-sidebar .is-sidebar .inn-cover{background-color:#f5f5f5;padding:30px 35px}.campus-tab-section .content-with-sidebar .is-sidebar .inn-cover h4{font-size:20px;color:#a32136;text-transform:uppercase;letter-spacing:2px}.campus-tab-section .content-with-sidebar .right-content ul.office-list li span.phone a{color:#231f20;text-decoration:none}.campus-tab-section .content-with-sidebar .is-sidebar .inn-cover span{display:block;font-size:16px;font-weight:500;color:#a32136;letter-spacing:2px;margin-bottom:10px}.campus-tab-section .content-with-sidebar .is-sidebar .inn-cover a{color:#231f20;text-decoration:none;margin-bottom:5px;display:inline-block}.campus-tab-section .content-with-sidebar .is-sidebar .inn-cover .content-box{min-height:310px}.campus-tab-section .content-with-sidebar .right-content ul.office-list li span.phone a:hover{color:#a32136}.campus-tab-section .campus-tab-wrap .profile-list.list-w2{width:100%;padding-left:10px;padding-bottom:25px}.campus-tab-section .campus-tab-wrap .profile-list.list-w2 .block{width:33.3%}.campus-tab-section .campus-tab-wrap .profile-list.list-w2 .title-part{display:flex;justify-content:space-between;align-items:center;padding:30px 12px}.campus-tab-section .campus-tab-wrap .profile-list.list-w2 .title-part h3{margin:0}.campus-tab-section .campus-tab-wrap .profile-list.list-w2 .title-part a.link{color:#242624;font-size:15px;font-weight:700;line-height:22.4px;letter-spacing:2px;text-decoration:none;text-transform:uppercase;position:relative;padding-right:26px}.campus-tab-section .campus-tab-wrap .profile-list.list-w2 .title-part a.link:after{content:"";position:absolute;background-image:url(/wp-content/themes/university-of-mobile/images/menu-arrow.svg);width:23px;height:12px;top:5px;right:0;transition:all .3s ease-in-out 0s}.campus-tab-section .campus-tab-wrap .profile-list.list-w2 .title-part a.link:hover:after{right:-5px}.scrolltosec .select li{display:none;cursor:pointer;padding:5px 10px;border-top:1px solid #000;min-width:150px}.scrolltosec .select li:first-child{display:block;border-top:0px}.scrolltosec .select{border:1px solid #000;display:flow;padding:0;border-radius:4px;position:relative;margin:0;padding:0;list-style:none}.scrolltosec .select li:hover{background-color:#ddd}.scrolltosec .select li:first-child:hover{background-color:rgba(0,0,0,0)}.scrolltosec .select.open li{display:block}.process-item .process-thumb:after{right:39px;top:28px}.process-item.is-active .process-thumb:after{transform:rotate(180deg);background-color:#f5f5f5}section.search-section{padding:50px 0}section.search-section .search-list-loop{display:flex;flex-wrap:wrap;margin:0 -10px}section.search-section .search-list-loop .block{width:25%;padding:0 10px;margin-bottom:30px}section.search-section .search-list-loop .block figure{margin:0 0 15px 0;position:relative;overflow:hidden;padding-bottom:95%;background:#e5e5e5}section.search-section .search-list-loop .block figure a{position:absolute;width:100%;height:100%;left:0;top:0}section.search-section .search-list-loop .block figure img{position:absolute;width:100%;height:100%;object-fit:cover;object-position:center}section.search-section .search-list-loop .block a{text-decoration:none;color:#231f20}section.search-section .search-list-loop .posts-navigation{width:100%;padding:0 10px}section.search-section .search-list-loop .posts-navigation a{color:#231f20;text-decoration:none;text-transform:uppercase;letter-spacing:.02em}section.search-section .search-list-loop .posts-navigation a:hover,section.search-section .search-list-loop .block:hover a{color:#a32136}.left-right-img-with-content{margin-bottom:80px}.left-right-img-with-content figure{margin:0;max-height:588px}.left-right-img-with-content figure img{width:100%;object-fit:cover;object-position:center;height:100%}.left-right-img-with-content .list.list-border{border-top:2px solid #f5f5f5}.left-right-img-with-content .list .list-block.block-border{border-bottom:2px solid #f5f5f5;padding:20px 0 30px 0}.left-right-img-with-content .list .list-block .name{font-size:22px;display:block;margin-bottom:10px}.left-right-img-with-content p{max-width:375px}.left-right-img-with-content span.top-title{color:#a32136;font-size:16px;font-weight:700;letter-spacing:2px;display:block;margin-bottom:15px}section.campus-block{padding:30px 0 100px 0}section.campus-block h3.top-title{text-align:center;margin-bottom:40px}section.campus-block .d-flex{width:calc(100% + 26px);margin:0 -13px}section.campus-block .d-flex .block-cover{padding:0 13px}section.campus-block .d-flex .block-cover .block-inner{background:#f5f5f5;text-align:center;padding:0px 0 25px 0;position:relative}section.campus-block .d-flex .block-cover .block-inner a.link{position:absolute;width:100%;height:100%;left:0;top:0;z-index:1}section.campus-block .d-flex .block-cover .block-inner:hover *{color:#a32136}section.campus-block .d-flex .block-cover .block-inner figure{margin:0 0 15px 0;line-height:0;position:relative;padding-bottom:100%;overflow:hidden}section.campus-block .d-flex .block-cover .block-inner h4{font-size:22px;margin:0}section.campus-block .d-flex .block-cover .block-inner span.name{font-size:16px}section.campus-block .d-flex .block-cover .block-inner figure img{position:absolute;left:0;top:0;height:100%;width:100%;object-fit:cover;transition:.2s;transform:scale(1)}section.campus-block .d-flex .block-cover .block-inner:hover a+figure img{transform:scale(1.1)}section.campus-block .d-flex ul.slick-dots{position:relative;justify-content:center;width:100%;padding:30px 0 40px 0;bottom:0}section.campus-block .d-flex button.slick-prev{width:49px;height:49px;left:calc(50% - 53px)}section.campus-block .d-flex button.slick-next{width:49px;height:49px;left:auto;right:calc(50% - 53px)}.campus-map{margin-bottom:80px}.campus-map figure{margin:0;max-height:588px;position:relative;min-height:588px;overflow:hidden}.campus-map figure img{width:100%;position:relative;object-fit:cover;height:100%;object-position:center center;position:absolute}.campus-map.img-content-block .d-flex .text-part .map{margin-left:-260px}.campus-map.img-content-block .d-flex .text-part .map iframe{width:100%;height:385px}.program-listing-block .program-listing-wrap{display:flex;flex-wrap:wrap;margin:0 -5px;width:calc(100% + 10px)}.program-listing-block .program-listing-wrap .program-listing{width:25%;padding:0 10px;margin-bottom:50px}.program-listing-block .program-listing-wrap .program-wrap figure{margin:0;height:auto;position:relative;line-height:0;padding-bottom:79%;overflow:hidden}.program-listing-block .program-listing-wrap .program-wrap figure img{position:absolute;width:100%;height:100%;object-fit:cover;object-position:center center;transform:scale(1) translate(-50%, -50%);left:50%;top:50%;transition:.3s}.program-listing-block .program-listing-wrap .program-wrap:hover figure img{transform:scale(1.05) translate(-50%, -50%)}.program-listing-block .program-listing-wrap .program-listing .program-content{margin-top:15px}.program-listing-block .program-listing-wrap .program-listing .program-content h4{color:#a32136;margin-bottom:10px;line-height:1.35;font-size:22px;font-weight:500}.program-listing-block .program-listing-wrap .program-listing .program-content h4 a{text-decoration:none;color:#a32136}.programs-filter-block{display:flex;flex-wrap:wrap;justify-content:space-between;position:relative}.programs-filter-block .filter-search input[type=text]{padding:12px 45px 13px 25px;border:1px solid #231f20;border-radius:0;font-size:20px;letter-spacing:.02em;font-weight:400;background-image:url(/wp-content/themes/university-of-mobile/images/search-filter.svg);background-repeat:no-repeat;background-position:right 12px top 13px;width:280px}.programs-filter-block .filter-search input[type=text]::placeholder{color:#231f20;letter-spacing:.02em}.programs-filter-block .filter-search{margin-right:10px}.programs-filter-block .filter-part{display:flex;align-items:center}.custom-select select{display:none}.select-selected{background-color:#1e90ff}.select-selected:after{position:absolute;content:"";top:11px;right:0;width:16px;height:10px;background-image:url(/wp-content/themes/university-of-mobile/images/filter-arrow.svg);background-size:contain;background-repeat:no-repeat}.select-selected.select-arrow-active:after{top:10px;transform:rotate(180deg)}.select-items div,.select-selected{color:#fff;padding:8px 16px;border:1px solid rgba(0,0,0,0);border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,.1) rgba(0,0,0,0);cursor:pointer;user-select:none}.select-items{position:absolute;background-color:#1e90ff;top:100%;left:0;right:0;z-index:2}.select-hide{display:none}.select-items div:hover,.same-as-selected{background-color:rgba(0,0,0,.1)}.programs-filter-block .checkbox-part{display:flex;align-items:center}.programs-filter-block .filter-part .custom-select{margin:0 25px 0 0}.programs-filter-block .filter-part .custom-select .select-selected{padding:0 22px 0 0;background:none;color:#231f20;border:0;font-size:20px;font-weight:500;position:relative;overflow:hidden;text-overflow:ellipsis;max-width:185px;min-width:143px;white-space:nowrap}.programs-filter-block .filter-part>span{font-weight:600;margin-right:30px;font-size:16px;letter-spacing:2px}.programs-filter-block .checkbox-part input[type=checkbox]{width:0;height:0;border:1px solid #a32136;position:absolute;opacity:0}.programs-filter-block .checkbox-part br{display:none}.programs-filter-block .checkbox-part label{display:flex;align-items:center;margin:0 11px;font-size:20px;font-weight:500;line-height:1;cursor:pointer}.programs-filter-block .checkbox-part input[type=checkbox]:checked+span:before{opacity:1}.programs-filter-block .checkbox-part label span:before{content:"";width:11px;height:11px;position:absolute;background:#a32136;left:5px;top:4px;opacity:0}.programs-filter-block .checkbox-part label span:after{content:"";width:21px;height:21px;display:block;border:1px solid #a32136;position:absolute;left:0;top:-1px}.programs-filter-block .checkbox-part label span{position:relative;padding-left:29px}.programs-filter-block .select-items{margin:0 -10px;background:#fff}.programs-filter-block .select-items:not(.select-hide){margin:0 -10px;background:#fff;display:flex;flex-wrap:wrap;padding:30px 0 50px 0}.programs-filter-block .select-items>div{background:none;color:#231f20;font-size:20px;width:calc(25% - 20px);border:1px solid #d8d8d8;margin:10px 10px;display:flex;align-items:center;min-height:76px;line-height:1.3;padding:8px 25px;position:relative;z-index:1;transition:.5s all ease-in-out}.programs-filter-block .select-items>div.same-as-selected{background:#f8edef}.programs-filter-block .select-items>div:hover{background:#f8edef}.program-listing-block .result-cover{display:flex;margin-top:40px;flex-wrap:wrap;border-top:2px solid #f5f5f5}.program-listing-block .result-filter br{display:none}.program-listing-block .result-filter span.filter-item{font-size:16px;background-color:#f5f5f5;padding:7px 25px 7px 12px;margin:3px 20px 3px 0px;position:relative}.program-listing-block .result-filter button#reset-filters{margin-left:auto;font-size:16px;font-weight:700;color:#a32136;border:0;padding:0;background:none;text-transform:uppercase;letter-spacing:2px;min-width:135px;cursor:pointer}.program-listing-block .program-listing-wrap .program-main-title{width:100%;display:flex;align-items:baseline;justify-content:space-between}.program-listing-block .result-cover .program-main-title{display:flex;width:100%;justify-content:space-between;align-items:center;padding:25px 0 0px 0}.program-listing-block .result-cover .program-main-title span.total-found-programs{text-transform:uppercase;letter-spacing:2px}.program-listing-block .result-cover .program-main-title h2{margin:0}.program-listing-block .result-cover .result-filter{width:100%;display:flex;margin-bottom:30px;margin-top:25px;cursor:pointer}.program-listing-block .result-filter span.filter-item span.remove-filter{position:relative;width:16px;height:16px;position:absolute;font-size:0;right:5px;top:12px}.program-listing-block .result-filter span.filter-item span.remove-filter:after{content:"";width:14px;height:1px;background:#a32136;position:absolute;transform:translate(-50%, -50%) rotate(45deg);left:50%;top:50%}.program-listing-block .result-filter span.filter-item span.remove-filter:before{content:"";width:1px;height:14px;background:#a32136;position:absolute;transform:translate(-50%, -50%) rotate(45deg);left:50%;top:50%}.program-listing-block .container{max-width:1182px}section.program-listing-block{padding-top:51px;padding-bottom:50px;width:100%;overflow:hidden}.programs-filter-block .select-items:not(.select-hide):after{content:"";position:absolute;width:1000%;height:100%;left:-50%;bottom:0;box-shadow:0px 10px 10px 5px rgba(0,0,0,.05)}.programs-filter-block .checkbox-main-part>span,.programs-filter-block .checkbox-main-part .custom-select{display:none}.checkbox-main-part .checkbox-list{display:none;padding-top:40px;width:100%;clear:both}.programs-filter-block .filter-part .custom-select span.button{font-size:20px;font-weight:500;position:relative;cursor:pointer}.programs-filter-block .filter-part .custom-select span.button:after{content:"";background-image:url(/wp-content/themes/university-of-mobile/images/filter-arrow.svg);width:16px;height:10px;background-repeat:no-repeat;display:inline-block;margin-left:5px}.programs-filter-block .filter-part .custom-select span.button.close:after{transform:rotate(180deg)}.programs-filter-block .checkbox-main-part{width:100%}.checkbox-main-part .checkbox-list .list-inn{width:100%;display:grid;gap:15px;grid-template-columns:repeat(auto-fit, minmax(259px, 1fr))}.checkbox-main-part .checkbox-list .list-inn label span{background-color:#fff;padding:0 20px;text-align:left;font-size:20px;border-radius:0px;display:block;border:1px solid #d8d8d8;cursor:pointer;height:76px;display:flex;align-items:center;line-height:1.3}.checkbox-main-part .checkbox-list .list-inn span.checkbox-item [type=checkbox]:checked+span{background:#f8edef;font-weight:500;border-color:rgba(0,0,0,.46)}.checkbox-main-part .checkbox-list .list-inn span.checkbox-item [type=checkbox]{position:absolute;overflow:0;width:0;height:0;opacity:0}.programs-filter-block .filter-part .custom-select span.button.close{color:#a32136}section.yt-video-section{padding:60px 0 96px 0}section.yt-video-section .heading-part{text-align:center;margin-bottom:61px}section.yt-video-section .heading-part h2{font-size:50px;line-height:1.1}section.yt-video-section .yt-video-slider-cover{position:relative;width:100%;overflow:hidden}section.yt-video-section .yt-video-slider-cover .slick-slide>div{padding:48px 60px}section.yt-video-section .yt-video-slider-cover .slick-slide>div .yt-video{padding:0 0px;position:relative;overflow:hidden;padding-bottom:55%;transition:.2s;transform:scale(1)}section.yt-video-section .yt-video-slider-cover .slick-slide>div .yt-video iframe{width:100%;position:absolute;left:0;top:0;height:100%}section.yt-video-section .yt-video-slider-cover .yt-slider-three{min-width:2325px;position:relative;transform:translate(-50%, 0px);left:50%;margin:0}section.yt-video-section .yt-video-slider-cover .slick-slide.slick-current>div .yt-video{transform:scale(1.32)}section.yt-video-section .yt-video-slider-cover .slick-slide>div .yt-video:after{content:"";position:absolute;width:100%;height:100%;left:0;top:0}section.yt-video-section .yt-video-slider-cover .slick-slide.slick-current .yt-video:after{height:calc(100% - 48px)}section.yt-video-section .yt-video-slider-cover .yt-slider-three .slick-dots{justify-content:center;width:100%;left:0;margin:25px 0 0 0 !important;padding:0;position:relative}section.yt-video-section .yt-video-slider-cover .btn-part{position:relative;height:0px;margin-bottom:30px}section.yt-video-section .btn-wrap{justify-content:center;margin:80px 0 0 0}section.yt-video-section .yt-video-slider-cover .btn-part .playPauseBtn{bottom:31px}section.large-banner{padding:170px 0 70px 0;background-color:#f5f5f5}section.large-banner .d-flex{display:flex;flex-wrap:wrap;max-width:1122px;margin-left:auto;margin-right:auto;align-items:center}section.large-banner .d-flex .title-part{width:50%}section.large-banner .d-flex .left-part{width:calc(50% - 10px);margin-left:auto;padding-top:11px}section.large-banner .d-flex .title-part h1{font-size:70px;line-height:1.01;margin:0;max-width:390px}section.large-banner .d-flex .left-part h2{color:#a32136;margin-bottom:14px}section.large-banner .d-flex .left-part p:last-child{padding-bottom:0;margin-bottom:0}footer.site-footer{background-color:#242624}footer.site-footer .d-flex{display:flex;flex-wrap:wrap}footer.site-footer .d-flex .site-info{width:30%}footer.site-footer .d-flex .footer-links{width:70%;display:flex;flex-wrap:wrap;padding-top:125px;padding-left:86px}footer.site-footer .d-flex .footer-links .link-block{width:33.3%}footer.site-footer h4{font-size:22px;color:#fff;margin-bottom:10px}footer.site-footer .d-flex .footer-links .link-block ul{margin:0;padding:0}footer.site-footer .d-flex .footer-links .link-block ul li{margin-bottom:10px}footer.site-footer .d-flex .footer-links .link-block ul li a{color:#fff;text-decoration:none;font-size:15px}footer.site-footer ul{margin:0;padding:0;list-style:none}footer.site-footer .d-flex .site-info .footer-logo ul{margin:31px 0 0 0}footer.site-footer .d-flex .site-info .footer-logo ul li{margin-bottom:8px}footer.site-footer .d-flex .site-info .footer-logo ul li a{color:#fff;text-decoration:none;font-size:16px}footer.site-footer .d-flex .site-info .giving-cta{color:#fff;margin-top:40px;font-size:15px;max-width:332px}footer.site-footer .d-flex .site-info .giving-cta h4{margin-bottom:15px}footer.site-footer .footer-bottom{border-top:1px solid rgba(255,255,255,.24);margin:65px 40px 0px 40px;padding:40px 0 62px 0;line-height:1}footer.site-footer .footer-bottom .d-flex{justify-content:space-between;align-items:center}footer.site-footer .footer-bottom .copyright p{margin:0;color:#fff;font-size:15px;font-weight:300}footer.site-footer .footer-bottom .copyright ul{display:flex;margin:0 0 0 47px}footer.site-footer .footer-bottom .copyright{display:flex;align-items:baseline}footer.site-footer .footer-bottom .social-links ul{display:flex;align-items:center}footer.site-footer .footer-bottom .social-links ul li{line-height:normal;margin-left:19px}footer.site-footer .footer-bottom .social-links ul li a:hover{opacity:.75}footer.site-footer .footer-bottom .copyright ul li{margin-right:46px}footer.site-footer .footer-bottom .copyright ul li a{color:#fff;text-decoration:none;font-size:15px}footer.site-footer .d-flex .site-info .footer-logo img{margin-top:-82px;position:relative}footer.site-footer a:not(.btn-primary):hover{color:#a32136 !important}.footer-logo{max-width:190px}@media only screen and (min-width: 1400px){section.hero-block .banner-content .banner-content-inner h1,h1.large{font-size:80px;line-height:1}}.back-to-top-directory{position:relative;padding-top:15px}.back-to-top-directory a{display:flex;justify-content:center;align-items:center}.back-to-top-directory img{margin-right:5px}.site-header:not(.fixed) #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link{z-index:1000}@media(max-width: 991px){#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.give-menu-btn{display:none !important}}#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.for-mobile-btn>a{display:none !important}@media screen and (min-width: 1441px){section.hero-block.inner-banner .banner-content{min-height:auto;padding:20% 0 15% 0;max-height:585px}}@media screen and (min-width: 1440px){.campus-tab-section .campus-tab-wrap{margin:0 -15px}.campus-tab-section .content-with-sidebar .is-sidebar .inn-cover{min-width:353px;left:-40px;position:relative}}@media screen and (max-width: 1400px){footer.site-footer .footer-bottom .container{padding:0}section.three-images .d-flex{margin:0 -14px}}@media screen and (min-width: 1368px){section.meet-our-president .title-part h1,.news-slider .top-content h1{font-size:80px}section.yt-video-section .heading-part h2{font-size:80px}section.three-images .img-slider-block{margin:0 -36px}.campus-map.img-content-block .d-flex .text-part p{font-size:20px}}@media screen and (max-width: 1350px){.img-content-block .d-flex.img-left .img-part .img-side,.img-content-block .d-flex.img-left .dots{margin-left:-30px}.img-content-block .d-flex .img-part .img-side,.tab-content-section .dots{width:calc(100% + 30px)}.img-content-block .d-flex .img-part{width:61%}.img-content-block .d-flex .text-part{width:39%}.img-content-block .d-flex.img-left .text-part{padding-left:40px}.tab-content-section .d-flex.img-right .text-part{padding-right:40px}.tab-content-section .d-flex .text-part{padding-top:20px}.grey-box-content{padding:45px 35px 35px 35px;margin-top:35px}.major-search .inner-text-cover{padding:40px 50px 70px 40px;margin-left:-270px}.home section.default-content:after{width:505px;height:505px;background-size:100%;transform:translate(-20%, 0%)}.number-inner-list .inner-list-block .block-inn h2{font-size:52px}.number-inner-list .inner-list-block .block-inn h3{font-size:28px}.history-accordion .column-left{max-width:440px}.history-accordion .column-right{width:calc(100% - 440px);padding-left:25px}}@media(max-width: 1350px)and (min-width: 992px){.left-right-img-with-content.img-content-block .d-flex .img-part{width:55%;display:flex;min-height:590px}.left-right-img-with-content.img-content-block .d-flex .text-part{width:45%}.left-right-img-with-content.img-content-block .d-flex .img-part figure{height:100%}}@media screen and (max-width: 1250px){h1.large{margin-bottom:15px}section.event-feature .event-feature-cover .text-part{padding:63px 60px 72px 60px;max-width:560px}.accordion-list .accordion-item div.accordion-content-block p{max-height:85px;overflow:hidden}.accordion-list .accordion-item.active div.accordion-content-block p{max-height:inherit}.tab-content-section .tab{padding:7px 13px;font-size:14px;margin-right:6px}.tab-content-section .d-flex.img-right .text-part{padding-right:30px}.img-content-block .d-flex.img-left .text-part{padding-left:30px}.tab-content-section .nav button{width:46px;height:46px;border:2px solid #fff;margin-top:-68px}.tab-content-section .nav{bottom:-23px}section.large-banner .d-flex .title-part h1{font-size:60px}.profile-section .img-part figure img{min-height:500px}.profile-section .d-flex{align-items:center}.profile-section .inner-text-cover.grey-box-content{margin-top:0}.profile-section .profile-box{margin-top:35px}.campus-intro-text-part{background-color:#f5f5f5;padding:130px 0 100px 0}section.core-values .d-flex .block-inn{padding:0 30px}section.core-values .d-flex .block-inn .text-inn h3{font-size:26px}.our-traditions .block-list .block-inner .is-content{padding:30px 40px 30px 40px;width:calc(100% - 400px)}.our-traditions .block-list .block-inner .is-img{width:400px}.single-page-content{padding:110px 0 0 0}.single-page-content .d-flex .left-content-part header.entry-header ul#catnav{margin:0 0 10px 0}.news-slider-cover .right-content .slider .content-cover{padding:30px 25px}.news-slider-cover .right-content .slider button.slick-arrow{width:49px;height:49px;background-size:18px;left:25px}.news-slider-cover .right-content .slider button.slick-next{left:78px}.news-slider-cover .right-content .slider ul.slick-dots{padding:0 20px 0 0}.news-slider-cover .right-content .slider .content-cover h2{font-size:28px}section.yt-video-section .yt-video-slider-cover .yt-slider-three{min-width:2000px}section.yt-video-section .yt-video-slider-cover .slick-slide>div{padding:48px 50px}.campus-map.img-content-block .d-flex .text-part .map{margin-left:-150px}}@media screen and (max-width: 1199px){.news-slider-cover .left-img{width:60%}.news-slider-cover .right-content{width:40%}.single-page-content .d-flex .left-content-part{width:calc(100% - 330px)}.single-page-content .d-flex .right-sidebar{width:330px}.single-page-content .d-flex .left-content-part h1.entry-title{font-size:36px;line-height:1.2}#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner{top:4px}#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{height:2px}.search-box-open .main-navigation,.search-box-open .btn-link{opacity:1}.mega-search-wrap{width:280px}header.site-header{padding:13px 0}header.site-header .d-flex .site-branding{order:1;margin-right:auto;line-height:0;width:200px}header.site-header .d-flex .btn-link{order:3;margin:0 10px 0 18px;display:none}header.site-header .d-flex .search-part{order:2;margin-left:0;margin-right:10px}header.site-header .d-flex .main-navigation{order:4;width:auto;padding:0;margin-right:-10px}header.site-header .d-flex .btn-link a.btn{padding:5px 20px}#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link,.site-header:not(.fixed) #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link{height:auto;line-height:1.5em;max-height:60px}#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link{font-weight:500}#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-toggle-on>a.mega-menu-link{font-weight:500}#mega-menu-wrap-menu-1 .mega-menu-toggle+#mega-menu-menu-1{top:66px;padding:30px 33px 100px 33px;max-height:calc(100vh - 66px)}#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item{border-bottom:1px solid #dadada}#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a{padding-left:0 !important;padding-top:12px !important;padding-bottom:12px !important}#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open:after{top:70px}#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu{padding:0}#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-column.menu-list-block li.widget_nav_menu ul.menu{margin:0;padding:0;padding-left:10px;list-style:none}#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-column.menu-list-block li.widget_nav_menu ul.menu>li{padding-top:7.5px;padding-bottom:7.5px}#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-column.menu-list-block li.widget_nav_menu ul.menu>li:last-child{padding-bottom:25px}li#menu-item-108796,li#menu-item-2047{padding-bottom:15px !important}#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-column.menu-list-block li.widget_nav_menu ul.menu>li:first-child{padding-top:0}#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-column.menu-list-block li.widget_nav_menu ul #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-column.menu-list-block li.widget_nav_menu ul.menu>li a{font-size:15px;text-decoration:none;color:#231f20;letter-spacing:.015em}#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column.menu-img-block{display:none}#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item h4.mega-block-title{display:none}#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-tabbed>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link{background:#f5f5f5;font-size:16px;padding-left:0;color:#231f20}#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-tabbed>ul.mega-sub-menu>li.mega-menu-item.mega-toggle-on>a.mega-menu-link,#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-tabbed>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover,#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-tabbed>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:focus{background:none !important}#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-tabbed>ul.mega-sub-menu>li.mega-menu-item{background:none}#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu{background:none}#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.info-menu>ul.mega-sub-menu{display:block;margin-bottom:10px}#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children.info-menu>a.mega-menu-link>span.mega-indicator{display:none}#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-menu-tabbed>ul.mega-sub-menu{padding-left:0px}#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-menu-tabbed>ul.mega-sub-menu>li{padding:7.5px 0}#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.for-mobile-btn{display:block}#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.for-desk{display:none !important}#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.for-mobile-btn>a.mega-menu-link{font-size:0;padding:0 !important;line-height:0 !important}#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.for-mobile-btn>ul.mega-sub-menu{display:flex;justify-content:center;background:none;margin-top:20px}#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.for-mobile-btn>ul.mega-sub-menu>li{margin:0 5px}#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.for-mobile-btn>ul.mega-sub-menu>li.c-visit a{color:#fff !important;background-color:#a32136;border-color:#a32136}#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.for-mobile-btn>ul.mega-sub-menu>li>a{display:inline-block !important;border:1px solid #231f20;padding:10px 15px !important;line-height:1 !important;border-radius:25px !important;min-width:100px;text-align:center;font-size:15px !important;color:#231f20 !important}#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.for-mobile-btn>ul.mega-sub-menu>li>a:hover,#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.for-mobile-btn>ul.mega-sub-menu>li>a:focus{background-color:#a32136 !important;color:#fff !important;border:1px solid #a32136}#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row.show-title .mega-menu-column.menu-img-block{display:block;margin-bottom:9px}#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row.show-title .mega-menu-column.menu-img-block .widget_media_image{display:none}#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row.show-title .widget_block{padding:0 !important}#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row.show-title{margin-left:0;margin-top:-5px}#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row.show-title .widget_block a{text-decoration:none;color:#231f20}#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column.menu-img-block li.widget_media_image+.widget_block a:after{display:none}#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children.mega-toggle-on>a.mega-menu-link>span.mega-indicator:after{transform:rotate(180deg)}#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after{transform:rotate(0deg);transition:.5s all ease-in-out}#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children.mega-toggle-on>a.mega-menu-link>span.mega-indicator:after{transform:rotate(180deg)}#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after{transform:rotate(0deg);transition:.5s all ease-in-out}#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column .widget_nav_menu{padding-bottom:0 !important;padding-top:0 !important}#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column.menu-list-block+.menu-list-block .widget_nav_menu{padding-top:0}#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-menu-tabbed ul.mega-sub-menu ul.mega-sub-menu{display:block}#mega-menu-wrap-menu-1 #mega-menu-menu-1+button.mega-close{display:none !important}#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-toggle-on,#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.info-menu{border-bottom:1px solid rgba(0,0,0,0)}#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-toggle-on>ul{border-bottom:1px solid #dadada}#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-toggle-on>ul>li{padding-top:0 !important}.home section.default-content:after{width:415px;height:415px;background-size:100%}.major-search .inner-text-cover .search-form{margin-top:25px}.major-search ul.cat-list{margin:15px 0 0 1px}.major-search .inner-text-cover .search-form{margin-right:0;padding:27px 30px 29px 30px}.courses-tabs{border-bottom:2px #f5f5f5 solid}.courses-tabs li:after{height:3px;bottom:-3px}.courses-table-wrap table tr th{font-size:22px}.courses-tabs li{font-size:18px;padding:8px 15px 20px}.courses-table-wrap table td:first-child,.courses-table-wrap table th:first-child{padding-left:35px}.courses-table-wrap table td{font-size:18px}.courses-table-wrap table tr th:last-child{width:150px}.courses-table-wrap table tr th{font-size:22px;text-align:left;padding:0px 0 15px 0}.courses-tabs li{margin:0 10px 0 10px}.courses-section .courses-tab-wrap{margin-top:40px}section.event-feature .event-feature-cover .text-part{padding:40px 40px 50px 40px;max-width:560px}section.event-feature .event-feature-cover .text-part span.sub-heading{margin-bottom:10px}section.request-info .from-part{padding:30px 40px 30px 40px}section.request-info .from-part .heading{width:240px}section.request-info .from-part .form-code{width:calc(100% - 240px)}section.request-info .from-part .form-code .gform_body{width:calc(100% - 162px);margin-right:20px}section.request-info .from-part .heading h4{font-size:22px}section.request-info.subscribe-part .from-part .heading{width:320px}section.request-info.subscribe-part .from-part .form-code{width:calc(100% - 320px)}section.request-info .from-part .form-code .gform_footer{margin-top:0}.accordion-list .accordion-item .d-flex .accordion-content-part{padding:30px 30px 20px 30px}.accordion-list .accordion-item h3:after,.process-item .process-thumb:after{right:0}.accordion-list .accordion-item div.accordion-content-block p{padding:10px 70px 0 0px}.tab-content-section .slide{min-height:500px}.tab-content-section .accordion-header{padding:16px 30px 16px 0px;font-size:18px}.tab-content-section .accordion-content{padding:0 20px 0 0px}.programs-filter-block .filter-search input[type=text]{font-size:18px;width:265px;padding:12px 45px 13px 22px}.programs-filter-block .filter-part>span{margin-right:10px;font-size:15px}.programs-filter-block .filter-part .custom-select .select-selected{font-size:18px;max-width:140px;min-width:140px}.select-selected:after{top:9px}.programs-filter-block .checkbox-part label{font-size:18px}.programs-filter-block .filter-part .custom-select{margin:0 5px 0 5px}section.large-banner{padding:130px 0 70px 0;background-color:#f5f5f5}.programs-filter-block .select-items>div{font-size:18px;padding:6px 20px;min-height:57px;line-height:1;width:calc(25% - 10px);margin:5px 5px}.site-main>section.default-content:first-child{padding-top:110px;padding-bottom:60px}.campus-intro-text-part{background-color:#f5f5f5;padding:100px 0 70px 0}.campus-tab-section .campus-tab-wrap ul.campus-tabs{padding-top:40px;margin-top:-80px;background:#fff;margin-bottom:50px}.campus-tab-section .content-with-sidebar .right-content ul.office-list li{padding:15px 0 15px 0px}.campus-tab-section .content-with-sidebar .is-sidebar{min-width:325px}.campus-tab-section .content-with-sidebar .right-content{width:calc(100% - 325px)}section.search-section .search-list-loop .block{width:33.3%}.number-inner-list .inner-list-block .block-inn h2{font-size:45px}.number-inner-list .inner-list-block .block-inn h3,.number-inner-list .inner-list-block .block-inn span.sub-text{font-size:25px}.number-inner-list .inner-list-block{padding-bottom:15px}section.two-block-icon .d-flex{gap:50px}section.two-block-icon .d-flex .block-inner{width:calc(50% - 25px)}section.two-block-icon .d-flex .block-inner .text-inner h3{margin-bottom:10px}section.history .top-content .text-part{padding:60px 0 90px 0}.history-accordion .column-left{max-width:400px}.history-accordion .column-right{width:calc(100% - 400px);padding-left:25px}.our-traditions .block-list .block-inner .is-img{width:350px}.our-traditions .block-list .block-inner .is-content{width:calc(100% - 350px)}.our-traditions{padding:83px 0 100px 0}.process-thumb{padding:35px 110px 35px 40px}.process-panel .process-list .process-list-block{padding-left:0px}.process-panel{padding:0px 100px 0px 40px}.process-item .process-thumb:after{right:30px;top:23px}section.meet-our-president .title-part{padding:120px 0 120px 0}section.yt-video-section .yt-video-slider-cover .yt-slider-three{min-width:1700px}section.yt-video-section .yt-video-slider-cover .slick-slide>div{padding:35px 45px}footer.site-footer .footer-bottom{margin:50px 20px 0px 30px;padding:30px 0 40px 0}footer.site-footer .d-flex .footer-links{padding-left:45px}footer.site-footer .footer-bottom .copyright ul{margin:0 0 0 15px}footer.site-footer .footer-bottom .social-links ul li{margin-left:7px}.mega-menu-link{line-height:2 !important}}@media screen and (max-width: 1024px){.left-right-img-with-content{margin-bottom:30px}br{display:none !important}.tab-content-section .content br{display:inline-block !important}.history-accordion .move-up{padding:35px 0px 80px 0px}.history-accordion .column-left{max-width:350px}.history-accordion .column-right{width:calc(100% - 350px);padding-left:25px}.history-accordion .move-up h2.top-title{margin-bottom:35px}.checkbox-main-part .checkbox-list{padding-top:10px}.checkbox-main-part .checkbox-list .list-inn{grid-template-columns:repeat(auto-fit, minmax(207px, 1fr))}.checkbox-main-part .checkbox-list .list-inn label span{font-size:18px;padding:0 15px;height:65px}section.two-block-icon .d-flex .block-inner .text-inner h3{margin-bottom:15px;font-size:26px}section.two-block-icon .d-flex .block-inner .text-inner figure img{max-width:59px}section.two-block-icon .d-flex .block-inner .text-inner p{font-size:18px}.our-traditions{padding:60px 0 90px 0}.our-traditions h2.top-title{margin-bottom:35px}.program-listing-block .result-filter span.filter-item{font-weight:500}.default-content .g-content{width:100% !important}.courses-table-wrap table td:first-child,.courses-table-wrap table th:first-child{padding-left:0px}section.request-info .from-part .heading{width:100%;margin-bottom:10px;padding-top:0}section.request-info .from-part .form-code{width:calc(100% - 0px)}section.request-info.subscribe-part .from-part .heading{width:100%}section.request-info.subscribe-part .from-part .form-code{width:calc(100% - 0px)}.accordion-list{margin:auto;max-width:660px}.accordion-list .accordion-item .d-flex .img-part{width:100%;max-height:initial}.accordion-list .accordion-item .d-flex .img-part figure{position:relative;padding-bottom:62%;height:auto}.accordion-list .accordion-item .d-flex .img-part figure img{position:absolute}.accordion-list .accordion-item .d-flex .accordion-content-part{width:100%}.accordion-list .accordion-item div.accordion-content-block p{max-height:initial}.other-content-block .d-flex .in-block{width:50%;margin-top:5px;margin-bottom:15px}.accordion-list .accordion-item .d-flex{justify-content:center}.other-content-block .d-flex .in-block:nth-child(2){border-right:0}footer.site-footer .d-flex .site-info{width:100%;display:flex;justify-content:space-between}.banner-btn a.btn{padding:7px 30px;min-width:103px;margin:0 2px}.programs-filter-block .filter-part{order:3;width:100%;margin:30px 0 0 0}.programs-filter-block .filter-part .custom-select{margin:0 10px 0 5px}.programs-filter-block .filter-part .custom-select .select-selected{font-size:18px;max-width:max-content;min-width:auto;padding:0 25px 0 0}section.large-banner{padding:110px 0 40px 0;background-color:#f5f5f5}section.large-banner .d-flex .title-part h1{font-size:50px}section.large-banner .d-flex .title-part{width:40%}section.large-banner .d-flex .left-part{width:60%;padding-top:0px}.profile-section .img-part figure img{min-height:auto}.site-main>section.default-content span.tagline{margin-bottom:10px}.site-main>section.default-content h1{margin-bottom:10px}.campus-tab-section .campus-tab-wrap ul.campus-tabs li{min-width:125px}.campus-tab-section .campus-tab-wrap ul.campus-tabs{margin-bottom:40px}.campus-tab-section .campus-tab-wrap .profile-list .block{width:33.3%}.campus-tab-section .campus-tab-wrap .profile-list.list-w2 .block{width:50%}footer.site-footer .d-flex .site-info .giving-cta{max-width:50%}footer.site-footer .d-flex .footer-links{padding:50px 0 0px 0;width:100%;justify-content:space-around}footer.site-footer .footer-bottom .social-links{order:1;width:100%;justify-content:center;display:flex;margin:0 0 20px 0}footer.site-footer .footer-bottom .copyright{order:2;width:100%;justify-content:center}div#page{position:relative;overflow:hidden;width:100%}.process-thumb{padding:25px 80px 25px 30px;font-size:24px}.process-item .process-thumb:after{width:47px;height:47px;background-size:17px;right:25px;top:19px}.process-panel{padding:0px 70px 0px 35px}.process-item{margin-bottom:18px}section.application-process{padding:58px 0 50px 0}section.campus-block{padding:30px 0 80px 0}section.campus-block .d-flex .block-cover{padding:0 10px}section.campus-block .d-flex{width:calc(100% + 20px);margin:0 -10px}}@media screen and (min-width: 992px){.courses-tabs li{display:inline-block !important}.courses-tabs li.init{display:none !important}.scrolltosec .select{display:flex;flex-wrap:wrap;border:0;border-radius:0;margin:0 0 0 -10px}.scrolltosec .select li{width:100%;display:block;border:0;border-bottom:1px solid #fff;background:none !important}.scrolltosec .select li a{font-size:17px}.campus-tab-section .content-with-sidebar .is-sidebar .inn-cover a{margin:0;padding:6px 0px}.campus-tab-section .content-with-sidebar .is-sidebar .inn-cover a:hover{color:#a32136}}@media screen and (max-width: 991px){section.other-news ul.slick-dots{padding:10px 0 20px 0;justify-content:center;position:relative}.news-blocks .block-cover{padding:0 10px}section.other-news .news-blocks{margin:0 -10px}section.number-section .number-inner{margin-top:-80px}section.other-news h2.top-title{margin-bottom:30px}.campus-map.img-content-block .d-flex .text-part .map{margin-left:0}.campus-map.img-content-block .d-flex .img-part{margin-bottom:30px}.left-right-img-with-content figure{margin:0;max-height:100%;height:auto}.left-right-img-with-content.img-content-block .d-flex .img-part{margin-bottom:20px}.left-right-img-with-content p{max-width:100%}.tab-content-section+.img-content-block{margin-top:50px}.site-main>section.default-content+.tab-content-section{padding-bottom:0}.home section.default-content:after{width:335px;height:365px;background-size:100%}.courses-dropdown{background:#f8edef;position:relative;height:45px}.courses-dropdown ul.courses-tabs{position:absolute;left:0;top:0;background:#fff;width:100%;padding:0;border:2px #f5f5f5 solid;border-top:none}.courses-dropdown ul.courses-tabs li{width:100% !important;padding:12px 27px 11px;margin:0;background:#fff;font-size:15px;display:none;padding:12px 0}.courses-tabs li:after{display:none}.courses-dropdown ul.courses-tabs li.init:after{content:"";display:inline-block !important;position:relative;background-image:url(/wp-content/themes/university-of-mobile/images/filter-arrow-block.svg);width:16px;height:10px;visibility:visible;opacity:1;background-color:rgba(0,0,0,0);background-size:13px;background-repeat:no-repeat;background-position:center center;bottom:0;margin-left:5px}.courses-dropdown ul.courses-tabs li.init.active:after{transform:rotate(180deg)}.courses-dropdown ul.courses-tabs li.init{background:#f8edef;font-weight:600;display:inline-block}.courses-section .courses-tab-wrap .courses-dropdown{margin-bottom:30px}.courses-table-wrap table tr th{font-size:20px}.courses-table-wrap table tr th:last-child{width:90px}.courses-table-wrap table td:first-child{padding-right:15px}.img-content-block .d-flex .text-part{width:100%;order:2;padding:0 !important}.img-content-block .d-flex .img-part{width:100%;order:1}.major-search .inner-text-cover{margin-left:0}.img-content-block .d-flex .img-part .img-side,.tab-content-section .dots{width:calc(100% + 0px)}.img-content-block .d-flex.img-left .img-part .img-side,.img-content-block .d-flex.img-left .dots{margin-left:0}section.quick-links .links-list .block{width:50%}.tab-content-section .nav.for-desk{display:none}.tab-content-section .nav.for-mob{display:flex;position:relative;margin-top:0px;bottom:0px;transform:translate(0px, 0%);margin-bottom:15px}.tab-content-section .nav.for-mob:not(.is-hide){margin-top:0}.tab-content-section .d-flex .text-part{padding:30px 0 0 0 !important}.img-right .grey-box-content{margin-right:0}.tab-content-section .d-flex.is-grey{background:#f5f5f5;margin:0 0px}.tab-content-section.img-content-block .d-flex.is-grey .img-part .img-side{margin:0 0px;width:calc(100% + 0px)}.tab-content-section .d-flex.is-grey .grey-box-content{margin-top:0}.img-left .grey-box-content{margin-left:0}.tab-content-section .d-flex.is-grey .text-part{padding-top:0 !important}.grey-box-content{padding:25px 35px 35px 35px}section.stats-section{padding:40px 0 60px 0}section.quick-links{padding:30px 0 35px 0}.tab-content-section .accordion-header{padding:10px 25px 10px 0px}.tab-content-section .accordion-header span{top:12px}.inner-banner .banner-btn.btn-wrap{position:absolute;left:0;bottom:unset}section.hero-block.inner-banner .banner-content{min-height:530px}.program-listing-block .program-listing-wrap .program-listing{width:33.3%;margin-bottom:40px}.programs-filter-block .select-items>div{width:calc(33.3% - 10px)}.campus-tab-section .content-with-sidebar .is-sidebar{width:100%;position:relative;top:0;padding:0px 0px;margin-bottom:35px}.campus-tab-section .content-with-sidebar{align-items:center;margin:0 0px}.campus-tab-section .content-with-sidebar .is-sidebar .inn-cover .content-box{min-height:auto}.campus-tab-section .content-with-sidebar .right-content{width:100%;padding:0}.campus-tab-section .content-with-sidebar .right-content ul.office-list{margin:0;padding:0 0px}.campus-tab-section .campus-tab-wrap .profile-list.list-w2 .block{width:33.3%}.scrolltosec .select li{display:none;cursor:pointer;padding:5px 15px;border-top:1px solid #000;min-width:150px}.scrolltosec .select li:first-child{display:block;border-top:0px;color:#a32136;padding:9px 15px 6px 15px}.scrolltosec .select{border:0px solid #000;display:flow;padding:0;border-radius:0;position:relative;margin:0;padding:0;list-style:none;background-color:#fff}.scrolltosec .select li:hover{background-color:#ddd}.scrolltosec .select li:first-child:hover{background-color:rgba(0,0,0,0)}.scrolltosec .select.open li{display:block}.scrolltosec .select li{border:0}.scrolltosec .select li:first-child a{color:#a32136 !important;pointer-events:none}.scrolltosec .select li:first-child a:after{content:"";background-image:url(/wp-content/themes/university-of-mobile/images/filter-arrow.svg);width:16px;height:10px;display:inline-block;background-size:16px;background-repeat:no-repeat;margin:3px 0 0 10px}.scrolltosec .select.open li:first-child a:after{transform:rotate(180deg)}.other-content-block .d-flex .in-block .btn-wrap{margin:10px 0 0 0}.courses-tabs li.selected{font-weight:700}.img-content-block .d-flex .img-part{margin-left:0px}.tab-content-section .d-flex.img-right .img-part{margin-left:0;margin-right:0}.tab-content-section .nav button{margin-top:-25px}.tab-content-section .dots{margin-top:35px}section.meet-our-president .inner-content .inner-part{margin-top:-50px;padding:30px 30px}section.three-images .img-slider-block .slick-list .img-block{padding:0 10px}section.three-images .img-slider-block{margin:0 -10px}section.meet-our-president .title-part{padding:120px 0 80px 0}}@media screen and (max-width: 880px){.history-accordion .accordion-content .for-mobile{display:inline-block}.history-accordion .accordion-content{max-width:100%}.news-slider-cover .left-img{width:100%}.news-slider-cover .right-content{width:100%}.news-slider-cover .right-content .slider .content-cover{padding:20px 25px 30px 25px}.single-page-content .d-flex .left-content-part{width:100%}.single-page-content .d-flex .right-sidebar{width:100%;padding-left:0px;margin:0;max-width:100%}.single-page-content .d-flex .left-content-part .post-thumbnail{margin-bottom:30px}section.core-values .d-flex .block-inn .text-inn{padding:35px 0 14px 0}section.two-block-icon .d-flex{gap:30px}section.two-block-icon .d-flex .block-inner{width:calc(50% - 15px)}.page-id-1628 section.default-content{padding-bottom:85px}section.number-section .number-inner{padding-top:30px;margin-top:-100px}.number-inner-list .inner-list-block{width:50%;border:1px solid #f5f5f5;padding-top:25px;margin:0}.number-inner-list>*:nth-child(-n+2){border-top:0}.number-inner-list>*:nth-last-child(-n+2){border-bottom:0;border-top:1px solid #f5f5f5;padding-top:25px}.number-inner-list .inner-list-block .block-inn h3{line-height:1}.number-inner-list .inner-list-block .block-inn h3:after{bottom:-4px}.history-accordion .column-left{display:none}.history-accordion .column-right{width:100%;padding-left:0px}.history-accordion .column-right .accordion .history-item{padding:0 0px}.history-accordion .column-right .accordion{border-top:2px solid #f5f5f5;padding-top:20px}.our-traditions .block-list .block-inner .is-img{width:250px;height:300px}.our-traditions .block-list .block-inner .is-content{width:calc(100% - 250px)}.process-thumb{padding:25px 80px 25px 30px;font-size:22px}.process-item .process-thumb:after{width:47px;height:47px;background-size:17px;right:25px;top:19px}.process-panel{padding:0px 70px 0px 35px}.process-item{margin-bottom:18px}section.yt-video-section .yt-video-slider-cover .yt-slider-three{min-width:100%;margin:auto;width:100%}section.yt-video-section .yt-video-slider-cover .slick-slide.slick-current>div .yt-video{transform:scale(1)}section.yt-video-section .yt-video-slider-cover .yt-slider-three .slick-list{padding:0 0 !important}section.yt-video-section .yt-video-slider-cover .slick-slide>div{padding:0px 0px}section.yt-video-section .yt-video-slider-cover{width:calc(100% - 60px);margin:auto}section.yt-video-section .yt-video-slider-cover .yt-slider-three .slick-dots{display:block !important;padding:5px 0 0 0;position:relative;margin:0px 0 0 0 !important}section.yt-video-section .yt-video-slider-cover .btn-part .playPauseBtn{bottom:0}section.yt-video-section .yt-video-slider-cover .btn-part{margin-top:-34px;margin-bottom:100px}section.yt-video-section .yt-video-slider-cover .btn-part .playPauseBtn{transform:scale(0.89) translate(-50%, 50%);transform-origin:center center}.left-right-img-with-content{margin-bottom:0px}}@media screen and (max-width: 767px){section.yt-video-section .yt-video-slider-cover .btn-part{margin-top:-34px;margin-bottom:80px}section.campus-block{padding:20px 0 60px 0}section.magazine-section .d-flex .img-part{width:100%;padding-right:0px;text-align:center;margin-bottom:25px}section.magazine-section{padding:50px 0}section.magazine-section .d-flex .text-part{width:100%;max-width:100%;text-align:center}section.magazine-section .d-flex .text-part .btn-wrap{justify-content:center}.news-slider .top-content h1,section.yt-video-section .heading-part h2{font-size:48px}.news-slider .top-content{text-align:center;padding:130px 0 50px 0}section.other-news{background:#f5f5f5;padding:50px 0 120px 0}section.yt-video-section{padding:40px 0 70px 0}section.yt-video-section .heading-part{text-align:center;margin-bottom:40px}.news-slider-cover .right-content .slider .content-cover h2{font-size:25px}.news-slider-cover .right-content .slider .content-cover{padding:20px 25px 30px 25px}.news-slider-cover .right-content .slider .content-cover p{font-size:16px}.single-page-content .d-flex .right-sidebar{display:none}nav.navigation.post-navigation{margin-bottom:10px}.author-block{padding:22px 22px 5px 22px;margin-bottom:25px;margin-top:40px}.author-block .author-info .author-avatar{width:115px;height:115px}.single-page-content .d-flex .left-content-part .entry-meta span,.single-page-content .d-flex .left-content-part .entry-meta span a{font-size:16px}.author-block .author-info .author-details{width:calc(100% - 115px);padding-left:20px}.author-block .author-info .author-details{width:100%;text-align:center;padding:20px 0 0 0}section.meet-our-president .inner-content .inner-part{padding:20px 10px;width:calc(100% - 20px);margin-left:auto;margin-right:auto}section.meet-our-president .inner-content .inner-part .inner-container{margin:25px -20px 0 -20px}section.meet-our-president .inner-content .inner-part .inner-container{font-size:16px}section.meet-our-president .inner-content .inner-part .inner-container img+h3{margin-top:20px}section.application-process .heading-part span.top-title{font-size:15px;margin-bottom:22px}.our-traditions{padding:45px 0 90px 0}.our-traditions h2.top-title,section.application-process .heading-part h2{font-size:28px}.process-accordion{margin:50px 0 0 0}section.application-process .heading-part{padding:0 10px}.our-traditions .block-list .block-inner .is-img{width:100%;height:300px}.our-traditions .block-list .block-inner .is-content{width:100%;padding:25px 25px 25px 25px}.our-traditions .block-list .block-inner .is-content h4{font-size:18px;margin-bottom:10px}section.history .top-content h2,.history-accordion .move-up h2.top-title{font-size:28px;margin-bottom:15px}.history-accordion .move-up h2.top-title{margin-bottom:25px;padding:0 15px}.history-accordion .move-up{padding:21px 10px 65px 0px}section.history .top-content .text-part{padding:50px 0 80px 0}section.history .top-content .text-part p{font-size:17px}section.core-values span.top-title{margin-bottom:8px;font-size:16px}section.core-values .d-flex .block-inn .text-inn h3{font-size:22px}section.core-values .d-flex .block-inn .text-inn p,.video-section .heading-part span{font-size:15px}section.video-section.set-white-bg{padding-top:50px}section.core-values .d-flex .block-inn{border:0;width:100%;border-bottom:2px solid #fff !important}section.two-block-icon .d-flex .block-inner{width:100%}section.core-values .d-flex .block-inn:last-child{border:0 !important}section.core-values .d-flex .block-inn:last-child .text-inn{padding-bottom:0}section.core-values{padding:0 0 36px 0}section.two-block-icon{padding:42px 0 30px 0}.checkbox-main-part .checkbox-list .list-inn label span{font-size:16px;height:60px}.checkbox-main-part .checkbox-list .list-inn{gap:10px;grid-template-columns:repeat(auto-fit, minmax(207px, 1fr))}#mega-menu-wrap-menu-1 #mega-menu-menu-1:before{content:"";position:fixed;width:100%;height:20px;left:0px;top:66px;display:block !important;z-index:-2;background-image:url(/wp-content/themes/university-of-mobile/images/ds.png)}.program-listing-block .result-filter button#reset-filters{font-size:15px}h1,h2,h3,h4,h5,h6{margin:0 0 15px 0}h1{line-height:1.2}h2,.h2{font-size:25px}h3,.h3{font-size:25px}h4,.h4{font-size:22px}.mega-menu-menu-1-mobile-open header.site-header{background:#fff;z-index:999999999;box-shadow:10px 10px 30px #000}header.site-header .d-flex .site-branding img{max-width:198px}header.site-header{padding:16px 0;height:66px}.home section.default-content:after{width:266px;height:266px;background-size:100%;transform:translate(-40%, -30%)}section.hero-block .banner-content .banner-content-inner h1{font-size:44px}section.hero-block .banner-content .banner-content-inner h1 span{display:block}section.hero-block .banner-content .banner-content-inner{max-width:570px}section.hero-block .banner-content .banner-content-inner .heading h1:after{transform:translate(-50%, 0);left:50%;width:100%;max-width:280px}.banner-btn a.btn{padding:7px 20px;min-width:103px;margin:0 2px 10px}section.hero-block .banner-content .banner-content-inner .heading{padding:0 2px;margin-bottom:40px}.banner-btn.btn-wrap{margin-bottom:30px}section.stats-section ul.stats-list li h3:before{top:15px}section.stats-section{padding:40px 0 50px 0}.default-content{padding:43px 0 45px 0}.default-content .btn-wrap{margin-top:30px}section.stats-section .heading{margin-bottom:20px}section.stats-section .heading h2{margin-bottom:20px}section.stats-section ul.stats-list li h3+span{font-size:16px}.major-search .inner-text-cover{padding:40px 30px 70px 30px}.major-search .inner-text-cover h2,section.event-feature .event-feature-cover .text-part h2{font-size:28px}.major-search .inner-text-cover .search-form form input[type=text]{font-size:18px}section.event-feature .event-feature-cover .text-part{padding:40px 40px 40px 40px;text-align:center}section.event-feature .event-feature-cover .bg-part .bg-img{position:absolute;height:auto;padding-bottom:40%;width:100%}section.event-feature .event-feature-cover .bg-part{padding-top:50%;position:absolute;height:0;padding-bottom:10%}section.event-feature .event-feature-cover .bg-part:before{background:none}section.event-feature .event-feature-cover .text-part{max-width:100%;margin-top:40%}section.event-feature .event-feature-cover{background:#242624}section.event-feature .event-feature-cover .btn-wrap{justify-content:center;flex-wrap:wrap}section.event-feature .event-feature-cover .text-part a{margin:0px 10px 20px 10px !important}section.request-info .from-part{padding:30px 35px 30px 35px}section.request-info .from-part .form-code .gform_body{width:100%;margin:0}section.request-info .from-part .form-code .gform_body .gform_fields .gfield{width:calc(100% - 0px)}section.request-info .from-part .form-code .gform_footer{width:100%}section.request-info .from-part .form-code .gform_body .gform_fields{row-gap:10px;margin-bottom:25px}section.request-info .from-part .form-code .gform_footer input[type=submit]{width:100% !important;max-width:100% !important;display:block !important}section.request-info .from-part .form-code{width:100%}section.request-info .from-part .heading h4{margin:0;text-align:center}section.request-info .from-part .form-code .gform_body .gform_fields .gfield input[type]{text-align:center;padding:21px 7px 15px 7px}.tab-content-section .slide{min-height:auto;padding-bottom:65%;position:relative}.tab-content-section .slide img{position:absolute;left:0;top:0}.tab-content-section{padding:55px 0}.default-content+section.video-section{padding-bottom:30px}section.socials-link-section{padding:30px 0 9px 0}.tab-content-section+section.socials-link-section{padding:0px 0 9px 0}.program-listing-block .program-listing-wrap .program-listing{width:50%;margin-bottom:30px}section.large-banner .d-flex .title-part{width:100%}section.large-banner .d-flex .left-part{width:100%;padding-top:30px}section.large-banner{padding:130px 0 30px 0}.programs-filter-block .select-items>div{width:calc(50% - 10px)}.programs-filter-block .select-items:not(.select-hide){position:relative;padding:10px 0 50px 0;margin:0 -5px}.select-selected.select-arrow-active:after{top:7px}.profile-section .profile-box .pro-img{width:116px;height:116px}.profile-section .profile-box .pro-text{width:calc(100% - 116px);padding-left:30px}section.profile-section{margin-bottom:20px}.site-main>section.default-content:first-child{padding-top:110px;padding-bottom:30px}.tab-content-section+section.courses-section{padding-top:0}section.courses-section.default-content{padding:40px 0 40px 0}.tab-content-section .content .icon-list .icon-item .icon-content-data h4{font-size:20px}.campus-intro-text-part{background-color:#f5f5f5;padding:110px 0 50px 0}.campus-tab-section .campus-tab-wrap .profile-list.list-w2 .block,.campus-tab-section .campus-tab-wrap .profile-list .block{width:50%}section.search-section .search-list-loop .block{width:50%}.default-content span.tagline{margin-bottom:15px}.page-id-1628 section.default-content{padding-bottom:65px}section.number-section .number-inner{width:calc(100% - 22px);margin-left:auto;margin-right:auto}section.number-section .number-inner{padding-top:30px;margin-top:-78px}.number-inner-list .inner-list-block{padding-bottom:40px;padding-top:25px}.history-accordion .column-right .accordion .history-item .accordion-header span.icon:before,.history-accordion .column-right .accordion .history-item .accordion-header span.icon:after{width:13px;height:1px}.history-accordion .column-right .accordion .history-item .accordion-header span.icon{width:18px;height:18px}.history-accordion .column-right .accordion .history-item .accordion-header{font-size:18px}section.application-process{padding:58px 0 30px 0;background-color:#f5f5f5}footer.site-footer .d-flex .site-info .giving-cta{width:100%;max-width:100%}footer.site-footer .d-flex .site-info{flex-wrap:wrap}section.request-info .from-part .form-code .gfield_validation_message{text-align:center}.campus-tab-section .content-with-sidebar .right-content ul.office-list li span.name{font-size:18px;padding-right:5px}.campus-tab-section .content-with-sidebar .right-content ul.office-list li span.phone{font-size:17px}.programs-filter-block .filter-part>span{font-size:15px}.program-listing-block .result-cover .program-main-title span.total-found-programs{font-size:15px}.program-listing-block .result-filter span.filter-item span.remove-filter{top:12px}.program-listing-block .result-filter span.filter-item{font-size:15px}.campus-tab-section .campus-tab-wrap ul.campus-tabs li{min-width:87px;font-size:14px;margin:0 3px;padding:8px 20px}.tab-content-section+.img-content-block{margin-top:30px}.tab-content-section .content .icon-list{margin-bottom:30px}#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.for-mobile-btn>ul.mega-sub-menu{margin-left:-5px;margin-right:-5px;width:calc(100% + 10px)}#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.for-mobile-btn>ul.mega-sub-menu>li{width:calc(33.3% - 10px)}#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.for-mobile-btn>ul.mega-sub-menu>li a.mega-menu-link{width:100%;font-weight:500}.campus-map{margin-bottom:40px}section.campus-block .d-flex .block-cover .block-inner figure{padding-bottom:95.1%}section.campus-block h3.top-title{margin-bottom:28px}section.meet-our-president .inner-content .inner-part{margin-top:0}section.meet-our-president .title-part{padding:120px 0 40px 0}}@media screen and (max-width: 640px){section.campus-block .d-flex .block-cover{padding:0 0px}section.campus-block .d-flex{width:calc(100% + 0px);margin:0 0px}.campus-map figure{height:auto;min-height:auto;padding-bottom:64%}.left-right-img-with-content.img-content-block .d-flex .img-part .img-side,.campus-map.img-content-block .d-flex .img-part{margin:0 -20px;width:calc(100% + 40px)}.campus-map.img-content-block .d-flex .img-part{margin-bottom:30px}.campus-map.img-content-block .d-flex .inner-text-cover{text-align:center}.campus-map.img-content-block .d-flex .text-part .map iframe{height:250px}.campus-map{margin-bottom:20px}.left-right-img-with-content.img-content-block .d-flex .inner-text-cover{text-align:center}.left-right-img-with-content.img-content-block .d-flex .inner-text-cover .btn-wrap{justify-content:center}.author-block .author-info .author-avatar{margin-left:auto;margin-right:auto}section.three-images{padding:0px 0 80px 0}section.three-images .img-slider-block .slick-list .img-block{padding:0 0px}section.three-images .img-slider-block{margin:0 -20px}.page-id-1760 .default-content+.tab-content-section{padding-top:0}.process-thumb{padding:25px 70px 25px 25px;font-size:22px}.process-panel .process-list .process-list-block ul li,.process-panel .process-list .process-list-block p{font-size:16px}.process-item .process-thumb:after{transform:translate(0px, -50%);top:50%}.process-item.is-active .process-thumb:after{transform:translate(0px, -50%) rotate(180deg)}.process-panel{padding:0px 20px 20px 25px}.process-panel .process-list{padding-bottom:0px}.our-traditions .block-list .block-inner .is-content p{font-size:15px}#mega-menu-wrap-menu-1 .mega-menu-toggle+#mega-menu-menu-1{width:100%;right:-100%;transition:left 500ms ease-in-out,right 500ms ease-in-out,visibility 500ms ease-in-out}.site-main>section.default-content h1{font-size:40px}.default-content{padding-left:5px;padding-right:5px}.container{padding:0 20px}section.stats-section ul.s section.stats-section ul.stats-list li{width:100%;border:0 !important;border-bottom:2px solid #f5f5f5 !important}section.stats-section ul.stats-list li:last-child{border-bottom:0px solid #f5f5f5 !important}.major-search .img-part{display:none}section.major-search .d-flex{margin:0 -20px}.major-search .inner-text-cover{text-align:center}.major-search .inner-text-cover .search-form form{flex-wrap:wrap}.major-search .inner-text-cover .search-form form input[type=text]{width:100%;margin-bottom:20px;text-align:left;background-position:right -3px;padding:0 0 10px 0}.major-search .inner-text-cover .search-form form [type=submit]{margin:0;width:100%}section.event-feature .event-feature-cover .bg-part{padding-top:75%}section.event-feature .event-feature-cover .bg-part .bg-img{padding-bottom:60%}section.event-feature .event-feature-cover .text-part{margin-top:50%}section.event-feature .event-feature-cover .text-part{padding:75px 30px 20px 30px;text-align:center}section.quick-links .links-list .block h4 span.icon{width:100%;display:block;margin:0}section.quick-links .links-list .block h4{display:block;text-align:center}section.quick-links .links-list .block .block-inner{text-align:center}.tab-content-section .accordion-item{border-bottom:1px solid #f5f5f5;text-align:left}.tab-content-section .accordion{margin:10px 10px}section.quick-links .links-list .block{padding:40px 30px 20px 30px}.tab-content-section.img-content-block .d-flex .img-part .img-side{margin:0 -20px;width:calc(100% + 40px)}.tab-content-section .d-flex .text-part{text-align:center}.tab-content-section .content .btn-wrap{justify-content:center;margin-top:0}footer.site-footer .d-flex .footer-links .link-block{width:100%;margin-bottom:0px;border-bottom:1px solid rgba(255,255,255,.24);padding:12px 0 2px 0}.accordion-list .accordion-item h3{position:static;text-align:center}.accordion-list .accordion-item h3:after{bottom:20px;right:initial;top:inherit;transform:translate(-50%, 0);left:50%;width:47px;height:47px;background-size:15px}.accordion-list .accordion-item .d-flex .accordion-content-part{position:relative;padding:30px 30px 80px 30px;text-align:center}.accordion-list .accordion-item.active h3:after{transform:translate(-50%, 0) rotate(180deg)}.accordion-list .accordion-item .d-flex .accordion-content-part .other-block{margin-left:0;margin-right:0}.other-content-block{border-top:2px solid #f5f5f5;padding:30px 0 0 0;margin-top:40px}.accordion-list .accordion-item div.accordion-content-block p{font-size:16px;padding:10px 0 0 0}.tab-content-section .tabs{display:flex;justify-content:center;margin:0px 0 0;flex-wrap:wrap}.tab-content-section .tab{margin:0 3px 10px;padding:8px 20px}.tab-content-section .content .btn-wrap a.btn-primary{margin:10px 5px 10px 5px}.tab-content-section .d-flex .text-part span.tab-title{font-size:15px;margin-bottom:10px}.tab-content-section .content{padding:30px 0 0 0}section.socials-link-section .d-flex{flex-wrap:wrap}section.socials-link-section .d-flex h4{width:100%;text-align:center;margin:0 0 10px 0;font-size:22px}section.socials-link-section .d-flex ul{width:100%;justify-content:center;margin:0}section.socials-link-section .d-flex ul li img{max-width:34px}section.socials-link-section .d-flex ul li{margin:0 5px}section.request-info figure img{min-height:389px}.tab-content-section+section.quick-links{padding-top:0}.programs-filter-block{padding:0}.profile-section .d-flex{margin:0 -20px}.profile-section .inner-text-cover.grey-box-content{text-align:center;padding:25px 25px 35px 25px}.profile-section .profile-box{margin-top:35px;text-align:left}.profile-section .profile-box{margin-left:auto;margin-right:auto;max-width:390px}.profile-section .profile-box .pro-text{width:calc(100% - 116px);padding-left:15px}.profile-section .profile-box .pro-text .btn-wrap{width:calc(100% + 131px);position:relative;margin-left:-131px;justify-content:center;margin-top:30px}.campus-tab-section .campus-tab-wrap ul.campus-tabs li{min-width:87px;font-size:14px;margin:0 3px}.campus-tab-section .campus-tab-wrap ul.campus-tabs{padding-top:30px;margin-top:-70px;background:#fff}.tab-content-section .d-flex.is-grey{margin:0 -20px}.tab-content-section .img-part span.tab-title.tagline{display:block;margin-bottom:20px;text-align:center}.tab-content-section .d-flex .text-part span.tab-title{display:none}.number-inner-list .inner-list-block{width:100%}section.number-section .number-inner{padding-top:0;margin-top:-78px}.number-inner-list .inner-list-block .block-inn h2{margin-bottom:4px}footer.site-footer .link-block ul{max-height:0;overflow:hidden;transition:max-height .3s ease-in-out}footer.site-footer .link-block h4{cursor:pointer}footer.site-footer .link-block h4{position:relative}footer.site-footer .link-block h4:after,footer.site-footer .link-block h4:before{content:"";position:absolute;background:#fff;transform-origin:center center;transition:all .3s ease-in-out 0s}footer.site-footer .link-block h4:after{width:15px;height:1px;right:10px;top:16px}footer.site-footer .link-block h4:before{width:1px;height:15px;right:17px;top:9px}footer.site-footer .link-block h4.active:after,footer.site-footer .link-block h4.active:before{transform:rotate(45deg)}footer.site-footer .d-flex .footer-links .link-block:last-child{margin-bottom:0;border:0}footer.site-footer .footer-bottom .d-flex{padding:0}footer.site-footer .footer-bottom .copyright p{width:100%;text-align:center;order:2}footer.site-footer .footer-bottom .copyright ul{width:100%;justify-content:center;order:1;margin:0 0 15px 0;flex-wrap:wrap}footer.site-footer .footer-bottom .copyright ul li{margin:0px 0px 15px 0;width:100%}footer.site-footer .footer-bottom{margin:0px 30px 0px 30px;padding:35px 0 40px 0}footer.site-footer .footer-bottom .container{padding:0}footer.site-footer .footer-bottom .copyright{display:flex;flex-wrap:wrap}footer.site-footer .d-flex{padding:0 10px}footer.site-footer .footer-bottom .social-links{border-bottom:1px solid rgba(255,255,255,.24);padding-bottom:25px}.program-listing-block .program-listing-wrap .program-listing:last-child{margin-bottom:0}.programs-filter-block .filter-part>span{font-size:15px}.programs-filter-block .filter-part .custom-select .select-selected{font-size:18px;letter-spacing:.25px}.programs-filter-block .checkbox-part label{font-size:18px;letter-spacing:.25px}.programs-filter-block .checkbox-part label span:after{width:17px;height:17px;top:0}.programs-filter-block .checkbox-part label span:before{width:11px;height:11px;left:3px;top:3px}.select-selected:after{top:9px;width:14px;height:8px}.programs-filter-block .filter-part .custom-select .select-selected{padding:0 20px 0 0}}@media screen and (max-width: 580px){.checkbox-main-part .checkbox-list .list-inn label span{font-size:16px}.programs-filter-block .filter-part{display:none}.programs-filter-block .checkbox-main-part.filter-part{display:block}.programs-filter-block .checkbox-main-part>span,.programs-filter-block .checkbox-main-part .custom-select{display:block}#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.for-mobile-btn>ul.mega-sub-menu>li>a{min-width:80px}section.quick-links .links-list .block{width:100%;padding:30px 30px 10px 30px}.other-content-block .d-flex .in-block{width:100%;border:0;border-bottom:1px solid #f5f5f5;padding-bottom:30px}.other-content-block{border-top:1px solid #f5f5f5;padding:10px 0 0 0;margin-top:30px}.other-content-block .d-flex .in-block span.name{margin-bottom:5px}.other-content-block .d-flex .in-block .btn-wrap{max-width:350px;margin-left:auto;margin-right:auto}.other-content-block .d-flex .in-block:last-child{border-bottom:0;padding-bottom:10px}.other-content-block .d-flex .in-block:nth-child(3){max-width:280px}.programs-filter-block .filter-search{width:100%;margin-bottom:25px;margin-right:0}.programs-filter-block .filter-search input[type=text]{width:100%;padding:8px 45px 8px 15px;background-position:right 12px top 6px}.programs-filter-block .filter-part{order:2;margin:0px 0 0 0;flex-wrap:wrap}.programs-filter-block .checkbox-part{order:3;margin:25px 0 0 0}.programs-filter-block .checkbox-part label{margin:0 25px 0 0px}.programs-filter-block .filter-part>span{width:100%;margin:0 0 15px 0}.programs-filter-block .filter-part .custom-select{margin:0 20px 0 0px;width:100%;max-width:100%;padding:8px 0;border-bottom:2px solid #f5f5f5}.programs-filter-block .filter-part .custom-select:last-child{border-bottom:none}.program-listing-block .result-cover .result-filter{display:block;margin-top:-5px}.program-listing-block .result-filter button#reset-filters{display:block;margin:10px 0 0 0}.program-listing-block .result-filter span.filter-item span.remove-filter{top:12px}.program-listing-block .program-listing-wrap .program-listing{width:100%}.program-listing-block .result-filter br{display:inline-block !important}.program-listing-block .result-filter span.filter-item{margin-bottom:5px;display:inline-block}.campus-tab-section .campus-tab-wrap .profile-list.list-w2 .block,.campus-tab-section .campus-tab-wrap .profile-list .block{width:100%}.campus-tab-section .content-with-sidebar .is-sidebar .inn-cover{text-align:center}.campus-tab-section .campus-tab-wrap .profile-list.list-w2 .title-part a.link{display:none}.campus-tab-section .campus-tab-wrap .profile-list.list-w2 .title-part h3{width:100%}section.search-section .search-list-loop .block{width:100%}.campus-tab-section .content-with-sidebar .is-sidebar{min-width:100%}section.stats-section ul.stats-list li{width:100%;padding:15px 30px 15px 30px}section.stats-section ul.stats-list li:nth-child(2){border-top:2px solid #f5f5f5}section.stats-section ul.stats-list li:nth-child(odd){border-right:none}section.stats-section ul.stats-list li h3{max-width:305px}.programs-filter-block .filter-part .custom-select .select-selected{max-width:100%}a.btn-primary span.title{padding-left:20px;padding-right:10px}a.btn-primary{font-size:17px}}@media screen and (max-width: 480px){.major-search ul.cat-list li{padding:0;margin:0 20px 15px 20px !important}.major-search ul.cat-list li:after{display:none}.major-search ul.cat-list{display:flex;justify-content:center;margin-left:auto;margin-right:auto;max-width:240px;flex-wrap:wrap}.programs-filter-block .select-items>div{width:calc(100% - 10px)}header.site-header .d-flex .site-branding img{max-width:175px}header.site-header .d-flex .site-branding{width:185px}}@media screen and (max-width: 360px){a.btn-primary span.title{padding:12px 10px 10px 15px;font-size:14px;height:auto}a.btn-primary span.arrow{width:40px;height:44px}.campus-tab-section .campus-tab-wrap ul.campus-tabs li{min-width:80px}}.all-news-header{background:#f5f5f5;padding:180px 0 50px 0}@media(max-width: 767px){.all-news-header{padding:150px 0 50px 0}}#all-news{background:#f5f5f5;padding-bottom:75px}#all-news .news-blocks{display:flex;flex-wrap:wrap}#all-news .news-blocks .an-block{width:31%;margin-bottom:30px;margin-left:15px;margin-right:15px;background:#fff;padding:0}@media(max-width: 1400px){#all-news .news-blocks .an-block{width:30%}}@media(max-width: 991px){#all-news .news-blocks .an-block{width:100%}}#all-news .news-blocks .an-block h2{color:#231f20;font-family:"questa-sans",sans-serif;font-size:20px;font-style:normal;font-weight:700;line-height:1.4;letter-spacing:.25px}#all-news .post-nav{padding-top:25px;text-align:center;width:100%}#all-news .pnav-arrow{height:30px;vertical-align:bottom}#all-news .prev-arrow{margin-right:5px}#all-news .next-arrow{margin-left:5px}.default-title-padding{padding:75px 0 50px 0}.short-section{padding:90px 0 50px 0}.short-section .btn-wrap{margin-top:30px;margin-bottom:20px}.short-section .default-title-padding{padding:25px 0 0 0}.short-section h1{font-size:80px;line-height:1.7}@media(min-width: 768px)and (max-width: 991px){.short-section h1{font-size:60px}}@media(max-width: 767px){.short-section h1{font-size:53px;line-height:1}}.short-section h2{margin-bottom:57px}.entry-content.qa-content h2{color:#242624;font-size:22px;font-weight:700;letter-spacing:.25px;padding-top:15px}.add-btns{margin-left:15px;margin-right:15px}@media(max-width: 767px){.btn-wrap{flex-wrap:wrap}}.btn-wrap a{margin-top:10px;margin-bottom:10px}@media(max-width: 767px){.btn-wrap .add-btns{margin-left:0}}section.accordion-with-plus+.request-info{background-color:#fff}.accordion-with-plus{background-color:#fff !important}.accordion-with-plus .process-item{background-color:#f5f5f5}.accordion-with-plus .process-item:last-child{margin-bottom:0}.accordion-with-plus .top-content.red-title h2,.accordion-with-plus .top-content.red-title h3,.accordion-with-plus .top-content.red-title h4,.accordion-with-plus .top-content.red-title h5,.accordion-with-plus .top-content.red-title h6{color:#a32136}.accordion-with-plus .process-panel .process-list .process-list-block .red-h4 h4{color:#a32136;text-transform:uppercase}.accordion-with-plus a{color:#a32136}.accordion-with-plus a:hover{font-weight:700}.accordion-with-plus a.btn-primary{color:#fff}.accordion-with-plus .process-list{padding-top:42px}.accordion-with-plus .process-panel{padding:2px 30px;background:#fff}.accordion-with-plus .process-accordion.red-short-pad{margin-top:25px}.accordion-with-plus .top-content{margin:auto;max-width:80%;text-align:center}.accordion-with-plus .process-accordion{margin:auto;padding-top:35px;max-width:80%}.accordion-with-plus.has-banner{padding-top:0}.accordion-with-plus .accordion-list .accordion-item.active h3:after{display:none}.accordion-with-plus .accordion-list .accordion-item h3:after,.accordion-with-plus .process-item .process-thumb:after{display:none}.accordion-with-plus .process-item .process-thumb span{display:block;width:20px;height:20px;position:absolute;right:43px;top:24px;transform:rotate(0deg);transition:all .3s ease-in-out 0s}@media(min-width: 768px)and (max-width: 991px){.accordion-with-plus .process-item .process-thumb span{right:15px}}@media(max-width: 767px){.accordion-with-plus .process-item .process-thumb span{top:41%;right:15px}}.accordion-with-plus .process-item.is-active .process-thumb span{transform:rotate(45deg)}.accordion-with-plus .process-item .process-thumb span:before,.accordion-with-plus .process-item .process-thumb span:after{content:"";position:absolute;width:1.5px;height:14px;background-color:#231f20;transform:translate(-50%, -50%);left:50%;top:50%}.accordion-with-plus .process-item .process-thumb span:before{width:14px;height:1.5px}.accordion-with-plus h3.process-thumb{color:#242624;font-variant-numeric:lining-nums tabular-nums;font-size:22px;font-weight:700;line-height:1.8;padding:14px 47px 13px 47px}.accordion-with-plus .awp-hero-bg{position:relative}.accordion-with-plus .awp-hero-bg:before{display:block;content:"";width:100%;padding-top:40.5555555556%}.accordion-with-plus .awp-hero-bg>.content{position:absolute;top:0;left:0;right:0;bottom:0}.accordion-with-plus .inner-content{position:relative}.accordion-with-plus .inner-part{background:#fff;margin-top:-90px;padding-top:50px}@media(max-width: 767px){.accordion-with-plus .inner-part{margin-top:-45px;padding-top:35px}}.accordion-with-plus .process-panel .process-list .process-list-block{border-width:2px;margin-bottom:34px}.accordion-with-plus .process-panel .process-list .process-list-block:last-child{margin-bottom:0}@media(max-width: 767px){.accordion-with-plus .process-panel .process-list .process-list-block{margin-bottom:31px;padding-bottom:31px}}.accordion-with-plus .process-panel .process-list .process-list-block p{color:#242624;font-variant-numeric:lining-nums proportional-nums;font-size:16px;line-height:2;letter-spacing:.25px;margin-bottom:10px}.accordion-with-plus .process-panel .process-list .process-list-block ul{margin:0 0 0 23px}@media(max-width: 767px){.accordion-with-plus .process-panel .process-list .process-list-block ul{margin-left:20px}}.accordion-with-plus .process-panel .process-list .process-list-block ul li{color:#231f20;font-variant-numeric:lining-nums tabular-nums;font-size:17px;line-height:1.47;letter-spacing:.25px}.accordion-with-plus ul#cost-breakdown{max-width:100%;padding:0;margin:0;overflow-x:hidden;list-style:none}.accordion-with-plus ul#cost-breakdown li.cb-title h4.red-title{color:#a32136;font-variant-numeric:lining-nums tabular-nums;font-size:20px;font-weight:700;line-height:1.12;letter-spacing:2px;text-transform:uppercase;margin-bottom:18px}.accordion-with-plus ul#cost-breakdown li.cb-title h4{margin-bottom:0}.accordion-with-plus ul#cost-breakdown li.cb-list{color:#231f20;font-variant-numeric:lining-nums tabular-nums;font-size:17px;font-weight:400;line-height:1.47;letter-spacing:.25px}.accordion-with-plus ul#cost-breakdown li.cb-list:before{float:left;width:0;white-space:nowrap;content:" ........................................................................................................................................................................"}.accordion-with-plus ul#cost-breakdown li.cb-list span:first-child{background:#fff}.accordion-with-plus ul#cost-breakdown li.cb-list span+span{float:right;background:#fff}.accordion-with-plus ul#cost-breakdown li.top-cb-list{margin-bottom:25px}.accordion-with-plus ul#cost-breakdown li.additional-content.italicized{font-style:italic}.sidebar-template-section{padding:81px 9%;margin:auto;max-width:1440px}@media(max-width: 767px){.sidebar-template-section{padding:0}}.sidebar-template-section .ft-sidebar-template{display:flex;flex-wrap:wrap;margin:0 -12px;position:relative;align-items:start}@media(max-width: 767px){.sidebar-template-section .ft-sidebar-template{margin:auto}}.sidebar-template-section .ft-sidebar-template .fa-tf-sidebar{width:34%;padding:48px 37px 64px;background:#f5f5f5;margin-right:70px}@media(min-width: 992px)and (max-width: 1199px){.sidebar-template-section .ft-sidebar-template .fa-tf-sidebar{margin-right:50px;padding:45px 25px 60px}}@media(min-width: 768px)and (max-width: 991px){.sidebar-template-section .ft-sidebar-template .fa-tf-sidebar{margin-right:30px;padding:35px 15px 35px;width:40%}}@media(max-width: 767px){.sidebar-template-section .ft-sidebar-template .fa-tf-sidebar{width:100%;margin:0;padding:26px 25px 20px}}.sidebar-template-section .ft-sidebar-template .fa-tf-sidebar .process-item{max-width:450px;margin:auto}@media(max-width: 767px){.sidebar-template-section .ft-sidebar-template .fa-tf-sidebar .process-item .process-thumb:after{border:none;right:11px;top:7px;transform:unset}}@media(max-width: 767px){.sidebar-template-section .ft-sidebar-template .fa-tf-sidebar .process-item.is-active .process-thumb:after{background-color:unset}}.sidebar-template-section .ft-sidebar-template .fa-tf-sidebar .process-item.is-active .process-thumb{margin-bottom:13px}@media(max-width: 767px){.sidebar-template-section .ft-sidebar-template .fa-tf-sidebar .process-panel{padding:0px 33px}}@media(max-width: 767px){.sidebar-template-section .ft-sidebar-template .fa-tf-sidebar .process-panel .process-list{padding:13px 0px}}.sidebar-template-section .ft-sidebar-template .right-content{width:59%}@media(min-width: 768px)and (max-width: 991px){.sidebar-template-section .ft-sidebar-template .right-content{width:55%}}@media(max-width: 767px){.sidebar-template-section .ft-sidebar-template .right-content{width:100%;padding:43px 29px 60px}}@media screen and (max-width: 1024px){.sidebar-template-section .ft-sidebar-template .right-content br{display:block !important}}.sidebar-template-section .ft-sidebar-template .right-content .btn-wrap{width:auto;flex-wrap:wrap}.sidebar-template-section .ft-sidebar-template .right-content .accordion-with-plus{padding-top:0px;padding-bottom:0}.sidebar-template-section .ft-sidebar-template .right-content .accordion-with-plus .inner-part{margin:0;padding:0}.sidebar-template-section .ft-sidebar-template .right-content .accordion-with-plus .process-accordion{max-width:100%}.sidebar-template-section .ft-sidebar-template .right-content .remove-excess-title-pad{margin-bottom:-10px}.sidebar-template-section .ft-sidebar-template .right-content .top-section h2{color:#242624;font-variant-numeric:lining-nums tabular-nums;font-size:32px;font-weight:700;line-height:1.4;margin-bottom:19px}@media(min-width: 768px)and (max-width: 991px){.sidebar-template-section .ft-sidebar-template .right-content .top-section h2{font-size:28px}}@media(max-width: 767px){.sidebar-template-section .ft-sidebar-template .right-content .top-section h2{font-size:28px;line-height:1.28}}.sidebar-template-section .ft-sidebar-template .right-content .top-section p{color:#231f20;font-variant-numeric:lining-nums tabular-nums;font-size:17px;font-weight:400;line-height:1.47;letter-spacing:.25px}@media(min-width: 768px)and (max-width: 991px){.sidebar-template-section .ft-sidebar-template .right-content .top-section p{font-size:15px}}.sidebar-template-section .ft-sidebar-template .right-content .sb-content-blocks .sb-content{border-top:1.5px solid #f5f5f5;margin-top:46px;padding-top:36px}.sidebar-template-section .ft-sidebar-template .right-content .sb-content-blocks .sb-content.hide-border{border:none;margin-top:0px}.sidebar-template-section .ft-sidebar-template .right-content .sb-content-blocks h3{color:#242624;font-variant-numeric:lining-nums tabular-nums;font-size:26px;font-weight:700;line-height:1.73;margin-bottom:15px}@media(min-width: 768px)and (max-width: 991px){.sidebar-template-section .ft-sidebar-template .right-content .sb-content-blocks h3{font-size:22px}}@media(max-width: 767px){.sidebar-template-section .ft-sidebar-template .right-content .sb-content-blocks h3{line-height:1.38}}.sidebar-template-section .ft-sidebar-template .right-content .sb-content-blocks h4{color:#a32136;font-variant-numeric:lining-nums tabular-nums;font-size:20px;font-style:normal;font-weight:700;line-height:1.12;letter-spacing:2px;text-transform:uppercase}.sidebar-template-section .ft-sidebar-template .right-content .sb-content-blocks p{color:#231f20;font-variant-numeric:lining-nums tabular-nums;font-size:17px;font-weight:400;line-height:1.47;letter-spacing:.25px}@media(min-width: 768px)and (max-width: 991px){.sidebar-template-section .ft-sidebar-template .right-content .sb-content-blocks p{font-size:15px}}@media(max-width: 767px){.sidebar-template-section .ft-sidebar-template .right-content .sb-content-blocks p{line-height:1.47}}.sidebar-template-section .ft-sidebar-template .right-content .sb-content-blocks ul{margin-left:0;padding-left:20px}.sidebar-template-section .ft-sidebar-template .sidebar-title{color:#a32136;font-variant-numeric:lining-nums tabular-nums;font-size:20px;font-weight:700;line-height:1.12;letter-spacing:2px;text-transform:uppercase;margin-bottom:20px}@media(min-width: 992px)and (max-width: 1199px){.sidebar-template-section .ft-sidebar-template .sidebar-title{font-size:18px}}@media(min-width: 768px)and (max-width: 991px){.sidebar-template-section .ft-sidebar-template .sidebar-title{font-size:16px}}@media(max-width: 767px){.sidebar-template-section .ft-sidebar-template .sidebar-title{text-align:center}}.sidebar-template-section .ft-sidebar-template .sidebar-links{list-style:none;margin:0;padding:0}.sidebar-template-section .ft-sidebar-template .sidebar-links li{border-top:1.5px solid #fff;padding:20px 9px 23px}@media(min-width: 768px)and (max-width: 991px){.sidebar-template-section .ft-sidebar-template .sidebar-links li{padding:18px 5px 20px}}.sidebar-template-section .ft-sidebar-template .sidebar-links li:last-child{border-bottom:1.5px solid #fff}.sidebar-template-section .ft-sidebar-template .sidebar-links a,.sidebar-template-section .ft-sidebar-template .sidebar-links .process-thumb{display:flex;flex-wrap:wrap;align-items:center;color:#242624;font-variant-numeric:lining-nums tabular-nums;font-size:20px;font-weight:400;line-height:1.8}@media(min-width: 992px)and (max-width: 1199px){.sidebar-template-section .ft-sidebar-template .sidebar-links a,.sidebar-template-section .ft-sidebar-template .sidebar-links .process-thumb{font-size:18px}}@media(min-width: 768px)and (max-width: 991px){.sidebar-template-section .ft-sidebar-template .sidebar-links a,.sidebar-template-section .ft-sidebar-template .sidebar-links .process-thumb{font-size:16px}}.sidebar-template-section .ft-sidebar-template .sidebar-links a.active-page,.sidebar-template-section .ft-sidebar-template .sidebar-links .process-thumb.active-page{color:#a32136;font-weight:700}.sidebar-template-section .ft-sidebar-template .sidebar-links a:hover,.sidebar-template-section .ft-sidebar-template .sidebar-links .process-thumb:hover{color:#a32136}.sidebar-template-section .ft-sidebar-template .sidebar-links .process-thumb{border-bottom:1.5px solid #f5f5f5;padding:12px 26px 10px 33px}.sidebar-template-section .ft-sidebar-template .sidebar-links .sidebar-link-title.active-page{color:#a32136;font-weight:700}.sidebar-template-section .ft-sidebar-template .sidebar-links .sidebar-icons{margin-right:15px;width:27px;max-height:27px}@media(max-width: 767px){.sidebar-template-section .ft-sidebar-template .large{display:none}}@media(min-width: 768px){.sidebar-template-section .ft-sidebar-template .small{display:none}}.course-tab-content .tab-title{color:#242624;font-size:24px;font-weight:700;line-height:1.875;margin-bottom:0px;border-bottom:2px solid #f5f5f5 !important;padding-left:10%;padding-bottom:29px}.course-tab-content .tab-program-content ul{margin:0 !important;padding:0 !important;list-style:none}.course-tab-content .tab-program-content ul li{padding-left:0;border-bottom:2px solid #f5f5f5 !important;color:#231f20;font-variant-numeric:lining-nums proportional-nums;font-size:20px;font-weight:400;letter-spacing:.25px;text-transform:uppercase;padding-top:15px;padding-bottom:15px}.course-tab-content .tab-program-content ul li:before{content:"";padding-left:10%}.course-tab-content .tab-program-content ul li ul{padding-top:15px !important}.course-tab-content .tab-program-content ul li li{padding-bottom:15px;border-bottom:none !important;border-top:2px solid #f5f5f5 !important}.course-tab-content .tab-program-content ul li li:last-child{padding-bottom:0}.course-tab-content .tab-program-content ul li li span{padding-left:2%}.course-tab-content .tab-program-content ul li li ul li span{padding-left:4%}.course-tab-content .tab-program-content ul li li ul li span ul li span{padding-left:6%}.icon-top-content{background:#f5f5f5;padding-top:65px;padding-bottom:90px}.icon-top-content .container{width:50%;margin:auto;text-align:center}@media(max-width: 767px){.icon-top-content .container{width:auto;padding-left:10%;padding-right:10%}}.icon-top-content h2{color:#231f20;font-variant-numeric:lining-nums tabular-nums;font-size:32px;font-weight:700;line-height:1.4}.icon-top-content p{color:#231f20;font-variant-numeric:lining-nums tabular-nums;font-size:17px;line-height:1.47;letter-spacing:.25px}.the-icon-list{padding-top:35px}@media(max-width: 767px){.the-icon-list .container{padding-left:30px;padding-right:30px}}.the-icon-list .inner-part{background:#fff;margin-top:-90px;padding:40px 60px}@media(min-width: 768px)and (max-width: 991px){.the-icon-list .inner-part{padding:35px 0px 15px}}@media(max-width: 767px){.the-icon-list .inner-part{padding:32px 0px 20px}}.the-icon-list .icons{display:flex;flex-wrap:wrap;justify-content:space-evenly;text-align:center;padding-left:25px;padding-right:25px}@media(max-width: 767px){.the-icon-list .icons{padding-left:0px;padding-right:0px}}@media(max-width: 767px){.the-icon-list .icon-item{width:100%;border-right:none;border-bottom:1.5px solid #f5f5f5;padding:0 0 26px;margin-bottom:26px}}.the-icon-list .icon-item:last-child{border-right:none}@media(max-width: 767px){.the-icon-list .icon-item:last-child{margin-bottom:0}}.the-icon-list .icon-item .icon-img{height:50px}@media(max-width: 767px){.the-icon-list .icon-item .icon-img{height:auto;margin-bottom:15px}}.the-icon-list .icon-item img{vertical-align:middle}.the-icon-list .icon-item p{color:#a32136;text-align:center;font-variant-numeric:lining-nums tabular-nums;font-size:16px;font-weight:700;line-height:1.4;letter-spacing:2px;text-transform:uppercase}@media(min-width: 768px)and (max-width: 991px){.the-icon-list .icon-item p{font-size:14px}}@media(max-width: 767px){.the-icon-list .icon-item p{margin-bottom:0}}.rl-table{overflow-x:auto;table-layout:fixed}@media(max-width: 767px){.rl-table .col-2{display:none}}.rl-table .th-1{width:60%}@media(max-width: 767px){.rl-table .th-1{padding-right:20px}}.rl-table .th-2{width:25%}.rl-table .th-3{width:25%}@media(max-width: 767px){.rl-table .th-3{width:40%;padding-left:15px;padding-right:0;text-align:right}}@media(max-width: 767px){.rl-table .col-1{padding-right:35px}.rl-table .col-1:first-child{padding-right:35px}}@media(max-width: 767px){.rl-table .col-3{padding-left:25px;padding-right:15px;text-align:right}}.rl-table .below-tab{border-bottom:none}.rl-table .below-tab td{border-bottom:none !important;color:#231f20;font-variant-numeric:lining-nums tabular-nums;font-size:17px;font-style:italic;font-weight:400;line-height:1.47;letter-spacing:.25px}#show_sub_pages{background:#f5f5f5;padding-top:94px;padding-bottom:94px;text-align:center}@media(min-width: 768px)and (max-width: 991px){#show_sub_pages{padding-top:75px;padding-bottom:75px}}@media(max-width: 767px){#show_sub_pages{padding-top:48px;padding-bottom:48px}}#show_sub_pages h2{margin-bottom:45px}@media(max-width: 767px){#show_sub_pages h2{margin-bottom:35px}}#show_sub_pages .sub-pages{display:flex;flex-wrap:wrap}#show_sub_pages .sub-pages .sub-page{background:#fff;width:30%;margin:13px 17px;position:relative}@media(min-width: 992px)and (max-width: 1199px){#show_sub_pages .sub-pages .sub-page{width:29%}}@media(min-width: 768px)and (max-width: 991px){#show_sub_pages .sub-pages .sub-page{width:29%;margin:11px 15px}}@media(max-width: 767px){#show_sub_pages .sub-pages .sub-page{width:100%;margin:8px 0px}}#show_sub_pages .sub-pages .sub-page:hover .sub-pag-bg{transform:scale(1.2);transition:.3s ease}#show_sub_pages .sub-pages .sub-page .sub-page-bg-parent{position:relative;overflow:hidden}#show_sub_pages .sub-pages .sub-page .sub-pag-bg{background-size:cover !important;background-position:center center !important;background-repeat:no-repeat !important;width:100%;position:relative}#show_sub_pages .sub-pages .sub-page .sub-pag-bg:before{display:block;content:"";width:100%;padding-top:66.7487684729%}#show_sub_pages .sub-pages .sub-page .sub-pag-bg>.content{position:absolute;top:0;left:0;right:0;bottom:0}#show_sub_pages .sub-pages .sub-page .sub-pag-bg:hover{transform:scale(1.2);transition:.3s ease}#show_sub_pages .sub-pages .sub-page .sp-content{padding-top:24px;padding-bottom:28px;position:relative}#show_sub_pages .sub-pages .sub-page .sp-content .sub-page-link{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}#show_sub_pages .sub-pages .sub-page .sp-content h3 a{margin-bottom:17px;color:#231f20;text-align:center;font-size:24px;font-weight:700;line-height:1.5}#show_sub_pages .sub-pages .sub-page .sp-content p{color:#a32136;margin-bottom:0}body.page-id-108193 .request-info{background:#f5f5f5}body.page-id-108193 section.courses-section.default-content{padding-bottom:0}@media(max-width: 767px){body.page-id-108193 .tab-content-section{padding-top:10px}}.wide-content-small-image{padding-top:25px;padding-bottom:25px}@media(max-width: 767px){.wide-content-small-image{padding-top:50px;padding-bottom:50px}}.wide-content-small-image .d-flex{display:flex;flex-wrap:wrap;position:relative;align-items:center}.wide-content-small-image .wide-content{width:70%;padding:47px 19% 32px 57px;background:#f5f5f5;margin-top:25px;margin-bottom:25px}@media(max-width: 767px){.wide-content-small-image .wide-content{width:100%;padding:25px;order:2;margin-top:0}}.wide-content-small-image .wide-content:first-child{margin-top:0}.wide-content-small-image .wide-content:last-child{margin-bottom:0}.wide-content-small-image .wcsi-img{width:45%;margin-left:-15%}@media(max-width: 767px){.wide-content-small-image .wcsi-img{width:100%;margin:auto;order:1}}.wide-content-small-image .btn-wrap a{margin-left:7.5px;margin-right:7.5px}.wide-content-small-image .btn-wrap a:first-child{margin-left:0}@media(max-width: 767px){.wide-content-small-image .btn-wrap a:first-child{margin-left:7.5px}}.wide-content-small-image .btn-wrap a:last-child{margin-right:0}@media(max-width: 767px){.wide-content-small-image .btn-wrap a:last-child{margin-right:7.5px}}.staff-faculty-block .pull-top-up{margin-top:-54px;background:#fff;z-index:1;position:relative}@media(max-width: 767px){.staff-faculty-block .pull-top-up{margin-top:25px}}.staff-faculty-block .top-content{padding-top:54px;padding-bottom:25px;text-align:center;width:60%;margin:auto;border-bottom:1.5px solid #f5f5f5}@media(max-width: 767px){.staff-faculty-block .top-content{width:100%}}.staff-faculty-block .top-content h2{margin-bottom:32px}.staff-faculty-block .top-content p{color:#231f20;font-variant-numeric:lining-nums tabular-nums;font-size:17px;line-height:1.88}.staff-faculty-block .top-content p a{text-decoration:underline;color:#231f20}.staff-faculty-block .title-part{text-align:center;padding-top:54px;width:100%}.staff-faculty-block .title-part h2{margin-bottom:35px}.staff-faculty-block #staff-facutly.profile-list{display:flex;flex-wrap:wrap;margin:0 -12px;justify-content:center}.staff-faculty-block #staff-facutly.profile-list .block{width:25%;padding:0 12px;margin-bottom:24px}@media(min-width: 768px)and (max-width: 991px){.staff-faculty-block #staff-facutly.profile-list .block{width:50%}}@media(max-width: 767px){.staff-faculty-block #staff-facutly.profile-list .block{width:100%}}.staff-faculty-block #staff-facutly.profile-list .block:hover .in-block figure span.link{opacity:1}.staff-faculty-block #staff-facutly.profile-list .block:hover .in-block figure figure img{transform:scale(1.05) translate(-50%, -50%)}.staff-faculty-block #staff-facutly.profile-list .block:hover .in-block figure:after{opacity:.8}.staff-faculty-block #staff-facutly.profile-list .block .in-block{height:100%;background:#f5f5f5;padding:0 0px;position:relative;overflow:hidden}.staff-faculty-block #staff-facutly.profile-list .block .in-block:hover span.arrow{transform:rotate(45deg)}.staff-faculty-block #staff-facutly.profile-list .block .in-block .in-block-link{position:absolute;width:100%;height:100%;left:0;top:0;z-index:111}.staff-faculty-block #staff-facutly.profile-list .block .in-block span.arrow{background:#a32136;display:block;width:40px;height:70px;position:absolute;transform:rotate(90deg);transform-origin:left bottom;right:10px;bottom:0px;transition:.3s;z-index:11}.staff-faculty-block #staff-facutly.profile-list .block .in-block span.arrow::before{content:"";width:14px;height:1px;position:absolute;background:#fff}.staff-faculty-block #staff-facutly.profile-list .block .in-block span.arrow::after{content:"";width:1px;height:14px;position:absolute;background:#fff}.staff-faculty-block #staff-facutly.profile-list .block .in-block span.arrow::before,.staff-faculty-block #staff-facutly.profile-list .block .in-block span.arrow::after{transform:translate(-50%, -50%) rotate(45deg);left:39%;top:48%}.staff-faculty-block #staff-facutly.profile-list .block .in-block figure{margin:0;position:relative;padding-bottom:100%;object-fit:cover;object-position:center center;overflow:hidden}.staff-faculty-block #staff-facutly.profile-list .block .in-block figure:after{content:"";background:linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 58%);opacity:0;width:100%;position:absolute;height:100%;transition:.3s}.staff-faculty-block #staff-facutly.profile-list .block .in-block figure img{position:absolute;width:100%;height:100%;object-fit:cover;object-position:center center;transform:scale(1) translate(-50%, -50%);left:50%;top:50%;transition:.3s}.staff-faculty-block #staff-facutly.profile-list .block .in-block figure span.link{position:absolute;left:20px;bottom:15px;z-index:1;opacity:0;transition:.3s;z-index:111}.staff-faculty-block #staff-facutly.profile-list .block .in-block figure span.link a{color:#fff;text-decoration:none;display:inline-block;width:60%}.staff-faculty-block #staff-facutly.profile-list .block .in-block .text-info{padding:20px 25px 15px 25px}.staff-faculty-block #staff-facutly.profile-list .block .in-block .text-info p{font-size:15px;font-weight:400;color:#231f20;margin-bottom:11px}.staff-faculty-block #staff-facutly.profile-list .block .in-block .text-info span.post-title{font-size:22px;font-weight:600}.staff-faculty-block #staff-facutly.profile-list .block.no-bio:hover .in-block figure:after{content:"";background:none;opacity:0;width:100%;position:absolute;height:100%;transition:.3s}.staff-faculty-block #staff-facutly.profile-list .block.no-bio:hover .in-block figure img{transform:scale(1.05) translate(-50%, -50%)}a.red-link{color:#a32136;text-decoration:underline}a.red-link:hover{font-weight:700}.tab-wp-table-style .courses-table-wrap table td:first-child,.tab-wp-table-style .courses-table-wrap table th:first-child{padding-left:50px;padding-right:50px}.tab-wp-table-style .courses-tabs{padding:0px 30px}.tab-wp-table-style .courses-tab-wrap .courses-dropdown{margin-bottom:25px}.tab-wp-table-style .courses-tabs li{margin:0 20px 0 20px;padding:8px 0px 20px;color:#a32136;font-size:20px;font-weight:700;line-height:2.25;letter-spacing:2px;text-transform:uppercase}.tab-wp-table-style td{padding:13px 15px 12px 15px}.tab-wp-table-style td:first-child{padding-left:0}.tab-wp-table-style td:last-child{padding-right:0}.wp-table-styles table{text-align:left;border:none}.wp-table-styles table tr:first-child td{font-weight:700;text-transform:uppercase}.wp-table-styles table strong{font-weight:700}.wp-table-styles table td{text-align:left;color:#231f20;font-variant-numeric:lining-nums proportional-nums;font-size:20px;letter-spacing:.25px;border:none;border-bottom:1.5px solid #f5f5f5;padding:10px 15px 10px 15px}.social-bottom-padding{padding-bottom:50px !important}.application-process .large-title{font-size:80px;font-weight:700}#freshmen-disclaimer.default-content{padding-top:0;margin-top:-25px}#freshmen-disclaimer.default-content h3{font-size:24px;font-weight:700;line-height:1.5}.default-content.default-header-pad{padding-top:175px}@media(max-width: 767px){.default-content.default-header-pad{padding-top:125px}}.default-content.default-header-pad .default-title-padding{padding-top:0}.three-col-img-content-block{background:#f5f5f5;padding-top:35px}.three-col-img-content-block .tcicb-bg{background-size:cover !important;background-position:center center !important;background-repeat:no-repeat !important;width:100%;background-color:#a32136;position:relative}.three-col-img-content-block .tcicb-bg:before{display:block;content:"";width:100%;padding-top:57.3891625616%}.three-col-img-content-block .tcicb-bg>.content{position:absolute;top:0;left:0;right:0;bottom:0}.three-col-img-content-block h2,.three-col-img-content-block h1{color:#231f20;font-size:80px;font-weight:700;text-align:center}@media(max-width: 767px){.three-col-img-content-block h2,.three-col-img-content-block h1{font-size:40px}}@media(max-width: 767px){.three-col-img-content-block h1{font-size:53px;line-height:1}}.three-col-img-content-block .d-flex{display:flex;flex-wrap:wrap}.three-col-img-content-block .d-flex .col{width:30%;margin:15px 20px;background:#fff}@media(min-width: 768px)and (max-width: 991px){.three-col-img-content-block .d-flex .col{width:48%}}@media(max-width: 767px){.three-col-img-content-block .d-flex .col{width:100%}}.three-col-img-content-block .d-flex .col h3{font-size:24px;font-weight:700;line-height:1.16;letter-spacing:.25px;margin-bottom:10px}.three-col-img-content-block .d-flex .col .tcicb-content{padding:20px 25px}.three-col-img-content-block .d-flex .col .tcicb-content p{font-size:17px;font-weight:400;line-height:1.47;letter-spacing:.25px;color:#231f20}.ebscohost-search-button{background-color:#a32136 !important;color:#fff !important;padding:10px 27px !important;border-radius:25px !important;border:1px solid #a32136 !important;font-family:"questa-sans",sans-serif;font-size:17px !important;text-decoration:none !important;letter-spacing:1px !important;display:inline-block !important;text-transform:uppercase !important}.ebscohost-search-button:hover{background:none !important;color:#a32136 !important}.ebsco-search-text{color:#231f20 !important;width:40% !important;padding-left:5px !important;margin-left:0px !important;border-color:#231f20 !important;margin-right:15px !important}body.page-id-108731 .request-info{background:#a32136}#gform_wrapper_3.gform-theme--foundation{text-align:left;padding-top:30px}#gform_wrapper_3.gform-theme--foundation .gfield .ginput_password.large,#gform_wrapper_3.gform-theme--foundation .gfield input.large,#gform_wrapper_3.gform-theme--foundation .gfield select.large{background:rgba(0,0,0,0);border-radius:0;border:none;border-bottom:1px solid #231f20;box-shadow:none}#gform_wrapper_3.gform-theme--foundation input[type=file]{border:none !important}#gform_wrapper_3.gform-theme--foundation ::-webkit-file-upload-button{border:1px solid #a32136 !important;background:#a32136 !important;color:#fff !important;border-radius:68px}#gform_wrapper_3.gform-theme--foundation #field_submit{align-items:center;justify-content:end}#gform_wrapper_3.gform-theme--foundation #field_submit #gform_submit_button_3{border-radius:68px !important;color:#231f20 !important;border:1px solid #231f20 !important;background:rgba(0,0,0,0) !important;padding-left:35px;padding-right:35px;text-transform:uppercase;font-weight:400}#gform_wrapper_3.gform-theme--foundation .gform_required_legend{display:none}@media screen and (max-width: 1439px){#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu.mega-menu-item.info-menu{margin-left:50px}#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item{margin-right:18px}}@media screen and (max-width: 1339px){#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu.mega-menu-item.info-menu{margin-left:25px}#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item{margin-right:10px}}@media screen and (min-width: 1200px){#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column.menu-img-block li#mega-menu-item-media_image-7.widget_media_image img{object-fit:contain;width:85%}}@media screen and (max-width: 1199px){#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu.mega-menu-item.info-menu{margin-left:0px}#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item{margin-right:0px}}.saboxplugin-wrap .saboxplugin-gravatar img{max-width:181px !important;width:auto;height:auto}.saboxplugin-wrap .saboxplugin-authorname a,.saboxplugin-wrap .saboxplugin-authorname span{text-transform:uppercase;font-size:15px;font-weight:700;letter-spacing:2px}.saboxplugin-wrap .saboxplugin-desc p,.saboxplugin-wrap .saboxplugin-desc{color:#242624;font-size:15px;font-weight:400;line-height:1.4;letter-spacing:.25px}.saboxplugin-wrap .saboxplugin-gravatar{padding:0 25px 20px 20px !important}.three-images-header{text-align:center;margin-bottom:35px}.class-note-listing-block.staff-faculty-block #staff-facutly.profile-list .block{width:33.3%}@media(min-width: 768px)and (max-width: 991px){.class-note-listing-block.staff-faculty-block #staff-facutly.profile-list .block{width:50%}}@media(max-width: 767px){.class-note-listing-block.staff-faculty-block #staff-facutly.profile-list .block{width:100%}}.class-note-listing-block.staff-faculty-block #staff-facutly.profile-list .block .in-block{background:#fff}.class-note-listing-block.staff-faculty-block #staff-facutly.profile-list .block .in-block .text-info{padding:17px 0 0}.class-note-listing-block.staff-faculty-block #staff-facutly.profile-list .block .in-block .text-info span.post-title{color:#a32136}.class-note-listing-block.staff-faculty-block #staff-facutly.profile-list .block .in-block .tax{color:#231f20;font-variant-numeric:lining-nums proportional-nums;font-size:16px;font-weight:700;line-height:1.4;letter-spacing:2px;text-transform:uppercase}@media screen and (max-width: 1199px){#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.for-mobile-btn>ul.mega-sub-menu{padding-top:20px;padding-bottom:40px}}.wide-content ul{margin-left:0}.class-note-listing-block{padding-top:50px;padding-bottom:50px}#catnav a{color:#a32136}#catnav a:hover{color:#676767}.quote-content button{background:none;border-radius:unset;border:none;padding:0}.quote-content .nav-quote{margin:25px auto 0;text-align:center}.quote-content .next:before{content:"";display:block;background-position:center center;background-repeat:no-repeat;background-image:url(/wp-content/themes/university-of-mobile/images/next-arrow.svg);width:56px;height:56px}.quote-content .prev:before{content:"";display:block;background-position:center center;background-repeat:no-repeat;background-image:url(/wp-content/themes/university-of-mobile/images/prev-arrow.svg);width:56px;height:56px}.quote-content .quote-slider .quote{text-align:center}.quote-content .quote-slider .quote h3{color:#a32136;text-align:center;font-size:28px;font-weight:700;line-height:1.6}.quote-content .quote-slider .quote p{color:#231f20;text-align:center;font-size:18px;font-weight:400;line-height:1.6;width:70%;margin:auto;text-align:center}.default-content .program-h1-large h1{font-size:80px}@media(max-width: 991px){.default-content .program-h1-large h1{font-size:53px;line-height:1 !important}}.ot-cols{display:flex;flex:1;padding-bottom:15px}@media(max-width: 991px){.ot-cols{flex-wrap:wrap}}.ot-cols .ot-col{width:100%;padding:0px 15px}.ot-cols .ot-col:first-child{padding-left:0}.ot-cols .ot-col:last-child{padding-right:0}@media(max-width: 991px){.ot-cols .ot-col{padding:5px 0}}.ot-cols .ot-col p{margin-bottom:0 !important}@media(max-width: 991px){.ot-cols .ot-col p br{display:block !important}}.jarallax{transform:translate3d(0, 0, 0);backface-visibility:hidden}@media(max-width: 767px){body .is-layout-flex{display:block !important}}@media(max-width: 767px){.give-box>div{display:flex !important;justify-content:center !important;align-items:center !important;text-align:center !important;height:100% !important;width:100% !important;flex-direction:column !important}}@media(max-width: 991px){#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li#mega-menu-item-nav_menu-6.mega-menu-item{padding-left:0}}@media(max-width: 991px){#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open+#mega-menu-menu-1{z-index:100000 !important}}@media(max-width: 991px){#mega-menu-wrap-menu-1 .mega-menu-toggle+#mega-menu-menu-1{overflow:auto !important}}@media screen and (max-width: 1024px){.mega-menu-wrap{-webkit-transform:translateZ(0);transform:translateZ(0)}.mega-menu{display:block !important}.mega-menu-toggle+.mega-menu{opacity:1 !important;visibility:visible !important}}@media not all and (min-resolution: 0.001dpcm){@supports(-webkit-appearance: none){.max-mega-menu ul.mega-sub-menu{padding-bottom:0 !important;margin-bottom:0 !important;max-height:none !important}.max-mega-menu{overflow:visible !important}}}@media only screen and (min-width: 1200px){.mobile-menu-only{display:none}}@media only screen and (max-width: 1199px){#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link{font-size:18px !important}#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item,#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item{font-size:16px !important}#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-column.menu-list-block li.widget_nav_menu ul.menu>li>ul.sub-menu li{padding-top:5px;padding-bottom:5px}#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-column.menu-list-block li.widget_nav_menu ul.menu>li>ul.sub-menu li:after{top:18px}.mega-menu li.mega-menu-item-has-children>a{position:relative;pointer-events:auto !important;z-index:1000000000000000}#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-column.menu-list-block li.widget_nav_menu ul.menu>li>ul.sub-menu{margin:0;padding-top:5px}#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-column.menu-list-block li.widget_nav_menu ul.menu>li>ul.sub-menu{padding-left:20px}.mega-menu>li.mega-menu-item>a{display:flex !important;justify-content:space-between !important}.mega-menu .mega-indicator{display:inline-block;vertical-align:middle;line-height:1;margin-left:6px;position:relative;top:0}.mega-menu-wrap{overflow:hidden}.hide-menu-mobile>a{display:none !important}.hide-menu-mobile ul.sub-menu li.mobile-menu-only{margin-left:-40px !important;margin-top:-10px !important}.hide-menu-mobile ul.sub-menu li.mobile-menu-only:after{display:none !important}#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator{height:36px}}@media(max-width: 768px){.jarallax{background-attachment:scroll !important;background-size:cover !important;background-position:center !important}.jarallax-img{display:none !important}}.give-menu-btn{font-weight:700}.news-slide-right{position:relative}.news-slide-right .news-slide-link-right{position:absolute;top:0;bottom:0;left:0;right:0}#delayed-section{opacity:0}#delayed-section.show{opacity:1;transition:opacity .5s ease}.saboxplugin-authorname a{pointer-events:none;cursor:default;text-decoration:none;color:inherit}/*# sourceMappingURL=umb2025-styles.css.map */
