<html> <head> <title></title> <script type="text/javascript" src="http://code.jquery.com/jquery.min.js"></script> <script type="text/javascript"> // toggle slide for Will my course tranfer question $(document).ready(function(){ $(".transfer").click(function(){ if($(".inner-primary-navigation-m").css("display") == "block"){ // Do something. $("#footer-container").css("margin-top", "210px"); } else { $("#footer-container").css("margin-top", "35px"); } $(".transferanswer").slideToggle(); }) }); </script> <script type="text/javascript"> // toggle slide for course dropdown $(document).ready(function(){ $('.primary-navigation-m').click(function () { var mobileNavDropdown = $(".inner-primary-navigation-m"); if (mobileNavDropdown.is(':visible')) { mobileNavDropdown.fadeOut(); $('.primary-navigation-m .chevron').removeClass('active'); } else { mobileNavDropdown.slideDown(); $('.primary-navigation-m .chevron').addClass('active'); } }); $(".inner-primary-navigation-m li div").click(function () { var addressValue = $(this).attr("id"); if($(".box").hasClass(addressValue)){ $(".box").not("." + addressValue).hide(); $("." + addressValue).show(); } }); if (!$(event.target).closest('.primary-navigation-m').length) { $(".inner-primary-navigation-m").fadeOut(); } }); </script> <meta name="viewport"content="width=device-width, initial-scale=1.0"> <style type="text/css"> @font-face { font-family: 'akzidenz-grotesk_bq_light_cRg'; src: url('https://s3-us-west-2.amazonaws.com/assets-2060digital/akzidenzgrotesk/akzidenzgrotesk-lightcond.eot'); src: url('https://s3-us-west-2.amazonaws.com/assets-2060digital/akzidenzgrotesk/akzidenzgrotesk-lightcond.eot?#iefix') format('embedded-opentype'),url('https://s3-us-west-2.amazonaws.com/assets-2060digital/akzidenzgrotesk/akzidenzgrotesk-lightcond.woff') format('woff'),url('https://s3-us-west-2.amazonaws.com/assets-2060digital/akzidenzgrotesk/akzidenzgrotesk-lightcond.ttf') format('truetype'),url('https://s3-us-west-2.amazonaws.com/assets-2060digital/akzidenzgrotesk/akzidenzgrotesk-lightcond.svg#akzidenz-grotesk_bq_light_cRg') format('svg'); font-weight: normal; font-weight: normal; } @font-face { font-family: 'akzidenz-grotesk_bqmedium'; src: url('https://s3-us-west-2.amazonaws.com/assets-2060digital/akzidenzgrotesk/akzidenzgrotesk-medium.eot'); src: url('https://s3-us-west-2.amazonaws.com/assets-2060digital/akzidenzgrotesk/akzidenzgrotesk-medium.eot?#iefix') format('embedded-opentype'),url('https://s3-us-west-2.amazonaws.com/assets-2060digital/akzidenzgrotesk/akzidenzgrotesk-medium.woff') format('woff'),url('https://s3-us-west-2.amazonaws.com/assets-2060digital/akzidenzgrotesk/akzidenzgrotesk-medium.ttf') format('truetype'),url('https://s3-us-west-2.amazonaws.com/assets-2060digital/akzidenzgrotesk/akzidenzgrotesk-medium.svg#akzidenz-grotesk_bqmedium') format('svg'); font-weight:normal; font-weight:normal; } @font-face { font-family: 'akzidenz-grotesk_bq_condensMd'; src: url('https://s3-us-west-2.amazonaws.com/assets-2060digital/akzidenzgrotesk/akzidenzgrotesk-mediumcondalt.eot'); src: url('https://s3-us-west-2.amazonaws.com/assets-2060digital/akzidenzgrotesk/akzidenzgrotesk-mediumcondalt.eot?#iefix') format('embedded-opentype'),url('https://s3-us-west-2.amazonaws.com/assets-2060digital/akzidenzgrotesk/akzidenzgrotesk-mediumcondalt.woff') format('woff'),url('https://s3-us-west-2.amazonaws.com/assets-2060digital/akzidenzgrotesk/akzidenzgrotesk-mediumcondalt.ttf') format('truetype'),url('https://s3-us-west-2.amazonaws.com/assets-2060digital/akzidenzgrotesk/akzidenzgrotesk-mediumcondalt.svg#akzidenz-grotesk_bq_condensMd') format('svg'); font-weight:normal; font-weight:normal; } @font-face { font-family: 'citylight'; src: url('https://s3-us-west-2.amazonaws.com/assets-2060digital/akzidenzgrotesk/city-light.eot'); src: url('https://s3-us-west-2.amazonaws.com/assets-2060digital/akzidenzgrotesk/city-light.eot?#iefix') format('embedded-opentype'),url('https://s3-us-west-2.amazonaws.com/assets-2060digital/akzidenzgrotesk/city-light.woff') format('woff'),url('https://s3-us-west-2.amazonaws.com/assets-2060digital/akzidenzgrotesk/city-light.ttf') format('truetype'),url('https://s3-us-west-2.amazonaws.com/assets-2060digital/akzidenzgrotesk/city-light.svg#citylight') format('svg'); font-weight:normal; font-weight:normal; } body {font-family: "Trebuchet MS", Helvetica, sans-serif;font-size:20px;margin:0;background-image:url('http://dwmofqygvzj39.cloudfront.net/westminster-college-westminster_bg.jpg');background-repeat: no-repeat;background-position: top center;background-size: cover;position:relative;} h1 {font-size:2.2em;line-height:102%;font-weight;font-family:'akzidenz-grotesk_bq_condensMd';} h2 {color:#003768;font-size: 2.1em;line-height: 102%;font-weight: bold;text-align:center;font-family:'akzidenz-grotesk_bq_condensMd';margin:25px 0;} a {color:#fff;} .clear { clear: both; } /* Header */ header {background-color:white;display:block;height:58px;width:100%;z-index:1000;} #header-container {height:100%;width:1170px; display:block;margin:0 auto;} #header-container #logo {float:left;line-height:58px;} #header-container #logo img {height:50px;margin-top:4px;} #header-container #nav {float:right;padding:0 0 0 40px;position:relative;} #header-container #nav ul {list-style-type:none;display:block;padding:5px 0;margin:7.5px 10px 7.5px 0;position:relative;} #header-container #nav ul li {display:inline;} #header-container #nav ul li a {color:#003768;margin-left:10px;border-left:1px solid #ccc;padding:7px 0 7px 10px;font-size: 16px;font-weight: bold;} /* Content */ #content-container {width:1170px;height:auto;display:block;margin:0 auto;padding-top:60px;} #content-container #content {width:670px;float:left;display:inline-block;background: rgba(0,0,0, 0.7);color:#fff;padding:20px;line-height:160%;margin-bottom:20px;position:relative;z-index:1000;} #content-container #content ul {padding-left:20px;list-style-type:none;} .transferanswer {display:none;padding-left:20px;} .transfer {text-decoration:underline;cursor:pointer;} #mobile-press-mobile {display:none;} /* Course Dropdown */ .primary-navigation-m ul {background-color:#003768;position:relative;} .primary-navigation-m ul #course-dd {position: absolute;width: 90%;background-color: #003768;padding-left: 15px;} .box{padding: 0;display: none;margin-top: 20px;border: 1px solid #FFF;background: rgba(0,0,0, 0.7);} .box > h2 {background: rgba(255, 255, 255, 0.6);line-height:30px;text-align:center;margin-top:0;text-transform:uppercase;font-family: "Trebuchet MS", Helvetica, sans-serif;font-size:20px;} .box > p {padding-left:10px;padding-right:10px;} #mobile-press {display:inline-block;} .chevron {background: url(http://dwmofqygvzj39.cloudfront.net/westminster-college-dropdown-arrow.png) no-repeat center #fff;background-size: 22px;display: inline-block;float: right;width: 32px;height: 32px;} .chevron.active {-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);transform: rotate(180deg);} .inner-primary-navigation-m li > div {text-decoration:none;color:#B9B309;} .inner-primary-navigation-m {padding-left:0 !important;} .dropdown-mobile {height: 32px;display: block;} /* Form */ #content-container #form-container {width:370px;float:right;display:inline-block;background: rgba(242, 242, 242, 0.8);padding:20px;margin-bottom:20px;} /* #content-container #form-container form.form p.required label, #content-container #form-container form.form span.required label {display:none;} */ #content-container #form-container form.form input.text {width:100%;} .submit input[type='submit'] {border-bottom: #057ed0 1px solid;position: relative;text-align: center;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bcef',endColorstr='#019ad2',GradientType=0);line-height: 18px;background-color: #019ad2;margin: 0px auto;padding: 10px 20px !important;display: inline-block;background-repeat: repeat-x;color: #FFF;font-size: 14px;overflow: visible;border: 1px solid #057ed0;border-radius: 0;cursor: pointer;font-weight: bold;text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);-webkit-appearance: none;width: 100% !important;} #content-container #form-container .spectate-form iframe body {margin:0 !important;} input {width:100% !important;} #form-container > p {text-align:center;} .disclaimer {font-size: 13px;font-style: italic;text-align:left;} .apply{width: 60%;display: block;margin: 0 auto;line-height: 34px !important;height: 34px;color: #003768;border: 2px solid #003768;transition: background-color 0.5s ease;text-decoration:none;text-align:center;} .apply:hover {color:#fff;background-color:#003768;text-decoration:none;text-align:center} /* Footer */ .college-logos {display:inline-block;float:right;padding-top:24px;} .college-logos img {vertical-align:super;} .yellow, .acbsp, .cod1516, .codmiss {height:65px;} .cod1516 {background-color:#fff;} #footer-container {position:relative;bottom:0;clear:both;width:100%;display:inline-block;background: rgba(0, 0, 0, 0.4);padding: 20px 0;margin: 35px 0 0 0;} #footer-container #footer {width:1170px;display:block;margin:0 auto;} #footer-container #footer .logo-footer {display:inline-block;margin:0 auto;width:150px;} #footer-container #footer .social-rights p, #footer-container #footer .social-rights {display:inline-block;color:#fff;} #footer-container #footer .social-rights {width:483px;display:inline-block;font-size:10px;} .footer-nav-links {margin-bottom:50px;} .footer-nav-links a {color:#fff;font-size:12px;display:block;margin-bottom:10px;} #footer-container #footer .social-rights p, #footer-container #footer .social-rights p {display:block;} .footer-nav-links {display:block;} .footer-copy-mobile {display:none;} @media only screen and (max-width: 767px) { h1, h2 {margin-top:0 !important;margin-bottom:15px !important;padding-left:20px !important;padding-right:20px !important;} h1 {font-size:1.5em;} h2 {font-size:1.4em;margin-bottom:0 !important;} p {font-size:18px !important;line-height:22px !important;} /* Header */ #header-container {width:100% !important;} /* Content */ #content-container {width:100%;height:100%;padding-top:30px !important;} #content-container #content {width:100%;padding-left:0 !important;padding-right:0 !important;} #content-container #content p {padding-left:20px !important;padding-right:20px !important;} .box {margin-left:20px !important;margin-right:20px !important;} .inner-primary-navigation-m li > a {font-size:16px;} .inner-primary-navigation-m li {line-height:100%;margin:5px 0;} .dropdown-mobile {padding-right:20px;} #mobile-press-mobile {display:inline-block;font-size:16px;} #mobile-press {display:none;} /* Form */ #form-container {width:100% !important;float:left !important;padding-left:0 !important;padding-right:0 !important;} #form-container .spectate-form, #form-container p {padding-left:20px;padding-right:20px;} /* Footer */ #footer-container {display:block !important;margin-top:0 !important;} #footer-container #footer .social-rights {width:100% !important;} #footer-container #footer {width:100% !important;} .footer-copy {display:none !important;} .footer-copy-mobile {display:block;font-size:10px !important;color:#fff;text-align:center;} #footer-container #footer .logo-footer {display:block !important;margin-top:10px;margin-bottom:10px;} #footer-container #footer .social-rights p, #footer-container #footer .social-rights p {text-align:center !important;} .college-logos {display: block;float: none;text-align: center;} .yellow, .acbsp, .cod1516, .codmiss {height:55px;} .footer-nav-links {margin:0 !important;} } </style> <!-- Facebook Pixel Code --> <script> !function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n; n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window, document,'script','//connect.facebook.net/en_US/fbevents.js'); fbq('init', '854523204560008'); fbq('track', "PageView");</script> <noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=854523204560008&ev=PageView&noscript=1" /></noscript> <!-- End Facebook Pixel Code --> </head> <body> <header> <div id="header-container"> <div id="logo"><img src="http://dwmofqygvzj39.cloudfront.net/westminster-college-westminster-small.jpg" /></div> </header> <div id="content-container"> <div id="content"> <h1>Get Ahead During Holiday Break.<br />Take a 3-Week Class Online.</h1> <p>Take a three-week course online over winter break, and get ahead! Earn undergraduate credit in general education and/or major courses at a great hourly tuition rate from one of the Midwest’s top colleges.</p> <p>Term Dates: December 16, 2015 – January 7, 2016</p> <p>Cost: $275 per credit hour. $825 for a 3-hour course.</p> <p class="transfer">Will my course transfer? Yes click here for details</p> <p class="transferanswer">Students should consult their home institution prior to enrolling in Winter on the Web to determine if the course will transfer. Most institutions will accept credit from Westminster, as Westminster is regionally accredited. However, the specific course equivalency credit is determined by a student's home institution.</p> <div class="dropdown-mobile"> <div class="primary-navigation-m"> <ul> <li id="course-dd"> <span id="mobile-press">COURSES AVAILABLE FOR WINTER 2015</span> <span id="mobile-press-mobile">WINTER '15 COURSES AVAILABLE</span><div class="chevron"></div> <ul class="inner-primary-navigation-m" style="display: none;"> <li><div id="bus330">BUS 330 O Advertising</div></li> <li><div id="chm105">CHM 105 O Introduction to Chemistry</div></li> <li><div id="edu230">EDU 230 O Child & Adolescence Growth/Development</div></li> <li><div id="edu350">EDU 350 O Diversity in Education</div></li> <li><div id="edu392">EDU 392 O Teaching & Reading in Content Area</div></li> <li><div id="gog101">GOG 101 Introduction to Geography</div></li> <li><div id="his103">HIS 103 O American History to 1877</div></li> <li><div id="his104">HIS 104 O American History since 1877</div></li> <li><div id="hum277"><strike>HUM 277 O Spanish Civilization</strike> (CLOSED. Class is full.)</div></li> <li><div id="mus205">MUS 205 O Music of the Western World</div></li> <li><div id="nsc305">NSC 305 O The History of Science</div></li> <li><div id="phl101">PHL 101 O Introduction to Philosophy</div></li> <li><div id="pol200">POL 200 O Introduction to Law School</div></li> <li><div id="rel102">REL 102 O World Religions</div></li> <li><div id="spe203">SPE 203 O Interpersonal Communication</div></li> </ul> </li> </ul> </div> </div> <div class="bus330 box"><h2>BUS 330 O Advertising</h2><p>An overview of the decisions to be made in setting promotional strategy, involving the consumer and business behavior aspects in choosing not only the message but the media. Learn the individual components of the promotional mix and how they are used individually and together.</p></div> <div class="chm105 box"><h2>CHM 105 O Introduction to Chemistry</h2><p>A survey course intended for non-science majors. It can also serve as a review course to prepare for major level courses.</p></div> <div class="edu230 box"><h2>EDU 230 O Child & Adolescence Growth/Development</h2><p>This course explores current theory and knowledge in the field of childhood growth, cognitive and psychosocial development from ages pre-birth through adolescence. Major learning theories will be interrelated with information on physical, psychosocial, cognitive and language development. The goals and methods of childhood education will be studied and important contributions from social and behavioral scientists will be analyzed and evaluated for those planning to work with children and/or adolescents.</p></div> <div class="edu350 box"><h2>EDU 350 O Diversity in Education</h2><p>This course will introduce both education and non-education majors with the role of the 21st century school in a diverse society. Study important issues, approaches, and strategies in working with and forming connections with a population that is ethnically and culturally diverse. Specific topics to be explored include: understanding ourselves and others’ values and belief systems, learning the language of prejudice, and creating unity in a diverse America.</p></div> <div class="edu385 box"><h2>EDU 385 O Digital Literacy</h2><p>This course is geared toward today's digital citizens who plan to teach in the current technology-infused classrooms and will help prepare you to enter schools that are 1:1. Hands-on, interactive, seminar-style, this class will integrate digital literacy across the curriculum, motivate students to embrace technology as both consumer and producer, and require they participate in the course as both a student AND an educator.</p></div> <div class="edu392 box"><h2>EDU 392 O Teaching & Reading in Content Area</h2><p>This course helps pre-service teachers explore methods to facilitate students’ reading comprehension of content area materials (texts, non-fiction trade books, and other supplements). Reading in the content areas (non-fiction/informational) requires explicit strategies that are best taught in the context of the content area.</p></div> <div class="gog101 box"><h2>GOG 101 Introduction to Geography</h2><p>This course explores the discipline of geography from the dual perspective of the natural and social sciences. Through an examination of key concepts, tools, and methodologies of both physical and human geography, students will be encouraged to develop an understanding of the interaction of human factors such as population, culture and economic or political organization with the physical environment.</p></div> <div class="his103 box"><h2>HIS 103 0 American History to 1877</h2><p>A survey of American history from the founding of the Jamestown colony to the end of the Civil War. The course aims to give you a greater appreciation of how the United States developed its particular institutions, ideas, social bonds, and customs by examining the founding of the nation and its often painful early gestation.</p></div> <div class="his104 box"><h2>HIS 104 O American History since 1877</h2><p>This course examines key events, ideas, people, and processes of U.S. history since 1877. Students will explore significant developments in the nation’s evolution, including its rise to a position of unprecedented economic, diplomatic, and military preeminence, the emergence of American consumer society, the differences in political parties and ideologies, and the transformations arising out of mass movements for social reform.</p></div> <div class="hum277 box"><h2>HUM 277 O Spanish Civilization</h2><p>An introduction to Spanish Civilization, covering history, literature and culture, from the Stone Age to the modern democratic state. The course will also cover painting, architecture, and music from Spain and a selection of literary works.</p></div> <div class="mus205 box"><h2>MUS 205 O Music of the Western World</h2><p>Is music really the universal language? Investigate what it means to think critically about music. Establish a common understanding of the fundamental elements of music used to create expressive, dynamic, and powerful works of art. For each composition, we will consider its inherent artistic merit, its entertainment value, its function in society, and also the degree to which the work has become transcendent.</p></div> <div class="nsc305 box"><h2>NSC 305 O The History of Science</h2><p>This course is a chronological study of science, science figures, and science and technology in warfare beginning approximately 2000 BC. The history of science course covers a variety of content areas including astronomy, biology, chemistry, mathematics, and physics. The purpose of this course is for students to learn science content and how science progresses and changes over time.</p></div> <div class="phl101 box"><h2>PHL 101 O Introduction to Philosophy</h2><p>This class will touch on all four of major areas of philosophical study – epistemology, metaphysics, ethics and political theory – and develop students’ reading comprehension and writing skills. Epistemology deals with how we come to know and form justified beliefs; metaphysics inquires into what is real, God(s), minds, souls, freedom, etc. Ethics is the study of proper conduct and or how we ought to behave, and political theory concerns itself with what might be termed ethics for mass society.</p></div> <div class="pol200 box"><h2>POL 200 O Introduction to Law School</h2><p>This course takes a look at the core courses you will encounter during your first year of law school: Contracts, Torts, Criminal Law, Property and Civil Procedure. Some topics of interest include long-arm jurisdiction, the difference between civil and criminal liability, the Statute of Frauds, the elements of an actionable tort claim, and the concept of adverse possession. We will also engage in Socratic dialogue, examine stare decisis, learn about the role of legislative history in statutory analysis and learn how to spot issues that help students to think like lawyers.</p></div> <div class="rel102 box"><h2>REL 102 O World Religions</h2><p><i>Description is coming!</i></p></div> <div class="spe203 box"><h2>SPE 203 O Interpersonal Communication</h2><p>In this class, you will learn definitions and applications of various interpersonal communication theories including (but not limited to) areas of general communication theory, perception, semantics, nonverbal communication, listening, defensiveness, conflict resolution, and relationships.</p></div> </div> <div id="form-container"> <h2>REQUEST INFORMATION</h2> <div class="spectate-form" data-spectate-form="4497" data-spectate-domain="my.spectate.com" data-spectate-path="/contact-us-westminster-college-form" data-spectate-form-height="500"></div> <p>Or Ready to Sign Up?</p> <a class="apply" href="https://mywc.westminster-mo.edu/ICS/Apply/Apply.jnz?portlet=Apply_Online_2.0&formname=Application+for+Online+Courses">Apply Now</a> <p class="disclaimer">Clicking the “Request Info” button above constitutes your express written consent to receive email communications and be called and/or texted by Westminster College at the number you provided, regarding furthering your education.</p> <script type="text/javascript">!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//my.spectate.com/f.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","spectate-fjs");</script> </div> <br class="clear" /> </div> <div id="footer-container" > <div id="footer"> <div class="social-rights"> <p class="footer-nav-links"><a href="http://www.westminster-mo.edu/explore/NationallyRecognized/WhyWestminsterisOneoftheBest.html">Why Westminster?</a> <a href="http://www.westminster-mo.edu/admissions/ContactUs.html">Contact Us</a></p> <p class="footer-copy">&copy; 2015 Westminster College. All rights reserved.</p> </div> <a href="http://www.westminster-mo.edu/" target="_blank"><img class="logo-footer" src="http://dwmofqygvzj39.cloudfront.net/westminster-college-logo-footer.png" /></a> <div class="college-logos"> <img class="cod1516" src="http://my.spectate.com/cod_yearbadge_15_16-link" /> <img class="codmiss" src="http://my.spectate.com/missouri_badge_300-link" /> <img class="acbsp" src="http://my.spectate.com/acbsp_accredited-link" /> <img class="yellow" src="http://my.spectate.com/logo-yellowribbon-large-link" /> </div> <p class="footer-copy-mobile">&copy; 2015 Westminster College. All rights reserved.</p> </div> </div> <!-- Google Code for Remarketing Tag --> <!-------------------------------------------------- Remarketing tags may not be associated with personally identifiable information or placed on pages related to sensitive categories. See more information and instructions on how to setup the tag on: http://google.com/ads/remarketingsetup ---------------------------------------------------> <script type="text/javascript"> /* <![CDATA[ */ var google_conversion_id = 990488075; var google_custom_params = window.google_tag_params; var google_remarketing_only = true; /* ]]> */ </script> <script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js"> </script> <noscript> <div style="display:inline;"> <img height="1" width="1" style="border-style:none;" alt="" src="//googleads.g.doubleclick.net/pagead/viewthroughconversion/990488075/?value=0&amp;guid=ON&amp;script=0"/> </div> </noscript> </body> </html>